Update to 9.9.5-P1
Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
ed837c4f03
commit
7809ef4347
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,3 +43,4 @@ bind-9.7.2b1.tar.gz
|
||||
/bind-9.9.5b1.tar.gz
|
||||
/bind-9.9.5rc2.tar.gz
|
||||
/bind-9.9.5.tar.gz
|
||||
/bind-9.9.5-P1.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Red Hat BIND package .spec file
|
||||
#
|
||||
|
||||
#%%global PATCHVER P1
|
||||
%global PATCHVER P1
|
||||
#%%global PREVER rc2
|
||||
#%%global VERSION %{version}%{PREVER}
|
||||
%global VERSION %{version}
|
||||
@ -30,7 +30,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
||||
Name: bind
|
||||
License: ISC
|
||||
Version: 9.9.5
|
||||
Release: 5%{?PATCHVER}%{?PREVER}%{?dist}
|
||||
Release: 6%{?PATCHVER}%{?PREVER}%{?dist}
|
||||
Epoch: 32
|
||||
Url: http://www.isc.org/products/BIND/
|
||||
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -930,6 +930,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 12 2014 Tomas Hozza <thozza@redhat.com> 32:9.9.5-6.P1
|
||||
- Update to 9.9.5-P1
|
||||
|
||||
* Mon Jun 09 2014 Tomas Hozza <thozza@redhat.com> 32:9.9.5-5
|
||||
- Use /dev/urandom for generation of rndc.key (#1079799)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user