Update to 9.7.3b1.
Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
f214e0843b
commit
bd297885de
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ bind-9.7.2b1.tar.gz
|
|||||||
/bind-9.7.2.tar.gz
|
/bind-9.7.2.tar.gz
|
||||||
/bind-9.7.2-P2.tar.gz
|
/bind-9.7.2-P2.tar.gz
|
||||||
/bind-9.7.2-P3.tar.gz
|
/bind-9.7.2-P3.tar.gz
|
||||||
|
/bind-9.7.3b1.tar.gz
|
||||||
|
15
bind.spec
15
bind.spec
@ -2,11 +2,11 @@
|
|||||||
# Red Hat BIND package .spec file
|
# Red Hat BIND package .spec file
|
||||||
#
|
#
|
||||||
|
|
||||||
#%define PREVER rc1
|
#%define PATCHVER P3
|
||||||
#%define VERSION %{version}%{PREVER}
|
%define PREVER b1
|
||||||
%define PATCHVER P3
|
|
||||||
#%define VERSION %{version}
|
#%define VERSION %{version}
|
||||||
%define VERSION %{version}-%{PATCHVER}
|
#%define VERSION %{version}-%{PATCHVER}
|
||||||
|
%define VERSION %{version}%{PREVER}
|
||||||
|
|
||||||
%{?!SDB: %define SDB 1}
|
%{?!SDB: %define SDB 1}
|
||||||
%{?!test: %define test 0}
|
%{?!test: %define test 0}
|
||||||
@ -21,8 +21,8 @@
|
|||||||
Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server
|
Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server
|
||||||
Name: bind
|
Name: bind
|
||||||
License: ISC
|
License: ISC
|
||||||
Version: 9.7.2
|
Version: 9.7.3
|
||||||
Release: 10.%{PATCHVER}%{?dist}
|
Release: 0.1.%{PREVER}%{?dist}
|
||||||
Epoch: 32
|
Epoch: 32
|
||||||
Url: http://www.isc.org/products/BIND/
|
Url: http://www.isc.org/products/BIND/
|
||||||
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -766,6 +766,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jan 05 2011 Adam Tkac <atkac redhat com> 32:9.7.2-10.P3
|
||||||
- initscript should terminate only the correct "named" process (#622785)
|
- initscript should terminate only the correct "named" process (#622785)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user