Update to 9.7.2-P3.
Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
79e5ad687f
commit
3afaba74d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ bind-9.7.2b1.tar.gz
|
|||||||
/bind-9.7.2rc1.tar.gz
|
/bind-9.7.2rc1.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
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
#%define PREVER rc1
|
#%define PREVER rc1
|
||||||
#%define VERSION %{version}%{PREVER}
|
#%define VERSION %{version}%{PREVER}
|
||||||
%define PATCHVER P2
|
%define PATCHVER P3
|
||||||
#%define VERSION %{version}
|
#%define VERSION %{version}
|
||||||
%define VERSION %{version}-%{PATCHVER}
|
%define VERSION %{version}-%{PATCHVER}
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
|||||||
Name: bind
|
Name: bind
|
||||||
License: ISC
|
License: ISC
|
||||||
Version: 9.7.2
|
Version: 9.7.2
|
||||||
Release: 7.%{PATCHVER}%{?dist}
|
Release: 8.%{PATCHVER}%{?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)
|
||||||
@ -764,6 +764,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 02 2010 Adam Tkac <atkac redhat com> 32:9.7.2-8.P3
|
||||||
|
- update to 9.7.2-P3
|
||||||
|
|
||||||
* Mon Nov 29 2010 Jan Görig <jgorig redhat com> 32:9.7.2-7.P2
|
* Mon Nov 29 2010 Jan Görig <jgorig redhat com> 32:9.7.2-7.P2
|
||||||
- added tmpfiles.d support (#656550)
|
- added tmpfiles.d support (#656550)
|
||||||
- removed old PID checking in initscript
|
- removed old PID checking in initscript
|
||||||
|
Loading…
Reference in New Issue
Block a user