- Fixed games location according to FHS 2.1 (#165425)
- Added {_libdir}/sse2 to owned files (#192853) - Added /dev to owned files (#192860) - Added {_datadir}/icons to owned files (#195911) - Dropped obsolete /etc/X11/starthere (#191163)
This commit is contained in:
parent
edd07c7f6d
commit
3b54e2b382
@ -1,7 +1,7 @@
|
||||
Summary: The basic directory layout for a Linux system.
|
||||
Name: filesystem
|
||||
Version: 2.3.7
|
||||
Release: 1.2.1
|
||||
Release: 2
|
||||
License: Public Domain
|
||||
Group: System Environment/Base
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -22,10 +22,10 @@ mkdir %{buildroot}
|
||||
cd %{buildroot}
|
||||
|
||||
mkdir -p mnt/{floppy,cdrom} \
|
||||
bin boot \
|
||||
etc/{X11/{applnk,sysconfig,serverconfig,starthere},opt,xinetd.d,skel,sysconfig,pki} \
|
||||
bin boot dev \
|
||||
etc/{X11/{applnk,sysconfig,serverconfig},opt,xinetd.d,skel,sysconfig,pki} \
|
||||
home lib/modules %{_lib}/tls media mnt opt proc root sbin selinux srv sys tmp \
|
||||
usr/{bin,etc,games,include,%{_lib}/{games,gcc-lib,tls,X11},lib/{games,gcc-lib,locale,X11},libexec,local/{bin,etc,games,lib,%{_lib},sbin,src,share/{man/man{1,2,3,4,5,6,7,8,9,n},info},libexec,include,},sbin,share/{applications,doc,dict,games,info,man/man{1,2,3,4,5,6,7,8,9,n},doc,misc,empty,pixmaps,xsessions},src} \
|
||||
usr/{bin,etc,games,include,%{_lib}/{games,gcc-lib,sse2,tls,X11},lib/{games,gcc-lib,locale,X11},libexec,local/{bin,etc,games,lib,%{_lib},sbin,src,share/{man/man{1,2,3,4,5,6,7,8,9,n},info},libexec,include,},sbin,share/{applications,doc,dict,games,info,icons,man/man{1,2,3,4,5,6,7,8,9,n},doc,misc,empty,pixmaps,xsessions},src} \
|
||||
var/{empty,lib/{games,misc},local,lock/subsys,log,nis,preserve,run,spool/{mail,lpd},tmp,db,cache,opt,games,yp}
|
||||
|
||||
ln -snf ../var/tmp usr/tmp
|
||||
@ -39,6 +39,7 @@ rm -rf %{buildroot}
|
||||
%dir /
|
||||
/bin
|
||||
/boot
|
||||
/dev
|
||||
/etc
|
||||
/home
|
||||
/lib
|
||||
@ -74,6 +75,7 @@ rm -rf %{buildroot}
|
||||
/usr/src
|
||||
%dir /var
|
||||
/var/db
|
||||
/var/games
|
||||
/var/lib
|
||||
/var/local
|
||||
%dir %attr(0775,root,lock) /var/lock
|
||||
@ -93,6 +95,13 @@ rm -rf %{buildroot}
|
||||
/var/yp
|
||||
|
||||
%changelog
|
||||
* Wed Jun 28 2006 Phil Knirsch <pknirsch@redhat.com> - 2.3.7-2
|
||||
- Fixed games location according to FHS 2.1 (#165425)
|
||||
- Added {_libdir}/sse2 to owned files (#192853)
|
||||
- Added /dev to owned files (#192860)
|
||||
- Added {_datadir}/icons to owned files (#195911)
|
||||
- Dropped obsolete /etc/X11/starthere (#191163)
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.3.7-1.2.1
|
||||
- bump again for double-long bug on ppc(64)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user