[systemd/f15] Drop the pidfile patch for now. It exposes a bug in sendmail (BZ#719884)

Michal Schmidt michich at fedoraproject.org
Fri Jul 8 21:32:32 UTC 2011


commit e2a0b4f7865bd7f233db9c90f715494643cb7358
Author: Michal Schmidt <mschmidt at redhat.com>
Date:   Fri Jul 8 23:30:46 2011 +0200

    Drop the pidfile patch for now. It exposes a bug in sendmail (BZ#719884)

 systemd.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index eef61cf..0123458 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:        26
-Release:        7%{?dist}
+Release:        8%{?dist}
 License:        GPLv2+
 Group:          System Environment/Base
 Summary:        A System and Service Manager
@@ -62,7 +62,8 @@ Patch22:        0001-shutdown-print-the-standard-wall-message-even-when-t.patch
 Patch23:        0001-systemadm-report-GLib.Error-only-to-stderr.patch
 Patch24:        0001-password-agent-make-sure-not-to-access-unallocated-m.patch
 Patch25:        0001-password-agent-actually-really-don-t-access-unalloca.patch
-Patch26:        0001-service-pidfile-in-SysV-chkconfig-header-implies-a-r.patch
+# Cannot apply this yet because of bz719931
+#Patch26:        0001-service-pidfile-in-SysV-chkconfig-header-implies-a-r.patch
 Patch27:        0001-cgroup-don-t-trim-a-cgroup-we-create-we-might-just-t.patch
 Patch28:        0001-manager-merge-serialization-and-desrialization-count.patch
 Patch100:       fedora-storage-detect-encrypted-PVs.patch
@@ -145,7 +146,7 @@ SysV compatibility tools for systemd
 %patch23 -p1
 %patch24 -p1
 %patch25 -p1
-%patch26 -p1
+#% patch26 -p1
 %patch27 -p1
 %patch28 -p1
 %patch100 -p1
@@ -351,6 +352,9 @@ fi
 %{_bindir}/systemd-sysv-convert
 
 %changelog
+* Fri Jul 08 2011 Michal Schmidt <mschmidt at redhat.com> - 26-8
+- Drop the pidfile patch for now. It exposes a bug in sendmail (BZ#719884)
+
 * Wed Jul 06 2011 Michal Schmidt <mschmidt at redhat.com> - 26-7
 - Add more fixes from upstream:
   - don't trim cgroups on reexec (BZ#678555)


More information about the scm-commits mailing list