rpms/policycoreutils/devel .cvsignore, 1.197, 1.198 policycoreutils-rhat.patch, 1.424, 1.425 policycoreutils.spec, 1.616, 1.617 sources, 1.203, 1.204

Daniel J Walsh dwalsh at fedoraproject.org
Wed Aug 5 19:27:54 UTC 2009


Author: dwalsh

Update of /cvs/extras/rpms/policycoreutils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14690

Modified Files:
	.cvsignore policycoreutils-rhat.patch policycoreutils.spec 
	sources 
Log Message:
* Wed Aug 5 2009 Dan Walsh <dwalsh at redhat.com> 2.0.70-1
- Update to upstream
	* Modify restorecon to only call realpath() on user-supplied pathnames
	from Stephen Smalley.
	* Fix typo in fixfiles that prevented it from relabeling btrfs 
	  filesystems from Dan Walsh.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/.cvsignore,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -p -r1.197 -r1.198
--- .cvsignore	29 Jul 2009 13:43:53 -0000	1.197
+++ .cvsignore	5 Aug 2009 19:27:53 -0000	1.198
@@ -202,3 +202,4 @@ policycoreutils-2.0.64.tgz
 policycoreutils-2.0.65.tgz
 policycoreutils-2.0.67.tgz
 policycoreutils-2.0.68.tgz
+policycoreutils-2.0.70.tgz

policycoreutils-rhat.patch:
 Makefile                                    |    2 
 restorecond/Makefile                        |   20 +
 restorecond/org.selinux.Restorecond.service |    3 
 restorecond/restorecond.c                   |  399 +++-------------------------
 restorecond/restorecond.conf                |    5 
 restorecond/restorecond.desktop             |    7 
 restorecond/restorecond.h                   |   19 +
 restorecond/restorecond_user.conf           |    2 
 restorecond/user.c                          |  220 +++++++++++++++
 restorecond/walk.c                          |   30 ++
 restorecond/watch.c                         |  346 ++++++++++++++++++++++++
 scripts/Makefile                            |    3 
 scripts/sandbox                             |  139 +++++++++
 scripts/sandbox.8                           |   22 +
 scripts/sandbox.py                          |   67 ++++
 semanage/semanage                           |   59 +++-
 semanage/semanage.8                         |    2 
 semanage/seobject.py                        |  283 +++++++++++++------
 18 files changed, 1167 insertions(+), 461 deletions(-)

Index: policycoreutils-rhat.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils-rhat.patch,v
retrieving revision 1.424
retrieving revision 1.425
diff -u -p -r1.424 -r1.425
--- policycoreutils-rhat.patch	29 Jul 2009 13:44:02 -0000	1.424
+++ policycoreutils-rhat.patch	5 Aug 2009 19:27:53 -0000	1.425
@@ -1195,18 +1195,6 @@ diff --exclude-from=exclude --exclude=se
 +		exitApp("Error watching config file.");
 +}
 +
-diff --exclude-from=exclude --exclude=sepolgen-1.0.16 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/scripts/fixfiles policycoreutils-2.0.68/scripts/fixfiles
---- nsapolicycoreutils/scripts/fixfiles	2009-06-23 15:36:07.000000000 -0400
-+++ policycoreutils-2.0.68/scripts/fixfiles	2009-07-29 09:31:44.000000000 -0400
-@@ -129,7 +129,7 @@
- if [ ! -z "$FILEPATH" ]; then
-     if [ -x /usr/bin/find ]; then
- 	/usr/bin/find "$FILEPATH" \
--	    ! \( -fstype ext2 -o -fstype ext3 -o -fstype ext4 -o -fstype ext4dev -o -fstype gfs2 -o -fstype jfs -o -fstype xfs -o fstype btrfs \) -prune  -o -print0 | \
-+	    ! \( -fstype ext2 -o -fstype ext3 -o -fstype ext4 -o -fstype ext4dev -o -fstype gfs2 -o -fstype jfs -o -fstype xfs -o -fstype btrfs \) -prune  -o -print0 | \
- 	    ${RESTORECON} ${OUTFILES} ${FORCEFLAG} $* -0 -f - 2>&1 >> $LOGFILE
-     else
- 	${RESTORECON} ${OUTFILES} ${FORCEFLAG} -R $* $FILEPATH 2>&1 >> $LOGFILE
 diff --exclude-from=exclude --exclude=sepolgen-1.0.16 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/scripts/Makefile policycoreutils-2.0.68/scripts/Makefile
 --- nsapolicycoreutils/scripts/Makefile	2008-08-28 09:34:24.000000000 -0400
 +++ policycoreutils-2.0.68/scripts/Makefile	2009-07-29 09:30:07.000000000 -0400


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils.spec,v
retrieving revision 1.616
retrieving revision 1.617
diff -u -p -r1.616 -r1.617
--- policycoreutils.spec	29 Jul 2009 13:58:16 -0000	1.616
+++ policycoreutils.spec	5 Aug 2009 19:27:54 -0000	1.617
@@ -5,7 +5,7 @@
 %define	sepolgenver	1.0.16
 Summary: SELinux policy core utilities
 Name:	 policycoreutils
-Version: 2.0.68
+Version: 2.0.70
 Release: 1%{?dist}
 License: GPLv2+
 Group:	 System Environment/Base
@@ -266,6 +266,13 @@ else
 fi
 
 %changelog
+* Wed Aug 5 2009 Dan Walsh <dwalsh at redhat.com> 2.0.70-1
+- Update to upstream
+	* Modify restorecon to only call realpath() on user-supplied pathnames
+	from Stephen Smalley.
+	* Fix typo in fixfiles that prevented it from relabeling btrfs 
+	  filesystems from Dan Walsh.
+
 * Sun Jul 29 2009 Dan Walsh <dwalsh at redhat.com> 2.0.68-1
 - Fix location of man pages
 - Update to upstream


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/sources,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -p -r1.203 -r1.204
--- sources	29 Jul 2009 13:44:04 -0000	1.203
+++ sources	5 Aug 2009 19:27:54 -0000	1.204
@@ -1,2 +1,2 @@
 e1b5416c3e0d76e5d702b3f54f4def45  sepolgen-1.0.16.tgz
-aed0ab49649832c19b650e9edefb3c64  policycoreutils-2.0.68.tgz
+8c4c0c43a9b6c3865e2a8b8bdd222f90  policycoreutils-2.0.70.tgz




More information about the fedora-extras-commits mailing list