[upstart/f13/master] upstart-0.6.5-6.fc13

Petr Lautrbach plautrba at fedoraproject.org
Tue Sep 21 13:46:07 UTC 2010


commit 6f361193c152d35b264ab565f86cd57318523bb1
Author: Petr Lautrbach <plautrba at redhat.com>
Date:   Tue Sep 21 14:21:50 2010 +0200

    upstart-0.6.5-6.fc13

 upstart.spec |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/upstart.spec b/upstart.spec
index c423fd3..607de6b 100644
--- a/upstart.spec
+++ b/upstart.spec
@@ -1,6 +1,6 @@
 Name:           upstart
 Version:        0.6.5
-Release:        5%{?dist}
+Release:        6%{?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)
 Obsoletes: SysVinit < 2.86-24, sysvinit < 2.86-24
 Provides: SysVinit = 2.86-24, sysvinit = 2.86-24
@@ -27,7 +31,9 @@ during shutdown and supervising them while the system is running.
 %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}
@@ -106,6 +112,10 @@ rm -rf %{buildroot}
 %{_mandir}/man8/reload.8.gz
 
 %changelog
+* Tue Sep 21 2010 Petr Lautrbach <plautrba at redhat.com> 0.6.5-6
+- set DEAD_PROCESS for dead process with pid in utmp table (#572199, #632568)
+- exit shutdown with nonzero exitcode when fails shutdown
+
 * Tue May 4 2010 Bill Nottingham <notting at redhat.com> 0.6.5-5
 - re-add SIGTERM handler so restart on shutdown works, avoiding dirty inodes (#576662)
 


More information about the scm-commits mailing list