summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 b6deb00..91d97a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ bind-9.7.2b1.tar.gz
/bind-9.9.1-P2.tar.gz
/bind-9.9.1-P3.tar.gz
/bind-9.9.2.tar.gz
+/bind-9.9.2-P1.tar.gz
diff --git a/bind.spec b/bind.spec
index 53e2db6..c9f693f 100644
--- a/bind.spec
+++ b/bind.spec
@@ -2,11 +2,11 @@
# Red Hat BIND package .spec file
#
-#%%global PATCHVER P3
+%global PATCHVER P1
#%%global PREVER rc2
#%%global VERSION %{version}%{PREVER}
-%global VERSION %{version}
-#%%global VERSION %{version}-%{PATCHVER}
+#%%global VERSION %{version}
+%global VERSION %{version}-%{PATCHVER}
%{?!SDB: %global SDB 1}
%{?!test: %global test 0}
@@ -26,7 +26,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.9.2
-Release: 4%{?dist}
+Release: 5.%{PATCHVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -769,6 +769,9 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
+* Wed Dec 05 2012 Tomas Hozza <thozza@redhat.com> 32:9.9.2-5.P1
+- update to bind-9.9.2-P1
+
* Mon Nov 12 2012 Adam Tkac <atkac redhat com> 32:9.9.2-4
- document dig exit codes in manpage
- ignore empty "search" options in resolv.conf
diff --git a/sources b/sources
index 0a31c23..9c27f2b 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-3b37d8de1bb15d3e887ce9ee8e07cd71 bind-9.9.2.tar.gz
+44b9d1feb11de09811160775f94c2554 bind-9.9.2-P1.tar.gz
76857526420dc8e153ad688aeb5a2c4b config-8.tar.bz2