Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
09b2cef2cb
!25 [sync] PR-23: update change fix date does not match the day of the week
From: @openeuler-sync-bot 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-10-11 09:05:21 +00:00
lvfei
434ddb33dd update change fix date does not match the day of the week
(cherry picked from commit 6e17e4bccd99e9663c457c01bd891e8eb6fc8094)
2022-10-11 16:54:25 +08:00
openeuler-ci-bot
19282a0615
!19 [sync] PR-17: fix bogus date in changelog
From: @openeuler-sync-bot 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-08-09 11:16:37 +00:00
wuguanghao
2936b5d4ff fix bogus date in changelog
(cherry picked from commit 144676d0daac5a15cbcf312455e5d5968fb78981)
2022-08-08 19:25:47 +08:00
openeuler-ci-bot
03d5ea1b7a
!15 [sync] PR-13: add /etc/ima directory
From: @openeuler-sync-bot 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-03-14 08:51:12 +00:00
luhuaxin
0a421f04e0 add /etc/ima directory
(cherry picked from commit 33d271fb085dabd3a0dda212c54423109758f9e7)
2022-03-14 16:31:44 +08:00
openeuler-ci-bot
830b6d063a
!11 增加LoongArch架构的支持。
Merge pull request !11 from 孙海勇/openEuler-22.03-LTS-Next
2022-01-21 08:43:55 +00:00
Sun Haiyong
6e6c70c3ae Add loongarch64 to list of 64 bit architectures. 2021-12-22 15:55:26 +08:00
openeuler-ci-bot
ed1d8f87b0 !10 [sync] PR-9: 删除spec文件中的%{dist}
Merge pull request !10 from openeuler-sync-bot/sync-pr9-master-to-openEuler-22.03-LTS-Next
2021-12-17 08:26:01 +00:00
kkz
f43b6e2256 remove '%{dist}' from sepc file
(cherry picked from commit 658d77c44437945a35440208ec6473c7805e6952)
2021-12-17 16:21:00 +08:00

View File

