[nsd/el5/master] update spec file changelog

Paul Wouters pwouters at fedoraproject.org
Wed Mar 9 20:49:25 UTC 2011


commit 2ee76550e2413e821fceaf5968cf289b7582205f
Author: Paul Wouters <paul at xelerance.com>
Date:   Wed Mar 9 15:48:54 2011 -0500

    update spec file changelog
    
    Conflicts:
    
    	nsd.spec

 nsd.spec |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/nsd.spec b/nsd.spec
index 9d51fd1..caf7dfd 100644
--- a/nsd.spec
+++ b/nsd.spec
@@ -1,7 +1,7 @@
 Summary: Fast and lean authoritative DNS Name Server
 Name: nsd
 Version: 3.2.7
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/%{name}/
 Source: http://www.nlnetlabs.nl/downloads/%{name}/%{name}-%{version}.tar.gz
@@ -66,11 +66,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %doc contrib/nsd.zones2nsd.conf
 %dir %{_sysconfdir}/nsd/
 %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/nsd/nsd.conf
-#%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/nsd/nsd.zones
 %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/nsd
 %attr(0755,root,root) %{_initrddir}/%{name}
 %{_sysconfdir}/cron.hourly/nsd
-%attr(0755,%{name},%{name}) %dir %{_localstatedir}/run/%{name}
+%ghost %attr(0755,%{name},%{name}) %dir %{_localstatedir}/run/%{name}
 %attr(0755,%{name},%{name}) %dir %{_localstatedir}/lib/%{name}
 %{_sbindir}/*
 %{_mandir}/*/*
@@ -97,10 +96,9 @@ if [ "$1" -ge "1" ]; then
 fi
 
 %changelog
-* Wed Mar 09 2011 Paul Wouters <paul at xelerance.com> - 3.2.7-3
+* Wed Mar 09 2011 Paul Wouters <paul at xelerance.com> - 3.2.7-4
 - Fix for nsd.init to report OK/FAILED properly (bz#656642)
-
-* Wed Mar 09 2011 Paul Wouters <paul at xelerance.com> - 3.2.7-2
+- Use ghost directive for /var/run/nsd (bz#656642)
 - Remove bogus chowns for /var/*/nsdhm
 - Fix misnamed variable NSD_AUTORELOAD which should be NSD_AUTOREBUILD
 


More information about the scm-commits mailing list