diff options
| author | Tomas Hozza <thozza@redhat.com> | 2013-08-16 13:08:20 +0200 |
|---|---|---|
| committer | Tomas Hozza <thozza@redhat.com> | 2013-08-16 13:10:16 +0200 |
| commit | f4a585a9ae0f11ce5a1fac11766f2df3b69079d7 (patch) | |
| tree | 7cb0666a7fe5780a1da559c82211b593b318d7da /bind.spec | |
| parent | bceb4447019757d579ccf9e368a5441847dca4b3 (diff) | |
Don't generate rndc.key if there exists rndc.conf
Signed-off-by: Tomas Hozza <thozza@redhat.com>
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -26,7 +26,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.9.3 -Release: 6.%{?PATCHVER}%{?dist} +Release: 7.%{?PATCHVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -781,6 +781,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Fri Aug 16 2013 Tomas Hozza <thozza@redhat.com> 32:9.9.3-7.P2 +- Don't generate rndc.key if there exists rndc.conf + * Fri Aug 16 2013 Tomas Hozza <thozza@redhat.com> 32:9.9.3-6.P2 - don't install named-sdb.service if SDB macro is defined to zero |
