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

Luke Macken lmacken at fedoraproject.org
Mon Nov 17 20:24:25 UTC 2008


Author: lmacken

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

Modified Files:
	libselinux-rhat.patch 
Log Message:
Fix a typo in the restorecon method of the libselinux-rhat patch

libselinux-rhat.patch:

Index: libselinux-rhat.patch
===================================================================
RCS file: /cvs/pkgs/rpms/libselinux/devel/libselinux-rhat.patch,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- libselinux-rhat.patch	17 Nov 2008 15:27:46 -0000	1.170
+++ libselinux-rhat.patch	17 Nov 2008 20:23:52 -0000	1.171
@@ -121,7 +121,7 @@
 +        if recursive:
 +            os.path.walk(path, lambda arg, dirname, fnames:
 +                             map(restorecon, [os.path.join(dirname, fname)
-+                              s                for fname in fnames]), None)
++                                              for fname in fnames]), None)
 +
 +def copytree(src, dest):
 +    """ An SELinux-friendly shutil.copytree method """




More information about the fedora-extras-commits mailing list