summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2011-03-03 13:36:09 +0100
committerAdam Tkac <atkac@redhat.com>2011-03-03 13:36:09 +0100
commit8bf97dc309db00049a50ab582fa12e35208e958a (patch)
tree8e61f4f674eaedddf6e9ea93db0ba54e9ed9c8ae /bind.spec
parent100a9cfcec827f7e21b79311ff3395b48418d3d7 (diff)
downloadbind-8bf97dc309db00049a50ab582fa12e35208e958a.tar.gz
bind-8bf97dc309db00049a50ab582fa12e35208e958a.tar.xz
bind-8bf97dc309db00049a50ab582fa12e35208e958a.zip
Update to 9.8.0.
- bind97-rh665971.patch merged Signed-off-by: Adam Tkac <atkac@redhat.com>
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec14
1 files changed, 8 insertions, 6 deletions
diff --git a/bind.spec b/bind.spec
index c9b1fd1..9d12e68 100644
--- a/bind.spec
+++ b/bind.spec
@@ -3,10 +3,10 @@
#
#%define PATCHVER P3
-%define PREVER rc1
+#%define PREVER rc1
#%define VERSION %{version}-%{PATCHVER}
-#%define VERSION %{version}
-%define VERSION %{version}%{PREVER}
+#%define VERSION %{version}%{PREVER}
+%define VERSION %{version}
%{?!SDB: %define SDB 1}
%{?!test: %define test 0}
@@ -22,7 +22,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.8.0
-Release: 0.4.%{PREVER}%{?dist}
+Release: 1%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,7 +62,6 @@ Patch110:bind97-rh570851.patch
Patch111:bind97-exportlib.patch
Patch112:bind97-rh645544.patch
Patch113:bind97-rh674334.patch
-Patch114:bind97-rh665971.patch
Patch115:bind97-cleanup.patch
Patch116:bind98-includes.patch
@@ -301,7 +300,6 @@ mkdir m4
%patch111 -p1 -b .exportlib
%patch112 -p1 -b .rh645544
%patch113 -p1 -b .rh674334
-%patch114 -p1 -b .rh665971
%patch115 -p1 -b .cleanup
%patch116 -p1 -b .includes
@@ -772,6 +770,10 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
+* Thu Mar 03 2011 Adam Tkac <atkac redhat com> 32:9.8.0-1
+- update to 9.8.0
+- bind97-rh665971.patch merged
+
* Thu Mar 03 2011 Adam Tkac <atkac redhat com> 32:9.8.0-0.4.rc1
- revert previous change (integration with libnmserver)