Update to 9.10.4-P3
Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
02e0755d17
commit
27a8e54aa7
1
.gitignore
vendored
1
.gitignore
vendored
@ -65,3 +65,4 @@ bind-9.7.2b1.tar.gz
|
|||||||
/bind-9.10.3-P4.tar.gz
|
/bind-9.10.3-P4.tar.gz
|
||||||
/bind-9.10.4-P1.tar.gz
|
/bind-9.10.4-P1.tar.gz
|
||||||
/bind-9.10.4-P2.tar.gz
|
/bind-9.10.4-P2.tar.gz
|
||||||
|
/bind-9.10.4-P3.tar.gz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Red Hat BIND package .spec file
|
# Red Hat BIND package .spec file
|
||||||
#
|
#
|
||||||
|
|
||||||
%global PATCHVER P2
|
%global PATCHVER P3
|
||||||
#%%global PREVER rc1
|
#%%global PREVER rc1
|
||||||
%global VERSION %{version}%{?PREVER}%{?PATCHVER:-%{PATCHVER}}
|
%global VERSION %{version}%{?PREVER}%{?PATCHVER:-%{PATCHVER}}
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
|||||||
Name: bind
|
Name: bind
|
||||||
License: ISC
|
License: ISC
|
||||||
Version: 9.10.4
|
Version: 9.10.4
|
||||||
Release: 1%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
Release: 2%{?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)
|
||||||
@ -1002,6 +1002,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 29 2016 Tomas Hozza <thozza@redhat.com> - 32:9.10.4-2.P3
|
||||||
|
- Update to 9.10.4-P3
|
||||||
|
|
||||||
* Wed Jul 20 2016 Michal Ruprich <mruprich@redhat.com> - 32:9.10.4-1.P2
|
* Wed Jul 20 2016 Michal Ruprich <mruprich@redhat.com> - 32:9.10.4-1.P2
|
||||||
- Update to 9.10.4-P2
|
- Update to 9.10.4-P2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user