rpms/rhgb/devel rhgb.spec,1.94,1.95

Casey Dahlin (sadmac) fedora-extras-commits at redhat.com
Mon Mar 17 06:04:15 UTC 2008


Author: sadmac

Update of /cvs/pkgs/rpms/rhgb/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11554

Modified Files:
	rhgb.spec 
Log Message:
Fixed double free in no-inittab patch



Index: rhgb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhgb/devel/rhgb.spec,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- rhgb.spec	17 Mar 2008 05:31:11 -0000	1.94
+++ rhgb.spec	17 Mar 2008 06:03:35 -0000	1.95
@@ -3,7 +3,7 @@
 Summary: Red Hat Graphical Boot
 Name: rhgb
 Version: 0.17.7
-Release: 10%{?dist}
+Release: 11%{?dist}
 Epoch: 1
 URL: http://www.redhat.com/
 Source0: %{name}-%{version}.tar.gz
@@ -20,6 +20,7 @@
 Requires: inotify-tools
 Patch0: rhgb-0.17.7-strict-exit.patch
 Patch1: rhgb-0.17.7-dri.patch
+Patch2: rhgb-0.17.7-no-inittab.patch
 
 %description
 Red Hat Graphical Boot provides a clean and simple interface to the boot process
@@ -28,6 +29,7 @@
 %setup -q
 %patch0 -p1 -b .strict-exit
 %patch1 -p1 -b .dri
+%patch2 -p1 -b .no-inittab
 
 %build
 %configure
@@ -57,6 +59,10 @@
 %dir %{_sysconfdir}/rhgb/temp
 
 %changelog
+* Sun Mar 18 2008 Casey Dahlin <cjdahlin at ncsu.edu> - 1:0.17.7-11
+- Don't check /etc/inittab for default runlevel since it may no longer be
+  present
+
 * Sun Mar 18 2008 Casey Dahlin <cjdahlin at ncsu.edu> - 1:0.17.7-10
 - Remove rhgb event from files list since it is no longer in this package
 




More information about the fedora-extras-commits mailing list