summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2010-09-29 09:43:30 +0200
committerAdam Tkac <atkac@redhat.com>2010-09-29 09:43:30 +0200
commit5751312c597fb402c8e95a59445188a80f97b27c (patch)
tree2f0efd4fa699e81a71e89061eceac7eaa50a7379
parent9e44db5563303d167369a103b1d2d75df803b460 (diff)
downloadbind-5751312c597fb402c8e95a59445188a80f97b27c.tar.gz
bind-5751312c597fb402c8e95a59445188a80f97b27c.tar.xz
bind-5751312c597fb402c8e95a59445188a80f97b27c.zip
Update to 9.7.2-P2.
Signed-off-by: Adam Tkac <atkac@redhat.com>
-rw-r--r--.gitignore1
-rw-r--r--bind.spec11
-rw-r--r--sources2
3 files changed, 9 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 8fea04b..6602edc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ bind-9.7.2b1.tar.gz
/config-8.tar.bz2
/bind-9.7.2rc1.tar.gz
/bind-9.7.2.tar.gz
+/bind-9.7.2-P2.tar.gz
diff --git a/bind.spec b/bind.spec
index 6865677..1b76d69 100644
--- a/bind.spec
+++ b/bind.spec
@@ -2,11 +2,11 @@
# Red Hat BIND package .spec file
#
-#%define PATCHVER P2
#%define PREVER rc1
#%define VERSION %{version}%{PREVER}
-#%define VERSION %{version}-%{PATCHVER}
-%define VERSION %{version}
+%define PATCHVER P2
+#%define VERSION %{version}
+%define VERSION %{version}-%{PATCHVER}
%{?!SDB: %define SDB 1}
%{?!test: %define test 0}
@@ -21,7 +21,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.7.2
-Release: 1%{?dist}
+Release: 2.%{PATCHVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -674,6 +674,9 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
+* Wed Sep 29 2010 Adam Tkac <atkac redhat com> 32:9.7.2-2.P2
+- update to 9.7.2-P2
+
* Thu Sep 16 2010 Adam Tkac <atkac redhat com> 32:9.7.2-1
- update to 9.7.2
diff --git a/sources b/sources
index 9077677..ef8b006 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-166832fc0f94d6e4eb2dac8bed3b275f bind-9.7.2.tar.gz
+e74de6ec9c2cd27576794c873bd85f4a bind-9.7.2-P2.tar.gz
76857526420dc8e153ad688aeb5a2c4b config-8.tar.bz2