rpms/libsepol/devel .cvsignore, 1.102, 1.103 libsepol.spec, 1.135, 1.136 sources, 1.103, 1.104

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Aug 1 14:07:42 UTC 2006


Author: dwalsh

Update of /cvs/dist/rpms/libsepol/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12953

Modified Files:
	.cvsignore libsepol.spec sources 
Log Message:
* Tue Aug 1 2006 Dan Walsh <dwalsh at redhat.com> 1.12.21-1
- Upgrade to latest from NSA
	* Merged helpful hierarchy check errors patch from Joshua Brindle.
	* Merged semodule_deps patch from Karl MacMillan.
	  This adds source module names to the avrule decls.



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/libsepol/devel/.cvsignore,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- .cvsignore	5 Jul 2006 02:24:55 -0000	1.102
+++ .cvsignore	1 Aug 2006 14:07:40 -0000	1.103
@@ -102,3 +102,4 @@
 libsepol-1.12.14.tgz
 libsepol-1.12.17.tgz
 libsepol-1.12.19.tgz
+libsepol-1.12.21.tgz


Index: libsepol.spec
===================================================================
RCS file: /cvs/dist/rpms/libsepol/devel/libsepol.spec,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- libsepol.spec	12 Jul 2006 06:55:59 -0000	1.135
+++ libsepol.spec	1 Aug 2006 14:07:40 -0000	1.136
@@ -1,7 +1,7 @@
 Summary: SELinux binary policy manipulation library 
 Name: libsepol
-Version: 1.12.19
-Release: 1.1
+Version: 1.12.21
+Release: 1
 License: GPL
 Group: System Environment/Libraries
 Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz
@@ -37,6 +37,10 @@
 
 %prep
 %setup -q
+# sparc64 is an -fPIC arch, so we need to fix it here
+%ifarch sparc64
+sed -i 's/fpic/fPIC/g' src/Makefile
+%endif
 
 %build
 make clean
@@ -81,6 +85,12 @@
 %{_includedir}/sepol/policydb/*.h
 
 %changelog
+* Tue Aug 1 2006 Dan Walsh <dwalsh at redhat.com> 1.12.21-1
+- Upgrade to latest from NSA
+	* Merged helpful hierarchy check errors patch from Joshua Brindle.
+	* Merged semodule_deps patch from Karl MacMillan.
+	  This adds source module names to the avrule decls.
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 1.12.19-1.1
 - rebuild
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/libsepol/devel/sources,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- sources	5 Jul 2006 02:24:55 -0000	1.103
+++ sources	1 Aug 2006 14:07:40 -0000	1.104
@@ -1 +1 @@
-6526553bc469ddf37e0af1fe2864ceaf  libsepol-1.12.19.tgz
+f8fc9d63258fb867eabffc8e49d46506  libsepol-1.12.21.tgz




More information about the fedora-cvs-commits mailing list