Update to 9.7.2.
Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
be7323a92d
commit
85ba863cb7
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ config-8.tar.bz2
|
||||
bind-9.7.2b1.tar.gz
|
||||
/config-8.tar.bz2
|
||||
/bind-9.7.2rc1.tar.gz
|
||||
/bind-9.7.2.tar.gz
|
||||
|
11
bind.spec
11
bind.spec
@ -3,10 +3,10 @@
|
||||
#
|
||||
|
||||
#%define PATCHVER P2
|
||||
%define PREVER rc1
|
||||
#%define VERSION %{version}
|
||||
#%define PREVER rc1
|
||||
#%define VERSION %{version}%{PREVER}
|
||||
#%define VERSION %{version}-%{PATCHVER}
|
||||
%define VERSION %{version}%{PREVER}
|
||||
%define VERSION %{version}
|
||||
|
||||
%{?!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: 0.3.%{PREVER}%{?dist}
|
||||
Release: 1%{?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
|
||||
* Thu Sep 16 2010 Adam Tkac <atkac redhat com> 32:9.7.2-1
|
||||
- update to 9.7.2
|
||||
|
||||
* Fri Aug 27 2010 Adam Tkac <atkac redhat com> 32:9.7.2-0.3.rc1
|
||||
- update to 9.7.2rc1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user