@ -1,18 +1,18 @@
Summary: The basic directory layout for a Linux system
Name: filesystem
Version: 3.16
Release: 1%{?dist}
License: Public Domain
URL: https://pagure.io/filesystem
Group: System Environment/Base
Source1: https://pagure.io/filesystem/raw/master/f/lang-exceptions
Source2: iso_639.sed
Source3: iso_3166.sed
Summary: The basic directory layout for a Linux system
Name: filesystem
Version: 3.16
Release: 5
License: Public Domain
URL: https://pagure.io/filesystem
Group: System Environment/Base
Source1: https://pagure.io/filesystem/raw/master/f/lang-exceptions
Source2: iso_639.sed
Source3: iso_3166.sed
BuildRequires: iso-codes
Requires(pre): setup
Provides: filesystem-afs = %{version}-%{release}
Obsoletes: filesystem-afs <= 3.14-2
Provides: filesystem-afs = %{version}-%{release}
Obsoletes: filesystem-afs <= 3.14-2
%description
The filesystem package is one of the basic packages that is installed
@ -43,7 +43,7 @@ install -p -c -m755 %SOURCE3 %{buildroot}/iso_3166.sed
cd %{buildroot}
mkdir -p afs boot dev \
etc/{X11/{applnk,fontpath.d,xinit/{xinitrc,xinput}.d},xdg/autostart,opt,pm/{config.d,power.d,sleep.d},skel,sysconfig,pki,bash_completion.d,rwtab.d,statetab.d} \
etc/{X11/{applnk,fontpath.d,xinit/{xinitrc,xinput}.d},xdg/autostart,opt,pm/{config.d,power.d,sleep.d},skel,sysconfig,pki,bash_completion.d,rwtab.d,statetab.d,ima/{digest_lists,digest_lists.sig,digest_lists.tlv}} \
home media mnt opt root run srv tmp \
usr/{bin,games,include,%{_lib}/{bpf,games,X11,pm-utils/{module.d,power.d,sleep.d}},lib/{debug/{.dwz,usr},games,locale,modules,sysimage},libexec,local/{bin,etc,games,lib,%{_lib}/bpf,sbin,src,share/{applications,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x},info},libexec,include,},sbin,share/{aclocal,appdata,applications,augeas/lenses,backgrounds,bash-completion{,/completions,/helpers},desktop-directories,dict,doc,empty,games,gnome,help,icons,idl,info,licenses,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x,0p,1p,3p},metainfo,mime-info,misc,omf,pixmaps,sounds,themes,xsessions,X11,wayland-sessions},src,src/kernels,src/debug} \
var/{adm,empty,ftp,lib/{games,misc,rpm-state},local,log,nis,preserve,spool/{mail,lpd},tmp,db,cache/bpf,opt,games,yp}
@ -199,11 +199,12 @@ restorecon /afs 2>/dev/null >/dev/null || :
/etc/sysconfig
/etc/pki
/etc/bash_completion.d/
/etc/ima/*
%dir /etc/rwtab.d
%dir /etc/statetab.d
/home
/lib
%ifarch x86_64 ppc64 sparc64 s390x aarch64 ppc64le mips64 mips64el riscv64
%ifarch x86_64 ppc64 sparc64 s390x aarch64 ppc64le mips64 mips64el riscv64 loongarch64
/%{_lib}
%endif
/media
@ -237,7 +238,7 @@ restorecon /afs 2>/dev/null >/dev/null || :
%ghost /usr/lib/debug/usr/.dwz
%ghost /usr/lib/debug/sbin
%attr(555,root,root) /usr/lib/games
%ifarch x86_64 ppc64 sparc64 s390x aarch64 ppc64le mips64 mips64el riscv64
%ifarch x86_64 ppc64 sparc64 s390x aarch64 ppc64le mips64 mips64el riscv64 loongarch64
%attr(555,root,root) /usr/%{_lib}
%else
%attr(555,root,root) /usr/lib/bpf
@ -305,6 +306,18 @@ restorecon /afs 2>/dev/null >/dev/null || :
/var/yp
%changelog
* Mon Aug 8 2022 wuguanghao <wuguanghao3@huawei.com> - 3.16-5
- fix bogus date in changelog
* Sun Mar 13 2022 luhuaxin <luhuaxin1@huawei.com> - 3.16-4
- Add /etc/ima directory
* Wed Dec 22 2021 Sunhaiyong <sunhaiyong@loongson.cn> - 3.16-3
- Add loongarch64 to list of 64 bit architectures.
* Mon Dec 13 2021 zhaoshuang <zhaoshuang@uniontech.com> 3.16-2
- remove "%{dist}" from spec file
* Wed Nov 17 2021 Wenchao Hao <haowenchao@huawei.com> 3.16-1
- update to 3.16 version
@ -458,7 +471,7 @@ restorecon /afs 2>/dev/null >/dev/null || :
* Sun Jun 30 2013 Ondrej Vasik <ovasik@redhat.com> - 3.2-17
- .dwz symlink is needed as well (#974130)
* Wed Jun 20 2013 Ondrej Vasik <ovasik@redhat.com> - 3.2-16
* Thu Jun 20 2013 Ondrej Vasik <ovasik@redhat.com> - 3.2-16
- /var/run and /var/lock can't be in payload for some reason
* Wed Jun 19 2013 Ondrej Vasik <ovasik@redhat.com> - 3.2-15
@ -569,7 +582,7 @@ restorecon /afs 2>/dev/null >/dev/null || :
in Fedora 11.
- Remove explicit BuildRoot.
* Fri Sep 25 2010 Ondrej Vasik <ovasik@redhat.com> 2.4.36-1
* Sat Sep 25 2010 Ondrej Vasik <ovasik@redhat.com> 2.4.36-1
- own /usr/lib/sse2 even on 64-bit (#636748)
* Mon Apr 19 2010 Ondrej Vasik <ovasik@redhat.com> 2.4.35-1
@ -860,7 +873,7 @@ restorecon /afs 2>/dev/null >/dev/null || :
* Thu Jun 22 2000 Preston Brown <pbrown@redhat.com>
- remove /usr/info
* Sun Jun 19 2000 Bill Nottingham <notting@redhat.com>
* Mon Jun 19 2000 Bill Nottingham <notting@redhat.com>
- remove /usr/man
* Sat Jun 17 2000 Bill Nottingham <notting@redhat.com>
@ -883,7 +896,7 @@ restorecon /afs 2>/dev/null >/dev/null || :
* Thu Apr 13 2000 Jakub Jelinek <jakub@redhat.com>
- removed /var/state, added /var/opt, /var/mail for FHS 2.1 compliance
* Mon Aug 28 1999 Preston Brown <pbrown@redhat.com>
* Sat Aug 28 1999 Preston Brown <pbrown@redhat.com>
- added /opt, /var/state, /var/cache for FHS compliance (#3966)
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>