Update to 9.10.2-P2
Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
566e7ed5b9
commit
1d29922e18
1
.gitignore
vendored
1
.gitignore
vendored
@ -55,3 +55,4 @@ bind-9.7.2b1.tar.gz
|
|||||||
/config-13.tar.bz2
|
/config-13.tar.bz2
|
||||||
/config-14.tar.bz2
|
/config-14.tar.bz2
|
||||||
/bind-9.10.2-P1.tar.gz
|
/bind-9.10.2-P1.tar.gz
|
||||||
|
/bind-9.10.2-P2.tar.gz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Red Hat BIND package .spec file
|
# Red Hat BIND package .spec file
|
||||||
#
|
#
|
||||||
|
|
||||||
%global PATCHVER P1
|
%global PATCHVER P2
|
||||||
#%%global PREVER rc2
|
#%%global PREVER rc2
|
||||||
%global VERSION %{version}%{?PREVER}%{?PATCHVER:-%{PATCHVER}}
|
%global VERSION %{version}%{?PREVER}%{?PATCHVER:-%{PATCHVER}}
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
|||||||
Name: bind
|
Name: bind
|
||||||
License: ISC
|
License: ISC
|
||||||
Version: 9.10.2
|
Version: 9.10.2
|
||||||
Release: 7%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
Release: 8%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{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)
|
||||||
@ -996,6 +996,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 09 2015 Tomas Hozza <thozza@redhat.com> - 32:9.10.2-8.P2
|
||||||
|
- Update to 9.10.2-P2
|
||||||
|
|
||||||
* Mon Jun 29 2015 Tomas Hozza <thozza@redhat.com> - 32:9.10.2-7.P1
|
* Mon Jun 29 2015 Tomas Hozza <thozza@redhat.com> - 32:9.10.2-7.P1
|
||||||
- Reintroduce the DISABLE_ZONE_CHECKING into /etc/sysconfig/named
|
- Reintroduce the DISABLE_ZONE_CHECKING into /etc/sysconfig/named
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user