summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2006-10-26 08:11:06 +0000
committerMartin Stransky <stransky@fedoraproject.org>2006-10-26 08:11:06 +0000
commit2e4a40499d349c6eedd9a4e47392f1303b757750 (patch)
tree452ff630261529054b062ce514bb41fc824089eb
parentddfd063bc33366727c7af81cc0ca94c5a05b2f2d (diff)
downloadbind-2e4a40499d349c6eedd9a4e47392f1303b757750.tar.gz
bind-2e4a40499d349c6eedd9a4e47392f1303b757750.tar.xz
bind-2e4a40499d349c6eedd9a4e47392f1303b757750.zip
fix for #200465: named-checkzone and co. cannot be run as non-root user
-rw-r--r--bind.spec16
1 files changed, 11 insertions, 5 deletions
diff --git a/bind.spec b/bind.spec
index 89ba3c7..1fb235f 100644
--- a/bind.spec
+++ b/bind.spec
@@ -18,7 +18,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: BSD-like
Version: 9.3.3
-Release: 5%{?dist}
+Release: 6%{?dist}
Epoch: 30
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-root
@@ -485,14 +485,15 @@ chmod 0755 ${RPM_BUILD_ROOT}%{_libdir}/lib*so.*
# ^- The default rndc.conf which uses rndc.key is in named's default internal config -
# so rndc.conf is not necessary.
%config(noreplace) /etc/logrotate.d/named
-%defattr(0750,root,root,0755)
+%defattr(-,root,root)
%{_sbindir}/dnssec*
+%{_sbindir}/named-check*
+%{_sbindir}/dns-keygen
+%defattr(0750,root,root,0755)
%{_sbindir}/lwresd
%{_sbindir}/named
%{_sbindir}/named-bootconf
-%{_sbindir}/named-check*
%{_sbindir}/rndc*
-%{_sbindir}/dns-keygen
%{_sbindir}/bind-chroot-admin
%defattr(0644,root,root,0755)
%{_mandir}/man5/named.conf.5*
@@ -776,8 +777,13 @@ rm -rf ${RPM_BUILD_ROOT}
:;
%changelog
+* Fri Oct 26 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.3-6
+- fix for #200465: named-checkzone and co. cannot be run
+ as non-root user
+
* Fri Oct 13 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.3-5
-- fix for #209359: bind-libs from compatlayer CD will not install on ia64
+- fix for #209359: bind-libs from compatlayer CD will not
+ install on ia64
* Tue Oct 10 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.3-4
- added fix for #210096: warning: group named does not exist - using root