summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-01-23 10:49:42 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-01-23 10:49:42 +0000
commitfa1e5d2f359185504b7cfba9cf1c2ea4a1f74c95 (patch)
treef569db07255e85520dea6fd6f43822a6bc1831a2
parentc636daa5c66848f0b5bfa5af93835cacd169ec98 (diff)
downloadbind-fa1e5d2f359185504b7cfba9cf1c2ea4a1f74c95.tar.gz
bind-fa1e5d2f359185504b7cfba9cf1c2ea4a1f74c95.tar.xz
bind-fa1e5d2f359185504b7cfba9cf1c2ea4a1f74c95.zip
marked bind-libbind-devel as obsolete
-rw-r--r--bind.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/bind.spec b/bind.spec
index 2ec7237..e432443 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.3
-Release: 4%{?prever}%{?dist}
+Release: 5%{?prever}%{?dist}
Epoch: 31
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-root
@@ -104,6 +104,7 @@ tools for verifying that the DNS server is operating properly.
%package libs
Summary: Libraries used by the BIND DNS packages
Group: Applications/System
+Obsoletes: bind-libbind-devel
%description libs
Contains libraries used by both the bind server package as well as the utils packages.
@@ -129,6 +130,7 @@ servers.
Summary: Header files and libraries needed for BIND DNS development.
Group: Development/Libraries
Requires: bind-libs = %{epoch}:%{version}-%{release}
+Obsoletes: bind-libbind-devel
%description devel
The bind-devel package contains all the header files and libraries
@@ -432,7 +434,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.153 2007/01/22 13:25:36 atkac 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.154 2007/01/23 10:49:42 atkac 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:
@@ -741,6 +743,9 @@ rm -rf ${RPM_BUILD_ROOT}
:;
%changelog
+* Tue Jan 23 2007 Adam Tkac <atkac redhat com> 31:9.3.3-5.fc7
+- package bind-libbind-devel has been marked as obsolete
+
* Mon Jan 22 2007 Adam Tkac <atkac redhat com> 31:9.3.3-4.fc7
- package bind-libbind-devel has beed removed (libs has been moved to bind-devel & bind-libs)
- Resolves: #214208