From 5154ca335233d74fcaf0ab7fcf6a6d62a2513ba7 Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Fri, 16 Aug 2013 13:08:20 +0200 Subject: Don't generate rndc.key if there exists rndc.conf Signed-off-by: Tomas Hozza --- bind.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bind.spec') diff --git a/bind.spec b/bind.spec index 682e90f..f0e78da 100644 --- a/bind.spec +++ b/bind.spec @@ -26,7 +26,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.9.4 -Release: 0.4.%{?PATCHVER}%{?PREVER}%{?dist} +Release: 0.5.%{?PATCHVER}%{?PREVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -778,6 +778,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Fri Aug 16 2013 Tomas Hozza 32:9.9.4-0.5.rc1 +- Don't generate rndc.key if there exists rndc.conf + * Fri Aug 16 2013 Tomas Hozza 32:9.9.4-0.4.rc1 - don't install named-sdb.service if SDB macro is defined to zero -- cgit