- Removed ownership of fonts directories (#477046)
This commit is contained in:
parent
49e8ca8201
commit
d0a891cc4d
@ -1,6 +1,6 @@
|
|||||||
Summary: The basic directory layout for a Linux system
|
Summary: The basic directory layout for a Linux system
|
||||||
Name: filesystem
|
Name: filesystem
|
||||||
Version: 2.4.19
|
Version: 2.4.20
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
URL: https://fedorahosted.org/filesystem
|
URL: https://fedorahosted.org/filesystem
|
||||||
@ -24,15 +24,15 @@ rm -f $RPM_BUILD_DIR/filelist
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
mkdir -p %{buildroot}
|
mkdir %{buildroot}
|
||||||
|
|
||||||
cd %{buildroot}
|
cd %{buildroot}
|
||||||
|
|
||||||
mkdir -p mnt/{floppy,cdrom} \
|
mkdir -p mnt/{floppy,cdrom} \
|
||||||
bin boot dev \
|
bin boot dev \
|
||||||
etc/{X11/{applnk,fontpath.d},xdg/autostart,opt,xinetd.d,skel,sysconfig,pki,fonts/conf.d} \
|
etc/{X11/{applnk,fontpath.d},xdg/autostart,opt,xinetd.d,skel,sysconfig,pki} \
|
||||||
home lib/modules %{_lib}/tls media mnt opt proc root sbin selinux srv sys tmp \
|
home lib/modules %{_lib}/tls media mnt opt proc root sbin selinux srv sys tmp \
|
||||||
usr/{bin,etc,games,include,%{_lib}/{games,sse2,tls,X11},lib/{games,locale,X11},libexec,local/{bin,etc,games,lib,%{_lib},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/{applications,augeas/lenses,desktop-directories,dict,doc,empty,fonts,games,gnome,icons,info,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x,0p,1p,3p},mime-info,misc,omf,pixmaps,themes,xsessions},src,src/kernels} \
|
usr/{bin,etc,games,include,%{_lib}/{games,sse2,tls,X11},lib/{games,locale,X11},libexec,local/{bin,etc,games,lib,%{_lib},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/{applications,augeas/lenses,desktop-directories,dict,doc,empty,games,gnome,icons,info,man/man{1,2,3,4,5,6,7,8,9,n,1x,2x,3x,4x,5x,6x,7x,8x,9x,0p,1p,3p},mime-info,misc,omf,pixmaps,themes,xsessions},src,src/kernels} \
|
||||||
var/{empty,lib/{games,misc},local,lock/subsys,log,nis,preserve,run,spool/{mail,lpd},tmp,db,cache,opt,games,yp}
|
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
|
ln -snf ../var/tmp usr/tmp
|
||||||
@ -105,7 +105,6 @@ rm -rf %{buildroot}
|
|||||||
/usr/share/dict
|
/usr/share/dict
|
||||||
/usr/share/doc
|
/usr/share/doc
|
||||||
%attr(555,root,root) %dir /usr/share/empty
|
%attr(555,root,root) %dir /usr/share/empty
|
||||||
/usr/share/fonts
|
|
||||||
/usr/share/games
|
/usr/share/games
|
||||||
/usr/share/gnome
|
/usr/share/gnome
|
||||||
/usr/share/icons
|
/usr/share/icons
|
||||||
@ -141,9 +140,11 @@ rm -rf %{buildroot}
|
|||||||
/var/yp
|
/var/yp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 19 2009 Phil Knirsch <pknirsch@redhat.com> - 2.4.20-1
|
||||||
|
- Removed ownership of fonts directories (#477046)
|
||||||
|
|
||||||
* Sat Sep 06 2008 Phil Knirsch <pknirsch@redhat.com> - 2.4.19-1
|
* Sat Sep 06 2008 Phil Knirsch <pknirsch@redhat.com> - 2.4.19-1
|
||||||
- Added augeas lenses dir (#461317)
|
- Added augeas lenses dir (#461317)
|
||||||
- Small specfile fix
|
|
||||||
|
|
||||||
* Tue Jun 24 2008 Phil Knirsch <pknirsch@redhat.com> - 2.4.18-1
|
* Tue Jun 24 2008 Phil Knirsch <pknirsch@redhat.com> - 2.4.18-1
|
||||||
- Added comment with raw format lang-exception URL
|
- Added comment with raw format lang-exception URL
|
||||||
|
Loading…
Reference in New Issue
Block a user