stevej pushed to opendkim (master). "Update to 2.10.1-4"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Mar 25 00:41:37 UTC 2015


>From fa36bbc033f40cce57153086d6d8673cf4d161fc Mon Sep 17 00:00:00 2001
From: stevejenkins <steve at stevejenkins.com>
Date: Tue, 24 Mar 2015 17:40:24 -0700
Subject: Update to 2.10.1-4


diff --git a/opendkim.spec b/opendkim.spec
index d1d3012..410dbbb 100644
--- a/opendkim.spec
+++ b/opendkim.spec
@@ -5,7 +5,7 @@
 Summary: A DomainKeys Identified Mail (DKIM) milter to sign and/or verify mail
 Name: opendkim
 Version: 2.10.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: BSD and Sendmail
 URL: http://opendkim.org/
 Group: System Environment/Daemons
@@ -65,7 +65,7 @@ required for developing applications against libopendkim.
 %if 0%{?fedora} < 23
 %package sysvinit
 Summary: The SysV init script to manage the OpenDKIM milter.
-Group: System Environmnt/Daemons
+Group: System Environment/Daemons
 Requires: %{name} = %{version}-%{release}
 
 %description sysvinit
@@ -84,7 +84,13 @@ It is not required when the init system used is systemd.
 #%patch0 -p1
 
 %build
+# Always use system libtool instead of opendkim provided one to
+# properly handle 32 versus 64 bit detection and settings
+%define LIBTOOL LIBTOOL=`which libtool`
+
 %configure --with-libmemcached --with-db
+
+# Remove rpath
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
@@ -450,6 +456,12 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Fri Mar 24 2015 Steve Jenkins <steve at stevejenkins.com> - 2.10.1-4
+- Fixed typo in Group name
+- Added updated libtool definition
+- Additional comments in spec file
+- Patch SysV initscript to stop default key generation on startup
+
 * Thu Mar 05 2015 Adam Jackson <ajax at redhat.com> 2.10.1-3
 - Drop sysvinit subpackage from F23+
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/opendkim.git/commit/?h=master&id=fa36bbc033f40cce57153086d6d8673cf4d161fc

--
You received this message due to your preference settings at
https://apps.fedoraproject.org/notifications//fmnscmcommits.id.fedoraproject.org/email/29390


More information about the scm-commits mailing list