diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | bind.spec | 7 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 3 deletions
@@ -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 @@ -1,2 +1,2 @@ -a53f3c44e6aeb304142007eb1e9278b4 bind-9.10.2rc1.tar.gz +756d32c16403c832ec06c3e79ca2d298 bind-9.10.2rc2.tar.gz e4315fdea56983570d3a33702e925088 config-12.tar.bz2 |
