[bind10/f19] Fix cmdctl-certfile.pem and cmdctl-keyfile.pem owner group (#1001695)

Tomas Hozza thozza at fedoraproject.org
Wed Aug 28 09:47:44 UTC 2013


commit 30fd3b1287fba0ba72827208d4eb6fbc4afbb882
Author: Tomas Hozza <thozza at redhat.com>
Date:   Wed Aug 28 10:36:53 2013 +0200

    Fix cmdctl-certfile.pem and cmdctl-keyfile.pem owner group (#1001695)
    
    Signed-off-by: Tomas Hozza <thozza at redhat.com>

 bind10.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/bind10.spec b/bind10.spec
index b7815bc..0124db0 100644
--- a/bind10.spec
+++ b/bind10.spec
@@ -9,7 +9,7 @@
 
 Name: bind10
 Version: 1.1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: The Berkeley Internet Name Domain 10 (BIND10) DNS and DHCP suite
 
 License: ISC
@@ -166,8 +166,8 @@ fi;
 %{_unitdir}/bind10.service
 %attr(3775, root, named) %dir %{b10localstatedir}
 %attr(-, named, named) %dir %{b10piddir}
-%dir %{b10sysconfdir}
-%config(noreplace) %{b10sysconfdir}/cmdctl*
+%attr(0750, root, named) %dir %{b10sysconfdir}
+%attr(0640, root, named) %config(noreplace) %{b10sysconfdir}/cmdctl*
 %{_sbindir}/bind10
 %{_mandir}/man8/bind10*
 %{_bindir}/b10-certgen
@@ -348,6 +348,9 @@ fi;
 %{_libdir}/libb10-dhcpsrv.so.*
 
 %changelog
+* Wed Aug 28 2013 Tomas Hozza <thozza at redhat.com> - 1.1.0-2
+- Fix cmdctl-certfile.pem and cmdctl-keyfile.pem owner group (#1001695)
+
 * Fri Aug 09 2013 Tomas Hozza <thozza at redhat.com> - 1.1.0-1
 - update to 1.1.0
 - drop unneeded patch


More information about the scm-commits mailing list