diff options
| author | Tomas Hozza <thozza@redhat.com> | 2016-01-06 14:46:32 +0100 |
|---|---|---|
| committer | Tomas Hozza <thozza@redhat.com> | 2016-01-06 14:46:32 +0100 |
| commit | 1a8262dde07fc595ad989bb63b23a59d4a353901 (patch) | |
| tree | 55585f17ab2c040067d2e04ae2a76469626aae7b | |
| parent | c009763d23a18bcefa6bc1822d2e5b05fb713bb5 (diff) | |
| download | bind-1a8262dde07fc595ad989bb63b23a59d4a353901.tar.gz bind-1a8262dde07fc595ad989bb63b23a59d4a353901.tar.xz bind-1a8262dde07fc595ad989bb63b23a59d4a353901.zip | |
Commented out bindkeys-file statement in default configuration (#1223365#c3)
Signed-off-by: Tomas Hozza <thozza@redhat.com>
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | bind.spec | 7 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 3 deletions
@@ -60,3 +60,4 @@ bind-9.7.2b1.tar.gz /bind-9.10.3rc1.tar.gz /bind-9.10.3.tar.gz /bind-9.10.3-P2.tar.gz +/config-15.tar.bz2 @@ -26,7 +26,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.10.3 -Release: 8%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist} +Release: 9%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -40,7 +40,7 @@ Source7: bind-9.3.1rc1-sdb_tools-Makefile.in Source8: dnszone.schema Source12: README.sdb_pgsql Source25: named.conf.sample -Source28: config-14.tar.bz2 +Source28: config-15.tar.bz2 Source30: ldap2zone.c Source31: ldap2zone.1 Source32: named-sdb.8 @@ -1004,6 +1004,9 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Wed Jan 06 2016 Tomas Hozza <thozza@redhat.com> - 32:9.10.3-9.P2 +- Commented out bindkeys-file statement in default configuration (#1223365#c3) + * Sat Dec 26 2015 Robert Scheck <robert@fedoraproject.org> - 32:9.10.3-8.P2 - Remove unrecognized build options for %%configure - Own %%{_includedir}/bind9 directory in -lite-devel @@ -1,2 +1,2 @@ -dd419c3869c9bb1d73e044177ec1623c config-14.tar.bz2 +c47ee477f29baac49dc59ef4fb732b97 config-15.tar.bz2 672dd3c2796b12ac8440f55bcaecfa82 bind-9.10.3-P2.tar.gz |
