[upstart/f14/master] upstart-0.6.5-9.fc14

Petr Lautrbach plautrba at fedoraproject.org
Tue Sep 21 12:10:59 UTC 2010


commit b9ec4bf986950720ebf85a3688ed2ee6a330edc0
Author: Petr Lautrbach <plautrba at redhat.com>
Date:   Tue Sep 21 14:01:33 2010 +0200

    upstart-0.6.5-9.fc14

 upstart.spec |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/upstart.spec b/upstart.spec
index cc5d215..8a5d306 100644
--- a/upstart.spec
+++ b/upstart.spec
@@ -1,6 +1,6 @@
 Name:           upstart
 Version:        0.6.5
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        An event-driven init system
 
 Group:          System Environment/Base
@@ -10,7 +10,11 @@ Source0:        http://upstart.ubuntu.com/download/0.6/upstart-%{version}.tar.gz
 Source1:        init-system-dbus.conf
 Patch1:         upstart-telinit.patch
 Patch2:         upstart-audit-events.patch
-Patch3:		upstart-reexec.patch
+# set DEAD_PROCESS for dead process with pid in utmp table (#572199, #632568)
+Patch3:         upstart-utmp.patch
+Patch4:         upstart-reexec.patch
+# shutdown exits with nonzero exitcode when fails
+Patch5:         upstart-shutdown-exitcode.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  gettext, audit-libs-devel, expat-devel
 BuildRequires:  dbus-devel >= 1:1.2.16, libnih-devel >= 1.0.1
@@ -39,7 +43,9 @@ Drop-in replacement for the System V init tools, provided by Upstart.
 %setup -q
 %patch1 -p1 -b .u
 %patch2 -p1 -b .audit
-%patch3 -p1 -b .reexec
+%patch3 -p1 -b .utmp
+%patch4 -p1 -b .reexec
+%patch5 -p1 -b .exitcode
 
 %build
 %configure --sbindir=/sbin --libdir=/%{_lib}
@@ -151,6 +157,10 @@ rm -rf %{buildroot}
 %{_mandir}/man8/telinit.8.gz
 
 %changelog
+* Tue Sep 21 2010 Petr Lautrbach <plautrba at redhat.com> 0.6.5-9
+- set DEAD_PROCESS for dead process with pid in utmp table (#572199, #632568)
+- exit shutdown with nonzero exitcode when fails shutdown
+
 * Tue Sep 14 2010 Bill Nottingham <notting at redhat.com> - 0.6.5-8
 - have upstart-sysvinit obsolete systemd-sysvinit, to reset the default
 


More information about the scm-commits mailing list