diff options
author | stevejenkins <steve@stevejenkins.com> | 2015-12-25 17:09:42 -0800 |
---|---|---|
committer | stevejenkins <steve@stevejenkins.com> | 2015-12-25 17:09:42 -0800 |
commit | ed47c99b679bb1f68bb106b8afdc09c302cad32a (patch) | |
tree | d3e3abe79f285ba5d4aabfe7f9726ca921a8ae2d /opendkim.spec | |
parent | 8263e668ea50e4e38fc9a4cff7bc38c85c7fbc78 (diff) | |
download | opendkim_EL6-ed47c99b679bb1f68bb106b8afdc09c302cad32a.tar.gz |
Update to 2.10.3-3
Diffstat (limited to 'opendkim.spec')
-rw-r--r-- | opendkim.spec | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/opendkim.spec b/opendkim.spec index e75eb0c..f2c4289 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.3 -Release: 2%{?dist} +Release: 3%{?dist} Group: System Environment/Daemons License: BSD and Sendmail URL: http://%{name}.org/ @@ -26,8 +26,7 @@ Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units Requires(post): systemd-sysv -BuildRequires: libdb-devel -BuildRequires: libmemcached-devel +BuildRequires: libdb-devel, libmemcached-devel %else # Required for SysV Requires(post): chkconfig @@ -79,10 +78,12 @@ required for developing applications against libopendkim. # properly handle 32 versus 64 bit detection and settings %define LIBTOOL LIBTOOL=`which libtool` -%if 0%{?fedora} -%configure --with-odbx --with-libmemcached --with-db +%if %systemd +# Configure with options available to systemd +%configure --with-odbx --with-db --with-libmemcached --with-openldap %else -%configure --with-odbx --with-db +# Configure with options available to SysV +%configure --with-odbx --with-db --with-openldap %endif # Remove rpath @@ -522,6 +523,9 @@ exit 0 %{_libdir}/pkgconfig/*.pc %changelog +* Fri Dec 25 2015 Steve Jenkins <steve@stevejenkins.com> - 2.10.3-3 +- Added OpenLDAP support for systemd branches in response to RH Bugzilla #1293279 + * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild |