Compare commits
10 Commits
3fbb4695c6
...
09b2cef2cb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
09b2cef2cb | ||
|
|
434ddb33dd | ||
|
|
19282a0615 | ||
|
|
2936b5d4ff | ||
|
|
03d5ea1b7a | ||
|
|
0a421f04e0 | ||
|
|
830b6d063a | ||
|
|
6e6c70c3ae | ||
|
|
ed1d8f87b0 | ||
|
|
f43b6e2256 |
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user