rpms/upstart/devel upstart.spec,1.15,1.16

Casey Dahlin (sadmac) fedora-extras-commits at redhat.com
Wed Apr 9 05:12:19 UTC 2008


Author: sadmac

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

Modified Files:
	upstart.spec 
Log Message:
Add telinit u support



Index: upstart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/upstart/devel/upstart.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- upstart.spec	5 Apr 2008 00:49:00 -0000	1.15
+++ upstart.spec	9 Apr 2008 05:11:43 -0000	1.16
@@ -1,6 +1,6 @@
 Name:           upstart
 Version:        0.3.9
-Release:        15%{?dist}
+Release:        16%{?dist}
 Summary:        An event-driven init system
 
 Group:          System Environment/Base
@@ -13,6 +13,7 @@
 Patch2:         upstart-tty-stack.patch
 Patch3:         upstart-rpm.patch
 Patch4:         upstart-fedora-buglist.patch
+Patch5:         upstart-telinit-u.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gettext
@@ -29,6 +30,7 @@
 %patch2
 %patch3
 %patch4 -p1
+%patch5 -p1
 
 %build
 %configure --enable-compat=sysv --sbindir=/sbin --libdir=/%{_lib}
@@ -94,6 +96,9 @@
 %{_mandir}/man8/telinit.8.gz
 
 %changelog
+* Tue Apr 08 2008 Casey Dahlin <cjdahlin at ncsu.edu> - 0.3.9-16
+- Add telinit u support
+
 * Fri Apr 04 2008 Bill Nottingham <notting at redhat.com> - 0.3.9-15
 - Add a events(5) manpage that describes event syntax
 




More information about the fedora-extras-commits mailing list