Compare commits
No commits in common. "09b2cef2cb51d234d0ecac14d614ecc2a571b98f" and "3fbb4695c69a3f49df2dfa99018eb97dd308268c" have entirely different histories.
09b2cef2cb
...
3fbb4695c6
@ -1,7 +1,7 @@
|
|||||||
Summary: The basic directory layout for a Linux system
|
Summary: The basic directory layout for a Linux system
|
||||||
Name: filesystem
|
Name: filesystem
|
||||||
Version: 3.16
|
Version: 3.16
|
||||||
Release: 5
|
Release: 1%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
URL: https://pagure.io/filesystem
|
URL: https://pagure.io/filesystem
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -43,7 +43,7 @@ install -p -c -m755 %SOURCE3 %{buildroot}/iso_3166.sed
|
|||||||
cd %{buildroot}
|
cd %{buildroot}
|
||||||
|
|
||||||
mkdir -p afs boot dev \
|
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,ima/{digest_lists,digest_lists.sig,digest_lists.tlv}} \
|
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} \
|
||||||
home media mnt opt root run srv tmp \
|
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} \
|
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}
|
var/{adm,empty,ftp,lib/{games,misc,rpm-state},local,log,nis,preserve,spool/{mail,lpd},tmp,db,cache/bpf,opt,games,yp}
|
||||||
@ -199,12 +199,11 @@ restorecon /afs 2>/dev/null >/dev/null || :
|
|||||||
/etc/sysconfig
|
/etc/sysconfig
|
||||||
/etc/pki
|
/etc/pki
|
||||||
/etc/bash_completion.d/
|
/etc/bash_completion.d/
|
||||||
/etc/ima/*
|
|
||||||
%dir /etc/rwtab.d
|
%dir /etc/rwtab.d
|
||||||
%dir /etc/statetab.d
|
%dir /etc/statetab.d
|
||||||
/home
|
/home
|
||||||
/lib
|
/lib
|
||||||
%ifarch x86_64 ppc64 sparc64 s390x aarch64 ppc64le mips64 mips64el riscv64 loongarch64
|
%ifarch x86_64 ppc64 sparc64 s390x aarch64 ppc64le mips64 mips64el riscv64
|
||||||
/%{_lib}
|
/%{_lib}
|
||||||
%endif
|
%endif
|
||||||
/media
|
/media
|
||||||
@ -238,7 +237,7 @@ restorecon /afs 2>/dev/null >/dev/null || :
|
|||||||
%ghost /usr/lib/debug/usr/.dwz
|
%ghost /usr/lib/debug/usr/.dwz
|
||||||
%ghost /usr/lib/debug/sbin
|
%ghost /usr/lib/debug/sbin
|
||||||
%attr(555,root,root) /usr/lib/games
|
%attr(555,root,root) /usr/lib/games
|
||||||
%ifarch x86_64 ppc64 sparc64 s390x aarch64 ppc64le mips64 mips64el riscv64 loongarch64
|
%ifarch x86_64 ppc64 sparc64 s390x aarch64 ppc64le mips64 mips64el riscv64
|
||||||
%attr(555,root,root) /usr/%{_lib}
|
%attr(555,root,root) /usr/%{_lib}
|
||||||
%else
|
%else
|
||||||
%attr(555,root,root) /usr/lib/bpf
|
%attr(555,root,root) /usr/lib/bpf
|
||||||
@ -306,18 +305,6 @@ restorecon /afs 2>/dev/null >/dev/null || :
|
|||||||
/var/yp
|
/var/yp
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 17 2021 Wenchao Hao <haowenchao@huawei.com> 3.16-1
|
||||||
- update to 3.16 version
|
- update to 3.16 version
|
||||||
|
|
||||||
@ -471,7 +458,7 @@ restorecon /afs 2>/dev/null >/dev/null || :
|
|||||||
* Sun Jun 30 2013 Ondrej Vasik <ovasik@redhat.com> - 3.2-17
|
* Sun Jun 30 2013 Ondrej Vasik <ovasik@redhat.com> - 3.2-17
|
||||||
- .dwz symlink is needed as well (#974130)
|
- .dwz symlink is needed as well (#974130)
|
||||||
|
|
||||||
* Thu Jun 20 2013 Ondrej Vasik <ovasik@redhat.com> - 3.2-16
|
* Wed Jun 20 2013 Ondrej Vasik <ovasik@redhat.com> - 3.2-16
|
||||||
- /var/run and /var/lock can't be in payload for some reason
|
- /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
|
* Wed Jun 19 2013 Ondrej Vasik <ovasik@redhat.com> - 3.2-15
|
||||||
@ -582,7 +569,7 @@ restorecon /afs 2>/dev/null >/dev/null || :
|
|||||||
in Fedora 11.
|
in Fedora 11.
|
||||||
- Remove explicit BuildRoot.
|
- Remove explicit BuildRoot.
|
||||||
|
|
||||||
* Sat Sep 25 2010 Ondrej Vasik <ovasik@redhat.com> 2.4.36-1
|
* Fri Sep 25 2010 Ondrej Vasik <ovasik@redhat.com> 2.4.36-1
|
||||||
- own /usr/lib/sse2 even on 64-bit (#636748)
|
- own /usr/lib/sse2 even on 64-bit (#636748)
|
||||||
|
|
||||||
* Mon Apr 19 2010 Ondrej Vasik <ovasik@redhat.com> 2.4.35-1
|
* Mon Apr 19 2010 Ondrej Vasik <ovasik@redhat.com> 2.4.35-1
|
||||||
@ -873,7 +860,7 @@ restorecon /afs 2>/dev/null >/dev/null || :
|
|||||||
* Thu Jun 22 2000 Preston Brown <pbrown@redhat.com>
|
* Thu Jun 22 2000 Preston Brown <pbrown@redhat.com>
|
||||||
- remove /usr/info
|
- remove /usr/info
|
||||||
|
|
||||||
* Mon Jun 19 2000 Bill Nottingham <notting@redhat.com>
|
* Sun Jun 19 2000 Bill Nottingham <notting@redhat.com>
|
||||||
- remove /usr/man
|
- remove /usr/man
|
||||||
|
|
||||||
* Sat Jun 17 2000 Bill Nottingham <notting@redhat.com>
|
* Sat Jun 17 2000 Bill Nottingham <notting@redhat.com>
|
||||||
@ -896,7 +883,7 @@ restorecon /afs 2>/dev/null >/dev/null || :
|
|||||||
* Thu Apr 13 2000 Jakub Jelinek <jakub@redhat.com>
|
* Thu Apr 13 2000 Jakub Jelinek <jakub@redhat.com>
|
||||||
- removed /var/state, added /var/opt, /var/mail for FHS 2.1 compliance
|
- removed /var/state, added /var/opt, /var/mail for FHS 2.1 compliance
|
||||||
|
|
||||||
* Sat Aug 28 1999 Preston Brown <pbrown@redhat.com>
|
* Mon Aug 28 1999 Preston Brown <pbrown@redhat.com>
|
||||||
- added /opt, /var/state, /var/cache for FHS compliance (#3966)
|
- added /opt, /var/state, /var/cache for FHS compliance (#3966)
|
||||||
|
|
||||||
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user