Update to 9.7.3b1.

Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
Adam Tkac 2011-01-05 14:05:48 +01:00
parent f214e0843b
commit bd297885de
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ bind-9.7.2b1.tar.gz
/bind-9.7.2.tar.gz
/bind-9.7.2-P2.tar.gz
/bind-9.7.2-P3.tar.gz
/bind-9.7.3b1.tar.gz

View File

@ -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)

View File

@ -1,2 +1,2 @@
76857526420dc8e153ad688aeb5a2c4b config-8.tar.bz2
b4537cbae38b2daef36775bf49f33db9 bind-9.7.2-P3.tar.gz
21f287b59c2003abd6994b7fb5439c40 bind-9.7.3b1.tar.gz