rpms/libselinux/devel .cvsignore, 1.159, 1.160 libselinux-rhat.patch, 1.146, 1.147 libselinux.spec, 1.311, 1.312 sources, 1.161, 1.162

Daniel J Walsh (dwalsh) fedora-extras-commits at redhat.com
Tue Jan 29 13:30:11 UTC 2008


Author: dwalsh

Update of /cvs/extras/rpms/libselinux/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3005

Modified Files:
	.cvsignore libselinux-rhat.patch libselinux.spec sources 
Log Message:
* Tue Jan 29 2008 Dan Walsh <dwalsh at redhat.com> - 2.0.50-1
- Update to Upstream
	* Merged fix for audit2why from Dan Walsh.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libselinux/devel/.cvsignore,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- .cvsignore	23 Jan 2008 21:52:01 -0000	1.159
+++ .cvsignore	29 Jan 2008 13:29:32 -0000	1.160
@@ -140,3 +140,4 @@
 libselinux-2.0.47.tgz
 libselinux-2.0.48.tgz
 libselinux-2.0.49.tgz
+libselinux-2.0.50.tgz

libselinux-rhat.patch:

Index: libselinux-rhat.patch
===================================================================
RCS file: /cvs/extras/rpms/libselinux/devel/libselinux-rhat.patch,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- libselinux-rhat.patch	25 Jan 2008 16:11:42 -0000	1.146
+++ libselinux-rhat.patch	29 Jan 2008 13:29:32 -0000	1.147
@@ -10,26 +10,6 @@
  #define KEY__VIEW                                 0x00000001UL
  #define KEY__READ                                 0x00000002UL
  #define KEY__WRITE                                0x00000004UL
-diff --exclude-from=exclude -N -u -r nsalibselinux/src/audit2why.c libselinux-2.0.49/src/audit2why.c
---- nsalibselinux/src/audit2why.c	2008-01-23 16:47:07.000000000 -0500
-+++ libselinux-2.0.49/src/audit2why.c	2008-01-25 10:58:28.000000000 -0500
-@@ -5,6 +5,7 @@
- #include <getopt.h>
- #include <limits.h>
- #include <sepol/sepol.h>
-+#include <sepol/policydb.h>
- #include <sepol/policydb/services.h>
- #include <Python.h>
- #include <selinux/selinux.h>
-@@ -200,7 +201,7 @@
- 			return 0;    // trigger exception
- 		}
- 	} else {
--		vers = security_policyvers();
-+		vers = sepol_policy_kern_vers_max();
- 		if (vers < 0) {
- 			snprintf(errormsg, sizeof(errormsg), 
- 				 "Could not get policy version:  %s\n",
 diff --exclude-from=exclude -N -u -r nsalibselinux/src/matchpathcon.c libselinux-2.0.49/src/matchpathcon.c
 --- nsalibselinux/src/matchpathcon.c	2007-09-28 09:48:58.000000000 -0400
 +++ libselinux-2.0.49/src/matchpathcon.c	2008-01-25 10:31:28.000000000 -0500


Index: libselinux.spec
===================================================================
RCS file: /cvs/extras/rpms/libselinux/devel/libselinux.spec,v
retrieving revision 1.311
retrieving revision 1.312
diff -u -r1.311 -r1.312
--- libselinux.spec	25 Jan 2008 16:11:42 -0000	1.311
+++ libselinux.spec	29 Jan 2008 13:29:32 -0000	1.312
@@ -3,8 +3,8 @@
 
 Summary: SELinux library and simple utilities
 Name: libselinux
-Version: 2.0.49
-Release: 2%{?dist}
+Version: 2.0.50
+Release: 1%{?dist}
 License: Public Domain
 Group: System Environment/Libraries
 Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
@@ -137,6 +137,10 @@
 %{python_sitearch}/selinux/*
 
 %changelog
+* Tue Jan 29 2008 Dan Walsh <dwalsh at redhat.com> - 2.0.50-1
+- Update to Upstream
+	* Merged fix for audit2why from Dan Walsh.
+
 * Fri Jan 25 2008 Dan Walsh <dwalsh at redhat.com> - 2.0.49-2
 - Fix audit2why to grab latest policy versus the one selected by the kernel
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libselinux/devel/sources,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- sources	23 Jan 2008 21:52:01 -0000	1.161
+++ sources	29 Jan 2008 13:29:32 -0000	1.162
@@ -1 +1 @@
-3095b464e36ad44f559b7540385972ed  libselinux-2.0.49.tgz
+feac4806b661d11b48d370d297ad0e15  libselinux-2.0.50.tgz




More information about the fedora-extras-commits mailing list