[unbound/f14/master] * Sat Mar 19 2011 Paul Wouters <paul at xelerance.com> - 1.4.8-1 - Updated to 1.4.8 - Enable root key f

Paul Wouters pwouters at fedoraproject.org
Sat Mar 19 05:25:33 UTC 2011


commit 643478d0cd51af314de8371f6dc46ea210489d3c
Author: Paul Wouters <paul at xelerance.com>
Date:   Sat Mar 19 01:25:15 2011 -0400

    * Sat Mar 19 2011 Paul Wouters <paul at xelerance.com> - 1.4.8-1
    - Updated to 1.4.8
    - Enable root key for DNSSEC
    - Fix unbound-munin to use proper file (could cause excessive logging)
    - Build unbound-python per default
    - Disable gost as Fedora/EPEL does not allow ECC and has mangled openssl
    - ghost /var/run/unbound
    - fix missing file-attr in unbound-python sub package

 unbound.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/unbound.spec b/unbound.spec
index 25d06ff..cf08456 100644
--- a/unbound.spec
+++ b/unbound.spec
@@ -139,16 +139,16 @@ rm -rf ${RPM_BUILD_ROOT}
 %doc doc/README doc/CREDITS doc/LICENSE doc/FEATURES
 %attr(0755,root,root) %{_initrddir}/%{name}
 %attr(0755,root,root) %dir %{_sysconfdir}/%{name}
-%attr(0755,unbound,unbound) %dir %{_localstatedir}/run/%{name}
+%ghost %attr(0755,unbound,unbound) %dir %{_localstatedir}/run/%{name}
 %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/unbound.conf
 %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/dlv.isc.org.key
 %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/root.key
-%{_sbindir}/*
-%{_mandir}/*/*
+%attr(0755,root,root) %{_sbindir}/*
+%attr(0644,root,root) %{_mandir}/*/*
 
 %if %{with_python}
 %files python
-%{python_sitelib}/*
+%attr(0644,root,root) %{python_sitelib}/*
 %endif
 
 %files munin
@@ -204,6 +204,8 @@ fi
 - Fix unbound-munin to use proper file (could cause excessive logging)
 - Build unbound-python per default
 - Disable gost as Fedora/EPEL does not allow ECC and has mangled openssl
+- ghost /var/run/unbound
+- fix missing file-attr in unbound-python sub package 
 
 * Mon Feb 14 2011 Paul Wouters <paul at xelerance.com> - 1.4.5-3
 - rebuilt


More information about the scm-commits mailing list