diff options
author | stevejenkins <steve@stevejenkins.com> | 2013-11-03 10:43:13 -0800 |
---|---|---|
committer | stevejenkins <steve@stevejenkins.com> | 2013-11-03 10:43:13 -0800 |
commit | 188aa6168bf367bd01983a22d19a0d7439fc144d (patch) | |
tree | 203880b4f3df0458224c52cd9945b07e38736dda /opendkim.spec | |
parent | 903be3d1219ef43a39f6b543698ff62b86f07f27 (diff) | |
download | opendkim_EL6-188aa6168bf367bd01983a22d19a0d7439fc144d.tar.gz |
Update to 2.8.4-4
Diffstat (limited to 'opendkim.spec')
-rw-r--r-- | opendkim.spec | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/opendkim.spec b/opendkim.spec index 61ae00e..933b5f6 100644 --- a/opendkim.spec +++ b/opendkim.spec @@ -3,7 +3,7 @@ Summary: A DomainKeys Identified Mail (DKIM) milter to sign and/or verify mail Name: opendkim Version: 2.8.4 -Release: 1%{?dist} +Release: 4%{?dist} License: BSD and Sendmail URL: http://opendkim.org/ Group: System Environment/Daemons @@ -97,7 +97,7 @@ install -m 0755 contrib/init/redhat/%{name}-default-keygen %{buildroot}%{_sbindi cat > %{buildroot}%{_sysconfdir}/%{name}.conf << 'EOF' ## BASIC OPENDKIM CONFIGURATION FILE -## See %{name}.conf(5) or %{_docdir}/%{name}-%{version}/%{name}.conf.sample for more +## See %{name}.conf(5) or %{_pkgdocdir}/%{name}.conf.sample for more ## BEFORE running OpenDKIM you must: @@ -105,7 +105,7 @@ cat > %{buildroot}%{_sysconfdir}/%{name}.conf << 'EOF' ## - generate keys for your domain (if signing) ## - edit your DNS records to publish your public keys (if signing) -## See %{_docdir}/%{name}-%{version}/INSTALL for detailed instructions. +## See %{_pkgdocdir}/INSTALL for detailed instructions. ## CONFIGURATION OPTIONS @@ -365,6 +365,15 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/*.pc %changelog +* Sun Nov 3 2013 Steve Jenkins <steve stevejenkins com> - 2.8.4-4 +- Rebuild of all release packages to sync version numbers + +* Sun Nov 3 2013 Ville Skytta <ville.skytta@iki.fi> - 2.8.4-3 +- Fix path to docs in sample config when doc dir is unversioned (#993997). + +* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 2.8.4-2 +- Perl 5.18 rebuild + * Tue Jul 23 2013 Steve Jenkins <steve stevejenkins com> 2.8.4-1 - Updated to use newer upstream 2.8.4 source code - Added libbsd build requirement |