[opendkim] Update to 2.8.0-4

stevej stevej at fedoraproject.org
Thu Feb 28 02:11:51 UTC 2013


commit 79471cffb71bd2e29ebbdc99fb89f673aad78778
Author: stevejenkins <steve at stevejenkins.com>
Date:   Wed Feb 27 18:11:49 2013 -0800

    Update to 2.8.0-4

 .gitignore    |    1 +
 opendkim.spec |    8 +++++++-
 sources       |    1 +
 3 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 288b362..a7d4e32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /opendkim-2.7.3.tar.gz
 /opendkim-2.7.4.tar.gz
 /opendkim-2.8.0.tar.gz
+/opendkim-libdb.patch
diff --git a/opendkim.spec b/opendkim.spec
index 8fcf057..5ee9f11 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.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: BSD and Sendmail
 URL: http://opendkim.org/
 Group: System Environment/Daemons
@@ -27,6 +27,8 @@ BuildRequires: sendmail-devel
 
 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 
+Patch0: %{name}-libdb.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -69,6 +71,7 @@ It is not required when the init system used is systemd.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -357,6 +360,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Wed Feb 27 2013 Steve Jenkins <steve stevejenkins com> 2.8.0-4
+- Added patch from upstream to fix libdb compatibility issues
+
 * Tue Feb 26 2013 Steve Jenkins <steve stevejenkins com> 2.8.0-3
 - Split into two spec files: systemd (F17+) and SysV (EL5-6)
 - Removed leading / from unitdir variables
diff --git a/sources b/sources
index 582f9e8..c85d238 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 53bd811c6577235bd008f632e7f63dae  opendkim-2.8.0.tar.gz
+d11b1192df608e952b6d47b84908652d  opendkim-libdb.patch


More information about the scm-commits mailing list