rpms/libselinux/devel libselinux-rhat.patch,1.171,1.172

Luke Macken lmacken at fedoraproject.org
Mon Nov 17 20:27:05 UTC 2008


Author: lmacken

Update of /cvs/pkgs/rpms/libselinux/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8025

Modified Files:
	libselinux-rhat.patch 
Log Message:
The restorecon method needs the stat module as well

libselinux-rhat.patch:

Index: libselinux-rhat.patch
===================================================================
RCS file: /cvs/pkgs/rpms/libselinux/devel/libselinux-rhat.patch,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- libselinux-rhat.patch	17 Nov 2008 20:23:52 -0000	1.171
+++ libselinux-rhat.patch	17 Nov 2008 20:26:34 -0000	1.172
@@ -110,7 +110,7 @@
  del types
  
  
-+import shutil, os
++import shutil, os, stat
 +
 +def restorecon(path, recursive=False):
 +    """ Restore SELinux context on a given path """




More information about the fedora-extras-commits mailing list