summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorTomas Hozza <thozza@redhat.com>2012-12-05 09:16:32 +0100
committerTomas Hozza <thozza@redhat.com>2012-12-05 09:30:24 +0100
commite73262808d614de4374dd9311e8237fff14e6e93 (patch)
treeaa0ef2b59b337df5386bdf5da6f9e57cae3daa02 /bind.spec
parentcd3db89ffb8518750ffc9adcfccdb8a59628b518 (diff)
downloadbind-e73262808d614de4374dd9311e8237fff14e6e93.tar.gz
bind-e73262808d614de4374dd9311e8237fff14e6e93.tar.xz
bind-e73262808d614de4374dd9311e8237fff14e6e93.zip
update to bind-9.9.2-P1
Signed-off-by: Tomas Hozza <thozza@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 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