Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
dc2f6dd7fc
!27 Remove obsolete group tag
From: @wuyifeng12 
Reviewed-by: @swf504 
Signed-off-by: @swf504
2024-07-31 03:13:14 +00:00
EulerOSWander
7b2d7810f6 Remove obsolete group tag 2024-07-31 10:27:27 +08:00
openeuler-ci-bot
52efcc6dd9
!24 [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:38 +00:00
lvfei
c75f50f0ec update change fix date does not match the day of the week
(cherry picked from commit 6e17e4bccd99e9663c457c01bd891e8eb6fc8094)
2022-10-11 16:54:06 +08:00
openeuler-ci-bot
8d5ca12bb7
!17 fix bogus date in changelog
From: @wguanghao 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-08-08 11:25:37 +00:00
wuguanghao
144676d0da fix bogus date in changelog 2022-08-08 15:04:22 +08:00
openeuler-ci-bot
d4da1ec7aa
!14 [sync] PR-13: add /etc/ima directory
From: @openeuler-sync-bot 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-03-14 08:37:08 +00:00
luhuaxin
91d0013812 add /etc/ima directory
(cherry picked from commit 33d271fb085dabd3a0dda212c54423109758f9e7)
2022-03-14 16:31:41 +08:00
openeuler-ci-bot
490f39f3d9
!12 [sync] PR-11: 增加LoongArch架构的支持。
Merge pull request !12 from openeuler-sync-bot/sync-pr11-openEuler-22.03-LTS-Next-to-master
2022-01-22 03:18:13 +00:00
Sun Haiyong
d712f56d13 Add loongarch64 to list of 64 bit architectures.
(cherry picked from commit 6e6c70c3ae946fc8f0057efccc2f1b44bf7a4650)
2022-01-21 16:43:58 +08:00

View File

@ -1,10 +1,9 @@
Summary: The basic directory layout for a Linux system
Name: filesystem
Version: 3.16
Release: 2
Release: 6
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
@ -43,7 +42,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 +198,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 +237,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 +305,18 @@ restorecon /afs 2>/dev/null >/dev/null || :
/var/yp
%changelog
* Wed Jul 31 2024 YiFeng Wu <wuyifeng10@huawei.com> 3.16-6
- Remove obsolete and forbidden Group tag
* 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
@ -461,7 +473,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
@ -572,7 +584,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
@ -863,7 +875,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>
@ -886,7 +898,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>