update to 9.10.2rc2
Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
d0351fe60b
commit
f3967f6469
1
.gitignore
vendored
1
.gitignore
vendored
@ -50,3 +50,4 @@ bind-9.7.2b1.tar.gz
|
||||
/bind-9.10.1.tar.gz
|
||||
/bind-9.10.1-P1.tar.gz
|
||||
/bind-9.10.2rc1.tar.gz
|
||||
/bind-9.10.2rc2.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
#%%global PATCHVER P1
|
||||
%global PREVER rc1
|
||||
%global PREVER rc2
|
||||
%global VERSION %{version}%{?PREVER}%{?PATCHVER:-%{PATCHVER}}
|
||||
|
||||
%{?!SDB: %global SDB 1}
|
||||
@ -24,7 +24,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
||||
Name: bind
|
||||
License: ISC
|
||||
Version: 9.10.2
|
||||
Release: 0.2%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
||||
Release: 0.3%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
||||
Epoch: 32
|
||||
Url: http://www.isc.org/products/BIND/
|
||||
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -997,6 +997,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 23 2015 Tomas Hozza <thozza@redhat.com> - 32:9.10.2-0.3.rc1
|
||||
- update to 9.10.2rc2
|
||||
|
||||
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 32:9.10.2-0.2.rc1
|
||||
- Rebuilt for Fedora 23 Change
|
||||
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
||||
|
Loading…
Reference in New Issue
Block a user