[systemd/f16] fix ABRT on service file reloading Resolves: rhbz#732020

Harald Hoyer harald at fedoraproject.org
Fri Aug 19 15:02:43 UTC 2011


commit c0cb8846b9141e290bffbe6fa4d11ea2da3dc54c
Author: Harald Hoyer <harald at redhat.com>
Date:   Fri Aug 19 17:02:29 2011 +0200

    fix ABRT on service file reloading
    Resolves: rhbz#732020

 systemd.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index 8821447..7ecdbd1 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -2,7 +2,7 @@ Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Version:        33
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        GPLv2+
 Group:          System Environment/Base
 Summary:        A System and Service Manager
@@ -44,6 +44,7 @@ Source1:        macros.systemd
 Source2:        systemd-sysv-convert
 # Stop-gap, just to ensure things work out-of-the-box for this driver.
 Source3:        udlfb.conf
+Patch1: 	systemd-git-e191553d1dc80cd6d65d05f0cb29f8967fab6983.patch
 
 # For sysvinit tools
 Obsoletes:      SysVinit < 2.86-24, sysvinit < 2.86-24
@@ -106,6 +107,7 @@ SysV compatibility tools for systemd
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %configure --with-rootdir= --with-distro=fedora --with-rootlibdir=/%{_lib}
@@ -343,6 +345,10 @@ fi
 %{_bindir}/systemd-sysv-convert
 
 %changelog
+* Fri Aug 19 2011 Harald Hoyer <harald at redhat.com> 33-2
+- fix ABRT on service file reloading
+Resolves: rhbz#732020
+
 * Wed Aug  3 2011 Lennart Poettering <lpoetter at redhat.com> - 33-1
 - New upstream release
 


More information about the scm-commits mailing list