summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2012-03-05 13:50:52 +0100
committerAdam Tkac <atkac@redhat.com>2012-03-05 13:50:52 +0100
commitdabddcf2c781b3d3ecab1e1fc27e0553a8f3eb26 (patch)
treef779b92a1a9ed2da3f2f3511bf8a93c1677c2bd4 /bind.spec
parentdeca2d7733ec49eaf362e3852a38ff53e2826707 (diff)
downloadbind-dabddcf2c781b3d3ecab1e1fc27e0553a8f3eb26.tar.gz
bind-dabddcf2c781b3d3ecab1e1fc27e0553a8f3eb26.tar.xz
bind-dabddcf2c781b3d3ecab1e1fc27e0553a8f3eb26.zip
Update to 9.9.0
Signed-off-by: Adam Tkac <atkac@redhat.com>
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/bind.spec b/bind.spec
index 8224931..8e6f629 100644
--- a/bind.spec
+++ b/bind.spec
@@ -3,10 +3,10 @@
#
#%define PATCHVER P4
-%define PREVER rc2
-#%define VERSION %{version}
+#%define PREVER rc2
#%define VERSION %{version}-%{PATCHVER}
-%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.9.0
-Release: 0.8.%{PREVER}%{?dist}
+Release: 1%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -775,6 +775,9 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
+* Mon Mar 05 2012 Adam Tkac <atkac redhat com> 32:9.9.0-1
+- update to 9.9.0
+
* Wed Feb 15 2012 Adam Tkac <atkac redhat com> 32:9.9.0-0.8.rc2
- build with "--enable-fixed-rrset"