rpms/initng/FC-6 .cvsignore, 1.3, 1.4 initng.spec, 1.9, 1.10 sources, 1.3, 1.4

Daniel Malmgren (danielm) fedora-extras-commits at redhat.com
Mon Feb 12 17:55:32 UTC 2007


Author: danielm

Update of /cvs/extras/rpms/initng/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8805/FC-6

Modified Files:
	.cvsignore initng.spec sources 
Log Message:
initng 0.6.9 for FC-5 and FC-6



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/initng/FC-6/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	27 Sep 2006 18:21:04 -0000	1.3
+++ .cvsignore	12 Feb 2007 17:55:00 -0000	1.4
@@ -1 +1 @@
-initng-0.6.8.tar.bz2
+initng-0.6.9.tar.bz2


Index: initng.spec
===================================================================
RCS file: /cvs/extras/rpms/initng/FC-6/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	12 Feb 2007 17:55:00 -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: 3%{?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,9 +37,9 @@
 
 %prep
 %setup -q
-%patch0 -p0 -b .check_selinux
 
 %build
+export CFLAGS="$RPM_OPT_FLAGS"
 cmake . -DBUILD_SELINUX:BOOL=ON -DCOUNT_ME:BOOL=OFF -DLIB_INSTALL_DIR:STRING=/%{_lib}
 make %{?_smp_mflags} VERBOSE=1
 
@@ -66,7 +65,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 +113,16 @@
 /%{_lib}/libngcclient.so
 
 %changelog
+* Sun Feb 04 2007 Daniel Malmgren <de at mensa.se> 0.6.9-3
+- Use correct opt flags as suggested in BZ #225100
+
+* Sun Feb 04 2007 Daniel Malmgren <de at mensa.se> 0.6.9-2
+- Forgot to upload the source...
+
+* 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?
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/initng/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	27 Sep 2006 18:21:04 -0000	1.3
+++ sources	12 Feb 2007 17:55:00 -0000	1.4
@@ -1 +1 @@
-14a5e9a1083f2bfa560f5c5c6151d09f  initng-0.6.8.tar.bz2
+dfaa7a90e86ae7af6f7daa443e5cb7c7  initng-0.6.9.tar.bz2




More information about the scm-commits mailing list