summaryrefslogtreecommitdiffstats
path: root/opendkim.spec
diff options
context:
space:
mode:
authorW. Michael Petullo <mike@flyn.org>2021-05-19 08:30:00 -0500
committerW. Michael Petullo <mike@flyn.org>2021-06-01 15:57:59 -0500
commitca1c8b6a33563b07c63cfd4ad7ea1e78a5d259b5 (patch)
treeb2813abfe3246715db05681eb272b2852aebe744 /opendkim.spec
parenteda3ebf4d94033427c5c9490df491e5a45084cae (diff)
downloadopendkim_EL6-ca1c8b6a33563b07c63cfd4ad7ea1e78a5d259b5.tar.gz
Move management utilities to opendkim-tools
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'opendkim.spec')
-rw-r--r--opendkim.spec30
1 files changed, 27 insertions, 3 deletions
diff --git a/opendkim.spec b/opendkim.spec
index c9ce5ba..dc4fdc1 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.20%{?dist}
+Release: 0.21%{?dist}
License: BSD and Sendmail
URL: http://%{name}.org/
Source0: https://github.com/trusteddomainproject/OpenDKIM/archive/%{full_version}.tar.gz
@@ -40,6 +40,12 @@ library that implements the DKIM service, plus a milter-based filter
application that can plug in to any milter-aware MTA, including sendmail,
Postfix, or any other MTA that supports the milter protocol.
+%package -n %{name}-tools
+Summary: An open source DKIM library
+
+%description -n %{name}-tools
+This package contains the tools necessary to create artifacts needed by opendkim.
+
%package -n lib%{name}
Summary: An open source DKIM library
Obsoletes: %{name}-sysvinit < 2.10.1-5
@@ -154,8 +160,12 @@ exit 0
%config(noreplace) %attr(0640,%{name},%{name}) %{_sysconfdir}/%{name}/TrustedHosts
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%{_bindir}/miltertest
-%{_sbindir}/*
-%{_mandir}/*/*
+%{_sbindir}/opendkim
+%{_sbindir}/opendkim-reportstats
+%{_mandir}/man3/*
+%{_mandir}/man5/*
+%{_mandir}/man8/miltertest.8.gz
+%{_mandir}/man8/opendkim.8.gz
%dir %attr(-,%{name},%{name}) %{_localstatedir}/spool/%{name}
%dir %attr(0750,%{name},%{name}) %{_rundir}/%{name}
%dir %attr(-,root,%{name}) %{_sysconfdir}/%{name}
@@ -169,6 +179,17 @@ exit 0
%doc README
%{_libdir}/lib%{name}.so.*
+%files -n opendkim-tools
+%license LICENSE LICENSE.Sendmail
+%{_mandir}/man8/opendkim-genkey.8.gz
+%{_mandir}/man8/opendkim-genzone.8.gz
+%{_mandir}/man8/opendkim-testkey.8.gz
+%{_mandir}/man8/opendkim-testmsg.8.gz
+%{_sbindir}/opendkim-genkey
+%{_sbindir}/opendkim-genzone
+%{_sbindir}/opendkim-testkey
+%{_sbindir}/opendkim-testmsg
+
%files -n libopendkim-devel
%license LICENSE LICENSE.Sendmail
%doc lib%{name}/docs/*.html
@@ -177,6 +198,9 @@ exit 0
%{_libdir}/pkgconfig/*.pc
%changelog
+* Wed May 19 2021 W. Michael Petullo <mike@flyn.org> - 2.11.0-0.21
+- Move management utilities to opendkim-tools
+
* 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.