summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--opendkim.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/opendkim.spec b/opendkim.spec
index 9ee2ba2..c9ce5ba 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.19%{?dist}
+Release: 0.20%{?dist}
License: BSD and Sendmail
URL: http://%{name}.org/
Source0: https://github.com/trusteddomainproject/OpenDKIM/archive/%{full_version}.tar.gz
@@ -177,6 +177,10 @@ exit 0
%{_libdir}/pkgconfig/*.pc
%changelog
+* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.11.0-0.20
+- Rebuilt for updated systemd-rpm-macros
+ See https://pagure.io/fesco/issue/2583.
+
* Mon Mar 1 2021 Matt Domsch <mdomsch@fedoraproject.org> - 2.11.0-0.19
- Fix service PIDFile for rundir (Red Hat Bugzilla #1915469)