[filesystem/f16] drop ownership of /selinux - moved to /sys/fs/selinux(#726528)

Ondrej Vasik ovasik at fedoraproject.org
Fri Jul 29 08:40:53 UTC 2011


commit 6e10cb4c4a1a4554765e87dd0ccd3ba24f03cf80
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Fri Jul 29 10:40:38 2011 +0200

    drop ownership of /selinux - moved to /sys/fs/selinux(#726528)

 filesystem.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/filesystem.spec b/filesystem.spec
index b361d82..513c88c 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.43
+Version: 2.4.44
 Release: 1%{?dist}
 License: Public Domain
 URL: https://fedorahosted.org/filesystem
@@ -33,7 +33,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 run/lock sbin selinux srv sys tmp \
+        home lib/modules %{_lib}/tls media mnt opt proc root run/lock sbin srv sys tmp \
         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}
 
@@ -129,7 +129,6 @@ posix.symlink("../run/lock", "/var/lock")
 %attr(550,root,root) /root
 /run
 %attr(555,root,root) /sbin
-/selinux
 /srv
 /sys
 %attr(1777,root,root) /tmp
@@ -194,6 +193,9 @@ posix.symlink("../run/lock", "/var/lock")
 /var/yp
 
 %changelog
+* Fri Jul 29 2011 Ondrej Vasik <ovasik at redhat.com>  2.4.44-1
+- drop ownership of /selinux - moved to /sys/fs/selinux(#726528)
+
 * Tue Jun 28 2011 Ondrej Vasik <ovasik at redhat.com>  2.4.43-1
 - add various languages to lang-exceptions(#620063)
 


More information about the scm-commits mailing list