summaryrefslogtreecommitdiffstats
path: root/opendkim.spec
diff options
context:
space:
mode:
authorMatt Domsch <matt@domsch.com>2022-05-24 15:39:46 -0500
committerMatt Domsch <matt@domsch.com>2022-05-24 15:39:46 -0500
commita9cf54adda1934227a12acce6b51cab4927a6a2a (patch)
treea070f339ba8a97698b192f0a20d845a4305c7e81 /opendkim.spec
parent075d68d562513690e7bc0999aea08a9fb9478575 (diff)
downloadopendkim_EL6-a9cf54adda1934227a12acce6b51cab4927a6a2a.tar.gz
use systemd service type=simple to avoid PID race
Diffstat (limited to 'opendkim.spec')
-rw-r--r--opendkim.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/opendkim.spec b/opendkim.spec
index 14e4258..069de5f 100644
--- a/opendkim.spec
+++ b/opendkim.spec
@@ -6,7 +6,7 @@
Summary: A DomainKeys Identified Mail (DKIM) milter to sign and/or verify mail
Name: opendkim
Version: 2.11.0
-Release: 0.28%{?dist}
+Release: 0.29%{?dist}
License: BSD and Sendmail
URL: http://%{name}.org/
Source0: https://github.com/trusteddomainproject/OpenDKIM/archive/%{full_version}.tar.gz
@@ -21,8 +21,8 @@ Source6: README.fedora
Patch0: 0001-support-for-lua-5.3.patch
# https://github.com/trusteddomainproject/OpenDKIM/pull/136
Patch1: opendkim-2.11.0-comment-separator.patch
-# https://bugzilla.redhat.com/show_bug.cgi?id=2056209
-Patch2: systemd-delay-pid-check.patch
+# systemd service type=simple
+Patch2: opendkim-systemd-service-simple.patch
# Required for all versions
Requires: lib%{name}%{?_isa} = %{version}-%{release}
@@ -210,6 +210,9 @@ exit 0
%{_libdir}/pkgconfig/*.pc
%changelog
+* Tue May249 2022 Matt Domsch <mdomsch@fedoraproject.org> 2.11.0-0.29
+- Use systemd service type=simple rather than forking, avoids PID race
+
* Sat Feb 19 2022 Matt Domsch <mdomsch@fedoraproject.org> 2.11.0-0.28
- Make systemd delay a second before checking for the PID file. BZ#2056209