[opendnssec] - Change /etc/opendnssec to be ods group writable

Paul Wouters pwouters at fedoraproject.org
Wed Oct 15 19:13:59 UTC 2014


commit 3d8b92bdbdc4654c9071a8e78a2f8e52a98202c9
Author: Paul Wouters <pwouters at redhat.com>
Date:   Wed Oct 15 15:13:50 2014 -0400

    - Change /etc/opendnssec to be ods group writable

 opendnssec.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/opendnssec.spec b/opendnssec.spec
index 3ca0770..8aec1b4 100644
--- a/opendnssec.spec
+++ b/opendnssec.spec
@@ -4,7 +4,7 @@
 Summary: DNSSEC key and zone management software
 Name: opendnssec
 Version: 1.4.6
-Release: 3%{?prever}%{?dist}
+Release: 4%{?prever}%{?dist}
 License: BSD
 Url: http://www.opendnssec.org/
 Source0: http://www.opendnssec.org/files/source/%{?prever:testing/}%{name}-%{version}%{?prever}.tar.gz
@@ -77,7 +77,7 @@ mkdir -p %{buildroot}%{_localstatedir}/run/opendnssec
 %{_unitdir}/ods-enforcerd.service
 %{_unitdir}/ods-signerd.service
 %config(noreplace) %{_sysconfdir}/tmpfiles.d/opendnssec.conf
-%attr(0750,root,ods) %dir %{_sysconfdir}/opendnssec
+%attr(0770,root,ods) %dir %{_sysconfdir}/opendnssec
 %attr(0770,root,ods) %dir %{_localstatedir}/opendnssec
 %attr(0770,root,ods) %dir %{_localstatedir}/opendnssec/tmp
 %attr(0775,root,ods) %dir %{_localstatedir}/opendnssec/signed
@@ -120,6 +120,9 @@ ods-ksmutil update all >/dev/null 2>/dev/null ||:
 %systemd_postun_with_restart ods-signerd.service
 
 %changelog
+* Wed Oct 15 2014 Paul Wouters <pwouters at redhat.com> - 1.4.6-4
+- Change /etc/opendnssec to be ods group writable
+
 * Wed Oct 08 2014 Paul Wouters <pwouters at redhat.com> - 1.4.6-3
 - Added Petr Spacek's patch that adds the config option <AllowExtraction/> (rhbz#1123354)
 


More information about the scm-commits mailing list