[filesystem] own /usr/lib/sse2 even on 64-bit (#636748)

Ondrej Vasik ovasik at fedoraproject.org
Fri Sep 24 08:14:20 UTC 2010


commit 80a1d96a5d1b6c650f7892877d84d438e98fa62a
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Fri Sep 24 10:14:29 2010 +0200

    own /usr/lib/sse2 even on 64-bit (#636748)

 filesystem.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/filesystem.spec b/filesystem.spec
index 4768316..0a339b2 100644
--- a/filesystem.spec
+++ b/filesystem.spec
@@ -1,6 +1,6 @@
 Summary: The basic directory layout for a Linux system
 Name: filesystem
-Version: 2.4.35
+Version: 2.4.36
 Release: 1%{?dist}
 License: Public Domain
 URL: https://fedorahosted.org/filesystem
@@ -41,7 +41,7 @@ cd %{buildroot}
 mkdir -p bin boot dev \
         etc/{X11/{applnk,fontpath.d},xdg/autostart,opt,pm/{config.d,power.d,sleep.d},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,sse2,tls,X11,pm-utils/{module.d,power.d,sleep.d}},lib/{games,locale},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/{aclocal,applications,augeas/lenses,backgrounds,desktop-directories,dict,doc,empty,games,ghostscript/conf.d,gnome,icons,idl,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,sounds,themes,xsessions,X11},src,src/kernels,src/debug} \
+        usr/{bin,etc,games,include,%{_lib}/{games,sse2,tls,X11,pm-utils/{module.d,power.d,sleep.d}},lib/{games,locale,sse2},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/{aclocal,applications,augeas/lenses,backgrounds,desktop-directories,dict,doc,empty,games,ghostscript/conf.d,gnome,icons,idl,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,sounds,themes,xsessions,X11},src,src/kernels,src/debug} \
         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
@@ -188,6 +188,9 @@ rm -rf %{buildroot}
 /var/yp
 
 %changelog
+* Fri Sep 25 2010 Ondrej Vasik <ovasik at redhat.com>  2.4.36-1
+- own /usr/lib/sse2 even on 64-bit (#636748)
+
 * Mon Apr 19 2010 Ondrej Vasik <ovasik at redhat.com>  2.4.35-1
 - change permissions on /var/lock from 775 root:lock to
   755 root:root (#581884)


More information about the scm-commits mailing list