rpms/libselinux/devel libselinux-rhat.patch, 1.76, 1.77 libselinux.spec, 1.184, 1.185

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 11 19:03:50 UTC 2006


Author: dwalsh

Update of /cvs/dist/rpms/libselinux/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv11818

Modified Files:
	libselinux-rhat.patch libselinux.spec 
Log Message:
* Mon Mar 27 2006 Dan Walsh <dwalsh at redhat.com> 1.30.1-2
- Fix python bindings for matchpathcon
- Fix booleans man page


libselinux-rhat.patch:
 man/man8/booleans.8 |   18 ++++++------------
 src/selinuxswig.i   |    5 +++--
 2 files changed, 9 insertions(+), 14 deletions(-)

Index: libselinux-rhat.patch
===================================================================
RCS file: /cvs/dist/rpms/libselinux/devel/libselinux-rhat.patch,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- libselinux-rhat.patch	11 Apr 2006 18:25:46 -0000	1.76
+++ libselinux-rhat.patch	11 Apr 2006 19:02:54 -0000	1.77
@@ -1,6 +1,48 @@
+diff --exclude-from=exclude -N -u -r nsalibselinux/man/man8/booleans.8 libselinux-1.30.1/man/man8/booleans.8
+--- nsalibselinux/man/man8/booleans.8	2004-11-02 11:44:38.000000000 -0500
++++ libselinux-1.30.1/man/man8/booleans.8	2006-04-11 15:01:19.000000000 -0400
+@@ -17,17 +17,10 @@
+ value.  
+ 
+ The policy defines a default value for each boolean, typically false.
+-These default values can be overridden at boot-time based on the
+-settings in the
+-.I /etc/selinux/SELINUXTYPE/booleans
+-file, where
+-SELINUXTYPE is the type of policy currently being run on the system as
+-defined in the
+-.I /etc/selinux/config
+-file.  The
++These default values can be overridden.  The
+ .B system-config-securitylevel
+ tool provides an interface for altering
+-the settings in this file.  The
++the settings of booleans.  The
+ .B load_policy(8)
+ program will preserve
+ current boolean settings upon a policy reload by default, or can
+@@ -41,8 +34,11 @@
+ .B setsebool(8)
+ utility or the
+ .B togglesebool
+-utility.  These utilities only change the
++utility.  These utilities change the
+ current boolean value and do not affect the boot-time settings.
++You can use 
++.B setsebool -P 
++to permanantly change the setting of a boolean.
+ 
+ .SH AUTHOR	
+ This manual page was written by Dan Walsh <dwalsh at redhat.com>.
+@@ -51,5 +47,3 @@
+ .SH "SEE ALSO"
+ getsebool(8), setsebool(8), selinux(8), togglesebool(8)
+ 
+-.SH FILES
+-/etc/selinux/SELINUXTYPE/booleans, /etc/selinux/config
 diff --exclude-from=exclude -N -u -r nsalibselinux/src/selinuxswig.i libselinux-1.30.1/src/selinuxswig.i
 --- nsalibselinux/src/selinuxswig.i	2006-01-04 10:37:35.000000000 -0500
-+++ libselinux-1.30.1/src/selinuxswig.i	2006-04-11 14:23:41.000000000 -0400
++++ libselinux-1.30.1/src/selinuxswig.i	2006-04-11 14:55:35.000000000 -0400
 @@ -29,8 +29,9 @@
  	$1 = &temp;
  }


Index: libselinux.spec
===================================================================
RCS file: /cvs/dist/rpms/libselinux/devel/libselinux.spec,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- libselinux.spec	11 Apr 2006 18:25:46 -0000	1.184
+++ libselinux.spec	11 Apr 2006 19:03:13 -0000	1.185
@@ -3,7 +3,7 @@
 Summary: SELinux library and simple utilities
 Name: libselinux
 Version: 1.30.1
-Release: 1
+Release: 2
 License: Public domain (uncopyrighted)
 Group: System Environment/Libraries
 Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
@@ -111,6 +111,10 @@
 %{_libdir}/python*/site-packages/selinux.py*
 
 %changelog
+* Mon Mar 27 2006 Dan Walsh <dwalsh at redhat.com> 1.30.1-2
+- Fix python bindings for matchpathcon
+- Fix booleans man page
+
 * Mon Mar 27 2006 Dan Walsh <dwalsh at redhat.com> 1.30.1-1
 	* Merged Makefile PYLIBVER definition patch from Dan Walsh.
 




More information about the fedora-cvs-commits mailing list