Compare commits
10 Commits
192088a27f
...
dc2f6dd7fc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc2f6dd7fc | ||
|
|
7b2d7810f6 | ||
|
|
52efcc6dd9 | ||
|
|
c75f50f0ec | ||
|
|
8d5ca12bb7 | ||
|
|
144676d0da | ||
|
|
d4da1ec7aa | ||
|
|
91d0013812 | ||
|
|
490f39f3d9 | ||
|
|
d712f56d13 |
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user