rpms/rhgb/devel .cvsignore, 1.28, 1.29 rhgb.spec, 1.88, 1.89 sources, 1.30, 1.31

Casey Dahlin (sadmac) fedora-extras-commits at redhat.com
Tue Mar 11 16:50:46 UTC 2008


Author: sadmac

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

Modified Files:
	.cvsignore rhgb.spec sources 
Log Message:
Add upstart event



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rhgb/devel/.cvsignore,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- .cvsignore	16 Oct 2007 17:05:29 -0000	1.28
+++ .cvsignore	11 Mar 2008 16:50:14 -0000	1.29
@@ -1 +1,2 @@
-rhgb-8.0.1.tar.gz
+rhgb-0.17.7.tar.gz
+rhgb.upstart-job


Index: rhgb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhgb/devel/rhgb.spec,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- rhgb.spec	19 Feb 2008 22:43:49 -0000	1.88
+++ rhgb.spec	11 Mar 2008 16:50:14 -0000	1.89
@@ -3,10 +3,11 @@
 Summary: Red Hat Graphical Boot
 Name: rhgb
 Version: 0.17.7
-Release: 5%{?dist}
+Release: 6%{?dist}
 Epoch: 1
 URL: http://www.redhat.com/
 Source0: %{name}-%{version}.tar.gz
+Source1: rhgb.upstart-job
 License: GPLv2
 Group: System Environment/Base
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -15,10 +16,12 @@
 BuildRequires: vte-devel
 BuildRequires: gettext
 BuildRequires: libxf86config-devel >= 1.1.1-7
+Requires: upstart
 Requires: initscripts >= 7.22-1
 Requires: system-logos
 Patch0: rhgb-0.17.7-strict-exit.patch
 Patch1: rhgb-0.17.7-dri.patch
+Patch2: rhgb-0.17.7-nodaemon-option.patch
 
 %description
 Red Hat Graphical Boot provides a clean and simple interface to the boot process
@@ -27,6 +30,7 @@
 %setup -q
 %patch0 -p1 -b .strict-exit
 %patch1 -p1 -b .dri
+%patch2 -p1 -b .nodaemon-option
 
 %build
 %configure
@@ -38,7 +42,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT \
+make install DESTDIR=$RPM_BUILD_ROOT
+cp %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/event.d/rhgb
 
 %find_lang %{gettext_package}
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rhgb/devel/sources,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- sources	12 Nov 2007 16:33:37 -0000	1.30
+++ sources	11 Mar 2008 16:50:14 -0000	1.31
@@ -1 +1,2 @@
 d4ca6badf78b32aa342a5036de4650ff  rhgb-0.17.7.tar.gz
+78e3ea773465ee4b50bd53c7c7023546  rhgb.upstart-job




More information about the fedora-extras-commits mailing list