From ca1c8b6a33563b07c63cfd4ad7ea1e78a5d259b5 Mon Sep 17 00:00:00 2001 From: W. Michael Petullo Date: Jun 01 2021 20:57:59 +0000 Subject: Move management utilities to opendkim-tools Signed-off-by: W. Michael Petullo --- 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 - 2.11.0-0.21 +- Move management utilities to opendkim-tools + * Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek - 2.11.0-0.20 - Rebuilt for updated systemd-rpm-macros See https://pagure.io/fesco/issue/2583.