summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2011-01-05 14:05:48 +0100
committerAdam Tkac <atkac@redhat.com>2011-01-05 14:05:48 +0100
commitbd297885dea4c2ea759e1b3cad79ade2b752abbf (patch)
treed7fa4bd8e2e4f6c3be2af5c58bb4476a06d7109f /bind.spec
parentf214e0843b6acc94930482b6d4503904b02ef037 (diff)
downloadbind-bd297885dea4c2ea759e1b3cad79ade2b752abbf.tar.gz
bind-bd297885dea4c2ea759e1b3cad79ade2b752abbf.tar.xz
bind-bd297885dea4c2ea759e1b3cad79ade2b752abbf.zip
Update to 9.7.3b1.
Signed-off-by: Adam Tkac <atkac@redhat.com>
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec15
1 files changed, 9 insertions, 6 deletions
diff --git a/bind.spec b/bind.spec
index ca8f22e..cb9025e 100644
--- a/bind.spec
+++ b/bind.spec
@@ -2,11 +2,11 @@
# Red Hat BIND package .spec file
#
-#%define PREVER rc1
-#%define VERSION %{version}%{PREVER}
-%define PATCHVER P3
+#%define PATCHVER P3
+%define PREVER b1
#%define VERSION %{version}
-%define VERSION %{version}-%{PATCHVER}
+#%define VERSION %{version}-%{PATCHVER}
+%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.2
-Release: 10.%{PATCHVER}%{?dist}
+Version: 9.7.3
+Release: 0.1.%{PREVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -766,6 +766,9 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
+* Wed Jan 05 2011 Adam Tkac <atkac redhat com> 32:9.7.3-0.1.b1
+- update to 9.7.3b1
+
* Wed Jan 05 2011 Adam Tkac <atkac redhat com> 32:9.7.2-10.P3
- initscript should terminate only the correct "named" process (#622785)