summaryrefslogtreecommitdiffstats
path: root/opendkim.spec
diff options
context:
space:
mode:
authorMatt Domsch <matt@domsch.com>2022-02-19 22:47:42 -0600
committerMatt Domsch <matt@domsch.com>2022-02-19 22:47:42 -0600
commit075d68d562513690e7bc0999aea08a9fb9478575 (patch)
tree0060a0f9f578f8c34d5144821d7eb70afdf4b3a9 /opendkim.spec
parent8c0ece8ca0361071014c544a1b89fe7bc38ba199 (diff)
downloadopendkim_EL6-075d68d562513690e7bc0999aea08a9fb9478575.tar.gz
Make systemd delay a second before checking for the PID file. BZ#2056209
Diffstat (limited to 'opendkim.spec')
-rw-r--r--opendkim.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/opendkim.spec b/opendkim.spec
index dd9f26e..14e4258 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.27%{?dist}
+Release: 0.28%{?dist}
License: BSD and Sendmail
URL: http://%{name}.org/
Source0: https://github.com/trusteddomainproject/OpenDKIM/archive/%{full_version}.tar.gz
@@ -21,6 +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
# Required for all versions
Requires: lib%{name}%{?_isa} = %{version}-%{release}
@@ -208,6 +210,9 @@ exit 0
%{_libdir}/pkgconfig/*.pc
%changelog
+* 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
+
* Sun Jan 23 2022 Matt Domsch <mdomsch@fedoraproject.org> 2.11.0-0.27
- Use libmemcached-awesome-devel for F35+ and EPEL 9+