[opendkim/el5] Update to 2.9.0-2

stevej stevej at fedoraproject.org
Thu Dec 19 03:34:48 UTC 2013


commit 4480da48665b26f46cda198f321cfe72d7340355
Author: stevejenkins <steve at stevejenkins.com>
Date:   Wed Dec 18 19:34:58 2013 -0800

    Update to 2.9.0-2

 opendkim.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/opendkim.spec b/opendkim.spec
index 2e6c41a..ced179a 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.9.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD and Sendmail
 URL: http://opendkim.org/
 Group: System Environment/Daemons
@@ -33,7 +33,7 @@ BuildRequires: unbound-devel
 
 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 
-#Patch0: %{name}-libdb.patch
+#Patch0: %{name}-add-user-group.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -341,7 +341,7 @@ rm -rf %{buildroot}
 %dir %attr(-,%{name},%{name}) %{_localstatedir}/spool/%{name}
 %dir %attr(-,%{name},%{name}) %{_localstatedir}/run/%{name}
 %dir %attr(-,root,%{name}) %{_sysconfdir}/%{name}
-%dir %attr(750,root,%{name}) %{_sysconfdir}/%{name}/keys
+%dir %attr(750,%name,%{name}) %{_sysconfdir}/%{name}/keys
 #%attr(0644,root,root) %{_unitdir}/%{name}.service
 #%attr(0755,root,root) %{_sbindir}/%{name}-default-keygen
 
@@ -363,6 +363,10 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Wed Dec 18 2013 Steve Jenkins <steve stevejenkins com> - 2.9.0-2
+- Patch adds user and group to systemd service file (Thx jcosta at redhat.com)
+- Changed default ownership of /etc/opendkim/keys directory to opendkim user
+
 * Wed Dec 18 2013 Steve Jenkins <steve stevejenkins com> - 2.9.0-1
 - Update to use newer upstream 2.9.0 source code
 - Added libbsd-devel to BuildRequires


More information about the scm-commits mailing list