diff options
| author | Adam Tkac <atkac@redhat.com> | 2010-08-27 10:48:01 +0200 |
|---|---|---|
| committer | Adam Tkac <atkac@redhat.com> | 2010-08-27 10:48:01 +0200 |
| commit | be7323a92d7a4bc261afb9d23eff465a4d010388 (patch) | |
| tree | 22be31d6a7e890aa1cf809062a1a60fe108ac62c | |
| parent | aa9e285744af7afa52c4cd32a81da273ab603e19 (diff) | |
| download | bind-be7323a92d7a4bc261afb9d23eff465a4d010388.tar.gz bind-be7323a92d7a4bc261afb9d23eff465a4d010388.tar.xz bind-be7323a92d7a4bc261afb9d23eff465a4d010388.zip | |
Update to 9.7.2rc1.
Signed-off-by: Adam Tkac <atkac@redhat.com>
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | bind.spec | 7 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,5 @@ bind-9.7.1-P2.tar.gz config-8.tar.bz2 bind-9.7.2b1.tar.gz +/config-8.tar.bz2 +/bind-9.7.2rc1.tar.gz @@ -3,7 +3,7 @@ # #%define PATCHVER P2 -%define PREVER b1 +%define PREVER rc1 #%define VERSION %{version} #%define VERSION %{version}-%{PATCHVER} %define VERSION %{version}%{PREVER} @@ -21,7 +21,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.7.2 -Release: 0.2.%{PREVER}%{?dist} +Release: 0.3.%{PREVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -674,6 +674,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Fri Aug 27 2010 Adam Tkac <atkac redhat com> 32:9.7.2-0.3.rc1 +- update to 9.7.2rc1 + * Tue Aug 10 2010 Adam Tkac <atkac redhat com> 32:9.7.2-0.2.b1 - host: handle "debug", "attempts" and "timeout" options in resolv.conf well @@ -1,2 +1,2 @@ 76857526420dc8e153ad688aeb5a2c4b config-8.tar.bz2 -0df39877e62bbab3f89c1c038c7784af bind-9.7.2b1.tar.gz +9e7a7ccbffec2a5fa05eb3e30af238e6 bind-9.7.2rc1.tar.gz |
