rpms/libselinux/FC-5 .cvsignore, 1.101, 1.102 libselinux.spec, 1.181, 1.182 sources, 1.103, 1.104

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Mar 20 20:36:59 UTC 2006


Author: dwalsh

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

Modified Files:
	.cvsignore libselinux.spec sources 
Log Message:
* Mon Mar 18 2006 Dan Walsh <dwalsh at redhat.com> 1.30-1.fc5
- rebuild for FC5



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/libselinux/FC-5/.cvsignore,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- .cvsignore	20 Jan 2006 16:17:43 -0000	1.101
+++ .cvsignore	20 Mar 2006 20:36:57 -0000	1.102
@@ -75,3 +75,4 @@
 libselinux-1.29.5.tgz
 libselinux-1.29.6.tgz
 libselinux-1.29.7.tgz
+libselinux-1.30.tgz


Index: libselinux.spec
===================================================================
RCS file: /cvs/dist/rpms/libselinux/FC-5/libselinux.spec,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- libselinux.spec	11 Feb 2006 04:12:30 -0000	1.181
+++ libselinux.spec	20 Mar 2006 20:36:57 -0000	1.182
@@ -1,12 +1,13 @@
-%define libsepolver 1.11.9-1
-%define libsetransver 0.1.18-1
+%define libsepolver 1.12-1
+%define libsetransver 0.1.20-1
 Summary: SELinux library and simple utilities
 Name: libselinux
-Version: 1.29.7
-Release: 1.2
+Version: 1.30
+Release: 1.fc5
 License: Public domain (uncopyrighted)
 Group: System Environment/Libraries
 Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
+Patch: libselinux-rhat.patch
 
 BuildRequires: libsepol-devel >= %{libsepolver}
 Requires: libsepol >= %{libsepolver}
@@ -33,6 +34,7 @@
 Summary: python bindings for libselinux
 Group: Development/Libraries
 Requires: libselinux = %{version}-%{release} 
+BuildRequires: python-devel
 
 %description python
 The libselinux-python package contains the python bindings for developing SELinux 
@@ -49,6 +51,7 @@
 
 %prep
 %setup -q
+%patch -p1 -b .rhat
 
 %build
 make clean
@@ -104,10 +107,20 @@
 
 %files python
 %defattr(-,root,root,0755)
-%{_libdir}/python2.4/site-packages/_selinux.so
-%{_libdir}/python2.4/site-packages/selinux.py*
+%{_libdir}/python*/site-packages/_selinux.so
+%{_libdir}/python*/site-packages/selinux.py*
 
 %changelog
+* Mon Mar 18 2006 Dan Walsh <dwalsh at redhat.com> 1.30-1.fc5
+- rebuild for FC5
+
+* Fri Mar 10 2006 Dan Walsh <dwalsh at redhat.com> 1.30-1
+- Make some fixes so it will build on RHEL4
+- Upgrade to latest from NSA
+	* Updated version for release.
+	* Altered rpm_execcon fallback logic for permissive mode to also
+	  handle case where /selinux/enforce is not available.
+
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 1.29.7-1.2
 - bump again for double-long bug on ppc(64)
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/libselinux/FC-5/sources,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- sources	20 Jan 2006 16:17:43 -0000	1.103
+++ sources	20 Mar 2006 20:36:57 -0000	1.104
@@ -1 +1 @@
-880560e5229cbf090b0f4608a5c3b95e  libselinux-1.29.7.tgz
+b0834c79eac17c87c690542b0874cc53  libselinux-1.30.tgz




More information about the fedora-cvs-commits mailing list