rpms/libselinux/devel libselinux.spec,1.127,1.128

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


Author: dwalsh

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

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



Index: libselinux.spec
===================================================================
RCS file: /cvs/dist/rpms/libselinux/devel/libselinux.spec,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- libselinux.spec	14 Oct 2005 12:34:05 -0000	1.127
+++ libselinux.spec	14 Oct 2005 16:11:08 -0000	1.128
@@ -1,8 +1,8 @@
-%define libsepolver 1.9.14-1
+%define libsepolver 1.9.17-1
 Summary: SELinux library and simple utilities
 Name: libselinux
 Version: 1.27.9
-Release: 1
+Release: 2
 License: Public domain (uncopyrighted)
 Group: System Environment/Libraries
 Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
@@ -67,7 +67,10 @@
 %clean
 rm -rf ${RPM_BUILD_ROOT}
 
-%post -p /sbin/ldconfig
+%post
+/sbin/ldconfig
+/sbin/telinit U
+exit 0
 
 %postun -p /sbin/ldconfig
 
@@ -86,6 +89,9 @@
 %{_mandir}/man8/*
 
 %changelog
+* Fri Oct 14 2005 Dan Walsh <dwalsh at redhat.com> 1.27.9-2
+- Tell init to reexec itself in post script
+
 * Fri Oct 7 2005 Dan Walsh <dwalsh at redhat.com> 1.27.9-1
 - Update to latest from NSA
 	* Changed selinux_mkload_policy to try downgrading the




More information about the fedora-cvs-commits mailing list