rpms/libsemanage/devel .cvsignore, 1.40, 1.41 libsemanage.spec, 1.55, 1.56 sources, 1.42, 1.43

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 4 18:13:12 UTC 2006


Author: dwalsh

Update of /cvs/dist/rpms/libsemanage/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21167

Modified Files:
	.cvsignore libsemanage.spec sources 
Log Message:
* Wed Jan 5 2006 Dan Walsh <dwalsh at redhat.com> 1.5.4-1
- Upgrade to latest from NSA
	* Merged patch series from Ivan Gyurdiev.
	  This includes patches to:
	  - separate file rw code from linked list
	  - annotate objects
	  - fold together internal headers
	  - support ordering of records in compare function
	  - add active dbase backend, active booleans
	  - return commit numbers for ro database calls
	  - use modified flags to skip rebuild whenever possible
	  - enable port interfaces
	  - update swig interfaces and typemaps
	  - add an API for file_contexts.local and file_contexts
	  - flip the traversal order in iterate/list
	  - reorganize sandbox_expand
	  - add seusers MLS validation
	  - improve dbase spec/documentation
	  - clone record on set/add/modify



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/libsemanage/devel/.cvsignore,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- .cvsignore	14 Dec 2005 19:51:34 -0000	1.40
+++ .cvsignore	4 Jan 2006 18:13:08 -0000	1.41
@@ -42,3 +42,4 @@
 libsemanage-1.5.1.tgz
 libsemanage-1.5.2.tgz
 libsemanage-1.5.3.tgz
+libsemanage-1.5.4.tgz


Index: libsemanage.spec
===================================================================
RCS file: /cvs/dist/rpms/libsemanage/devel/libsemanage.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- libsemanage.spec	2 Jan 2006 12:56:28 -0000	1.55
+++ libsemanage.spec	4 Jan 2006 18:13:08 -0000	1.56
@@ -1,12 +1,11 @@
-%define libselinuxver 1.29.2-1
+%define libselinuxver 1.29.3-1
 Summary: SELinux binary policy manipulation library 
 Name: libsemanage
-Version: 1.5.3
-Release: 3
+Version: 1.5.4
+Release: 1
 License: GPL
 Group: System Environment/Libraries
 Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz
-Patch: libsemanage-rhat.patch
 
 BuildRoot: %{_tmppath}/%{name}-buildroot
 BuildRequires: libselinux-devel >= %{libselinuxver} 
@@ -38,7 +37,6 @@
 
 %prep
 %setup -q
-%patch -p1 -b .rhat
 
 %build
 make clean
@@ -74,6 +72,26 @@
 %{_includedir}/semanage/*.h
 
 %changelog
+* Wed Jan 5 2006 Dan Walsh <dwalsh at redhat.com> 1.5.4-1
+- Upgrade to latest from NSA
+	* Merged patch series from Ivan Gyurdiev.
+	  This includes patches to:
+	  - separate file rw code from linked list
+	  - annotate objects
+	  - fold together internal headers
+	  - support ordering of records in compare function
+	  - add active dbase backend, active booleans
+	  - return commit numbers for ro database calls
+	  - use modified flags to skip rebuild whenever possible
+	  - enable port interfaces
+	  - update swig interfaces and typemaps
+	  - add an API for file_contexts.local and file_contexts
+	  - flip the traversal order in iterate/list
+	  - reorganize sandbox_expand
+	  - add seusers MLS validation
+	  - improve dbase spec/documentation
+	  - clone record on set/add/modify
+
 * Tue Dec 27 2005 Dan Walsh <dwalsh at redhat.com> 1.5.3-3
 - Add Ivans patch to turn on ports
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/libsemanage/devel/sources,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- sources	14 Dec 2005 19:51:34 -0000	1.42
+++ sources	4 Jan 2006 18:13:08 -0000	1.43
@@ -1 +1 @@
-ba43055bdde21f650b419aefbc0927b5  libsemanage-1.5.3.tgz
+13530deff7aae519ffa9cf2f6c2ac466  libsemanage-1.5.4.tgz




More information about the fedora-cvs-commits mailing list