rpms/libsemanage/devel libsemanage.spec,1.160,1.161

Daniel J Walsh (dwalsh) fedora-extras-commits at redhat.com
Fri Aug 15 16:59:40 UTC 2008


Author: dwalsh

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

Modified Files:
	libsemanage.spec 
Log Message:
* Tue Aug 5 2008 Dan Walsh <dwalsh at redhat.com> - 2.0.27-2
- Don't rebuild on fcontext or seuser modifications



Index: libsemanage.spec
===================================================================
RCS file: /cvs/extras/rpms/libsemanage/devel/libsemanage.spec,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- libsemanage.spec	14 Aug 2008 20:17:19 -0000	1.160
+++ libsemanage.spec	15 Aug 2008 16:59:10 -0000	1.161
@@ -39,6 +39,15 @@
 The semanage-devel package contains the static libraries and header files
 needed for developing applications that manipulate binary policies. 
 
+%package python
+Summary: semanage python bindings for libsemanage
+Group: Development/Libraries
+Requires: libsemanage = %{version}-%{release} 
+
+%description python
+The libsemanage-python package contains the python bindings for developing 
+SELinux management applications. 
+
 %prep
 %setup -q
 %patch -p1 -b .rhat
@@ -63,7 +72,6 @@
 %defattr(-,root,root)
 %config(noreplace) /etc/selinux/semanage.conf
 /%{_lib}/libsemanage.so.1
-%{_libdir}/python*/site-packages/*
 
 %post -p /sbin/ldconfig
 
@@ -77,6 +85,9 @@
 %{_includedir}/semanage/*.h
 %{_mandir}/man3/*
 
+%files python
+%{_libdir}/python*/site-packages/*
+
 %changelog
 * Tue Aug 5 2008 Dan Walsh <dwalsh at redhat.com> - 2.0.27-2
 - Don't rebuild on fcontext or seuser modifications




More information about the fedora-extras-commits mailing list