summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2011-02-21 17:12:57 +0100
committerAdam Tkac <atkac@redhat.com>2011-02-21 17:34:54 +0100
commit5bc2b4b996a3f6f1b388aa41aa07139481bacb2e (patch)
tree9f4987ce774194af09ff663124128fa15d02d68f /bind.spec
parent9dbbf53ecc15d043d050befa6c5c143481511c1b (diff)
downloadbind-5bc2b4b996a3f6f1b388aa41aa07139481bacb2e.tar.gz
bind-5bc2b4b996a3f6f1b388aa41aa07139481bacb2e.tar.xz
bind-5bc2b4b996a3f6f1b388aa41aa07139481bacb2e.zip
Update to 9.8.0rc1.
Signed-off-by: Adam Tkac <atkac@redhat.com>
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/bind.spec b/bind.spec
index aae116d..ea9fd04 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}%{PREVER}
-%define VERSION %{version}
+#%define VERSION %{version}
+%define VERSION %{version}%{PREVER}
%{?!SDB: %define SDB 1}
%{?!test: %define test 0}
@@ -21,8 +21,8 @@
Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server
Name: bind
License: ISC
-Version: 9.7.3
-Release: 1%{?dist}
+Version: 9.8.0
+Release: 0.1.%{PREVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -770,6 +770,9 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
+* Mon Feb 21 2011 Adam Tkac <atkac redhat com> 32:9.8.0-0.1.rc1
+- update to 9.8.0rc1
+
* Fri Feb 18 2011 Adam Tkac <atkac redhat com> 32:9.7.3-1
- update to 9.7.3
- fix dig +trace on dualstack systems (#674334)