rpms/initng-ifiles/FC-6 fixvirtcheck.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 initng-ifiles.spec, 1.4, 1.5 sources, 1.4, 1.5

Daniel Malmgren (danielm) fedora-extras-commits at redhat.com
Mon May 7 08:57:08 UTC 2007


Author: danielm

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

Modified Files:
	.cvsignore initng-ifiles.spec sources 
Added Files:
	fixvirtcheck.patch 
Log Message:
initng-ifiles 0.1.2 for FC-6


fixvirtcheck.patch:

--- NEW FILE fixvirtcheck.patch ---
--- initfiles/system/initial.ii.orig	2007-03-28 10:11:28.000000000 +0200
+++ initfiles/system/initial.ii	2007-03-28 10:11:50.000000000 +0200
@@ -12,7 +12,7 @@
 		# is Xen?
 		[ -r /proc/xen/capabilities ] &&
 		grep -q 'control_d' /proc/xen/capabilities || {
-			echo xen > /dev/initng/isvirt
+			#echo xen > /dev/initng/isvirt
 			exit 0
 		}
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/initng-ifiles/FC-6/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	23 Feb 2007 19:37:44 -0000	1.4
+++ .cvsignore	7 May 2007 08:56:34 -0000	1.5
@@ -1 +1 @@
-initng-ifiles-0.0.8.1.tar.bz2
+initng-ifiles-0.1.2.tar.bz2


Index: initng-ifiles.spec
===================================================================
RCS file: /cvs/extras/rpms/initng-ifiles/FC-6/initng-ifiles.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- initng-ifiles.spec	23 Feb 2007 19:37:44 -0000	1.4
+++ initng-ifiles.spec	7 May 2007 08:56:34 -0000	1.5
@@ -1,6 +1,6 @@
 Summary: Scripts for initng
 Name: initng-ifiles
-Version: 0.0.8.1
+Version: 0.1.2
 Release: 1%{?dist}
 License: GPL
 URL: http://www.initng.org
@@ -10,6 +10,7 @@
 BuildRequires: cmake initng-devel
 Requires: filesystem
 Provides: initng(ifiles)
+Patch0: fixvirtcheck.patch
 
 %description
 Initng is a full replacement of the old and in many ways deprecated sysvinit
@@ -17,6 +18,7 @@
 
 %prep
 %setup -q
+%patch0 -p0 -b .firvirtcheck
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -35,7 +37,11 @@
 mv %{buildroot}%{_datadir}/doc/%{name}/* _doc/
 
 %post
-/sbin/genrunlevel -all >/dev/null 2>&1 || :
+if [ $1 = 1 ]; then
+  /sbin/genrunlevel --all >/dev/null 2>&1 || :
+else
+  /sbin/genrunlevel --migrate >/dev/null 2>&1 || :
+fi
 exit 0
 
 %clean
@@ -55,6 +61,11 @@
 %{_mandir}/*/*
 
 %changelog
+* Tue Mar 27 2007 Daniel Malmgren <dm at mensa.se> 0.1.2-1
+- New upstreams version
+- Fixed up genrunlevel calls in post
+- Patch to disable broken virtcheck stuff
+
 * Thu Feb 22 2007 Daniel Malmgren <dm at mensa.se> 0.0.8.1-1
 - New upstreams version
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/initng-ifiles/FC-6/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	23 Feb 2007 19:37:44 -0000	1.4
+++ sources	7 May 2007 08:56:34 -0000	1.5
@@ -1 +1 @@
-e94c1735f7f66202606a8ec27d380af6  initng-ifiles-0.0.8.1.tar.bz2
+2e4cb4dc5c0294f3147209534fc685b2  initng-ifiles-0.1.2.tar.bz2




More information about the fedora-extras-commits mailing list