Update to 9.9.5 stable
Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
e983ad30af
commit
7ebf9a3e72
1
.gitignore
vendored
1
.gitignore
vendored
@ -42,3 +42,4 @@ bind-9.7.2b1.tar.gz
|
|||||||
/config-12.tar.bz2
|
/config-12.tar.bz2
|
||||||
/bind-9.9.5b1.tar.gz
|
/bind-9.9.5b1.tar.gz
|
||||||
/bind-9.9.5rc2.tar.gz
|
/bind-9.9.5rc2.tar.gz
|
||||||
|
/bind-9.9.5.tar.gz
|
||||||
|
11
bind.spec
11
bind.spec
@ -3,9 +3,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
#%%global PATCHVER P1
|
#%%global PATCHVER P1
|
||||||
%global PREVER rc2
|
#%%global PREVER rc2
|
||||||
%global VERSION %{version}%{PREVER}
|
#%%global VERSION %{version}%{PREVER}
|
||||||
#%%global VERSION %{version}
|
%global VERSION %{version}
|
||||||
#%%global VERSION %{version}-%{PATCHVER}
|
#%%global VERSION %{version}-%{PATCHVER}
|
||||||
|
|
||||||
%{?!SDB: %global SDB 1}
|
%{?!SDB: %global SDB 1}
|
||||||
@ -30,7 +30,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
|||||||
Name: bind
|
Name: bind
|
||||||
License: ISC
|
License: ISC
|
||||||
Version: 9.9.5
|
Version: 9.9.5
|
||||||
Release: 0.5.%{?PATCHVER}%{?PREVER}%{?dist}
|
Release: 1%{?PATCHVER}%{?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)
|
||||||
@ -930,6 +930,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 13 2014 Tomas Hozza <thozza@redhat.com> 32:9.9.5-1
|
||||||
|
- Update to 9.9.5 stable
|
||||||
|
|
||||||
* Sun Jan 26 2014 Rex Dieter <rdieter@fedoraproject.org> 32:9.9.5-0.5.rc2
|
* Sun Jan 26 2014 Rex Dieter <rdieter@fedoraproject.org> 32:9.9.5-0.5.rc2
|
||||||
- -libs, -libs-lite: track sonames, so abi bumps aren't a surprise
|
- -libs, -libs-lite: track sonames, so abi bumps aren't a surprise
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user