rpms/libsepol/devel libsepol.spec,1.73,1.74

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Oct 14 16:11:33 UTC 2005


Author: dwalsh

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

Modified Files:
	libsepol.spec 
Log Message:
* Fri Oct 14 2005 Dan Walsh <dwalsh at redhat.com> 1.9.17-2
- Tell init to reexec itself in post script



Index: libsepol.spec
===================================================================
RCS file: /cvs/dist/rpms/libsepol/devel/libsepol.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- libsepol.spec	14 Oct 2005 12:25:03 -0000	1.73
+++ libsepol.spec	14 Oct 2005 16:11:17 -0000	1.74
@@ -1,7 +1,7 @@
 Summary: SELinux binary policy manipulation library 
 Name: libsepol
 Version: 1.9.17
-Release: 1
+Release: 2
 License: GPL
 Group: System Environment/Libraries
 Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz
@@ -57,7 +57,10 @@
 %clean
 rm -rf ${RPM_BUILD_ROOT}
 
-%post -p /sbin/ldconfig
+%post
+/sbin/ldconfig
+/sbin/telinit U
+exit 0
 
 %postun -p /sbin/ldconfig
 
@@ -76,6 +79,9 @@
 %{_includedir}/sepol/policydb/*.h
 
 %changelog
+* Fri Oct 14 2005 Dan Walsh <dwalsh at redhat.com> 1.9.17-2
+- Tell init to reexec itself in post script
+
 * Mon Oct 10 2005 Dan Walsh <dwalsh at redhat.com> 1.9.17-1
 - Upgrade to latest from NSA
 	* Hid sepol_module_package type definition, and added get interfaces.




More information about the fedora-cvs-commits mailing list