stevej pushed to opendkim (el6). "Update to 2.8.0-4"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Mar 25 18:47:56 UTC 2015


>From 79471cffb71bd2e29ebbdc99fb89f673aad78778 Mon Sep 17 00:00:00 2001
From: stevejenkins <steve at stevejenkins.com>
Date: Wed, 27 Feb 2013 18:11:49 -0800
Subject: Update to 2.8.0-4


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
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/opendkim.git/commit/?h=el6&id=79471cffb71bd2e29ebbdc99fb89f673aad78778


More information about the scm-commits mailing list