summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2006-08-17 08:40:10 +0000
committerMartin Stransky <stransky@fedoraproject.org>2006-08-17 08:40:10 +0000
commit855a7a9124f283245cbbc218a635d46535aef13f (patch)
treeaac0cad01f7bacb26e3fed219609c076dd1ad1ae
parent6669aa0e122eb2972018b3734340be10d203fc96 (diff)
fix for #202542 - /usr/sbin/bind-chroot-admin: No such file or directory,
fix for #202547 - file_contexts: invalid context
-rw-r--r--bind.spec16
1 files changed, 12 insertions, 4 deletions
diff --git a/bind.spec b/bind.spec
index 2903db2..da089fb 100644
--- a/bind.spec
+++ b/bind.spec
@@ -17,7 +17,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: BSD-like
Version: 9.3.2
-Release: 36%{?dist}
+Release: 37%{?dist}
Epoch: 30
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-root
@@ -179,11 +179,13 @@ Summary: Default BIND configuration files for a caching nameserver
Group: System Environment/Daemons
Obsoletes: bind-config
Provides: bind-config
-Requires: bind = %{epoch}:%{version}-%{release}
+PreReq: bind = %{epoch}:%{version}-%{release}
Requires(post): bash, coreutils, sed, grep
Requires(postun): bash, coreutils, sed, grep
%if %{selinux}
Requires(post): policycoreutils
+Conflicts: selinux-policy-strict < 2.2.0
+Conflicts: selinux-policy-targeted < 2.2.0
%endif
%description -n caching-nameserver
@@ -201,11 +203,13 @@ bind, bind-libs, and bind-utils along with this package.
Summary: A chroot runtime environment for the ISC BIND DNS server, named(8)
Group: System Environment/Daemons
Prefix: %{chroot_prefix}
-Requires: bind = %{epoch}:%{version}-%{release}
+PreReq: bind = %{epoch}:%{version}-%{release}
Requires(post): bash, coreutils, sed, grep
Requires(preun): bash, coreutils, sed, grep
%if %{selinux}
Requires(post): policycoreutils
+Conflicts: selinux-policy-strict < 2.2.0
+Conflicts: selinux-policy-targeted < 2.2.0
%endif
%description chroot
@@ -518,7 +522,7 @@ for f in my.internal.zone.db slaves/my.slave.internal.zone.db slaves/my.ddns.int
echo '@ in soa localhost. root 1 3H 15M 1W 1D
ns localhost.' > sample/var/named/$f;
done
-/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.120 2006/08/11 12:39:51 stransky Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\
+/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.121 2006/08/17 08:40:10 stransky Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\
*\
* NOTE: you only need to create this file if it is to\
* differ from the following default contents:
@@ -846,6 +850,10 @@ rm -rf ${RPM_BUILD_ROOT}
:;
%changelog
+* Thu Aug 17 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.2-37
+- fix for #202542 - /usr/sbin/bind-chroot-admin: No such file or directory
+- fix for #202547 - file_contexts: invalid context
+
* Fri Aug 11 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.2-36
- added Provides: bind-config