summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2011-01-06 15:12:00 +0100
committerAdam Tkac <atkac@redhat.com>2011-01-06 15:12:00 +0100
commit559263dd252badf8931e2bc8ab67ef44cabb6293 (patch)
tree12f652f1ae00a7ead93c3165868cbf22ba3b5486 /bind.spec
parentd4ce1d893b97e4d62bb7abd3123aa7d6e963228c (diff)
downloadbind-559263dd252badf8931e2bc8ab67ef44cabb6293.tar.gz
bind-559263dd252badf8931e2bc8ab67ef44cabb6293.tar.xz
bind-559263dd252badf8931e2bc8ab67ef44cabb6293.zip
Fix "service named status" and don't check MD5, size and mtime of sysconfig/named.
Signed-off-by: Adam Tkac <atkac@redhat.com>
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/bind.spec b/bind.spec
index 53ee224..e297a42 100644
--- a/bind.spec
+++ b/bind.spec
@@ -22,7 +22,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.7.3
-Release: 0.2.%{PREVER}%{?dist}
+Release: 0.3.%{PREVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -605,7 +605,7 @@ rm -rf ${RPM_BUILD_ROOT}
%files
%defattr(-,root,root,-)
%{_libdir}/bind
-%config(noreplace) %{_sysconfdir}/sysconfig/named
+%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/sysconfig/named
%config(noreplace) %attr(-,root,named) %{_sysconfdir}/named.iscdlv.key
%config(noreplace) %attr(-,root,named) %{_sysconfdir}/named.root.key
%{_sysconfdir}/tmpfiles.d/named.conf
@@ -766,6 +766,10 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
+* Thu Jan 06 2011 Adam Tkac <atkac redhat com> 32:9.7.3-0.3.b1
+- fix "service named status" when used with named-sdb
+- don't check MD5, size and mtime of sysconfig/named
+
* Wed Jan 05 2011 Adam Tkac <atkac redhat com> 32:9.7.3-0.2.b1
- add new option DISABLE_ZONE_CHECKING to sysconfig/named