[upstart] upstart-0.6.5-9.fc15

Petr Lautrbach plautrba at fedoraproject.org
Tue Sep 21 11:40:42 UTC 2010


commit adfc4f92f04713729364fbaf5cb921f9e6d6d5b0
Author: Petr Lautrbach <plautrba at redhat.com>
Date:   Tue Sep 21 13:20:41 2010 +0200

    upstart-0.6.5-9.fc15

 upstart.spec |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/upstart.spec b/upstart.spec
index e8ec588..030eff1 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
@@ -38,7 +42,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}
@@ -150,6 +156,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
+
 * Fri Sep 17 2010 Bill Nottingham <notting at redhat.com> - 0.6.5-8
 - ensure F15 version is newer than F-14
 


More information about the scm-commits mailing list