rpms/initng/devel initng.spec,1.9,1.10

Daniel Malmgren (danielm) fedora-extras-commits at redhat.com
Sun Feb 4 18:24:08 UTC 2007


Author: danielm

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

Modified Files:
	initng.spec 
Log Message:
initng 0.6.9-1



Index: initng.spec
===================================================================
RCS file: /cvs/extras/rpms/initng/devel/initng.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- initng.spec	30 Sep 2006 05:01:13 -0000	1.9
+++ initng.spec	4 Feb 2007 18:23:35 -0000	1.10
@@ -1,7 +1,7 @@
 Summary: Programs which control basic system processes
 Name: initng
-Version: 0.6.8
-Release: 9%{?dist}
+Version: 0.6.9
+Release: 1%{?dist}
 License: GPL
 URL: http://www.initng.org
 Group: System Environment/Base
@@ -13,7 +13,6 @@
 Requires(post): procps
 Requires(triggerin): grep coreutils
 Requires: %{name}-lib = %{version}-%{release}
-Patch0: check-selinux.patch
 
 %description
 Initng is a full replacement of the old and in many ways deprecated sysvinit
@@ -38,7 +37,6 @@
 
 %prep
 %setup -q
-%patch0 -p0 -b .check_selinux
 
 %build
 cmake . -DBUILD_SELINUX:BOOL=ON -DCOUNT_ME:BOOL=OFF -DLIB_INSTALL_DIR:STRING=/%{_lib}
@@ -66,7 +64,7 @@
     defaultkpath=`grubby --default-kernel`
     if test -n $defaultkpath && test -f "/boot/vmlinuz-"`uname -r`
     then
-    	defaultkpath="/boot/vmlinuz-"`uname -r`
+      defaultkpath="/boot/vmlinuz-"`uname -r`
     fi
     defaultinitrd=`grubby --info=$defaultkpath | grep initrd`
     grubby --add-kernel=$defaultkpath --copy-default --args="init=/sbin/initng" --title="initng boot" --$defaultinitrd
@@ -114,6 +112,10 @@
 /%{_lib}/libngcclient.so
 
 %changelog
+* Sun Feb 04 2007 Daniel Malmgren <de at mensa.se> 0.6.9-1
+- New upstreams version
+- Removed selinux patch that's now upstreams
+
 * Sat Sep 30 2006 Daniel Malmgren <daner964 at student.liu.se> 0.6.8-9
 - Seems like this bumping is getting out of hands, right?
 




More information about the scm-commits mailing list