diff options
| author | Tomas Hozza <thozza@redhat.com> | 2014-01-15 10:17:36 +0100 |
|---|---|---|
| committer | Tomas Hozza <thozza@redhat.com> | 2014-01-15 10:17:36 +0100 |
| commit | 01ddf2c8af1a6dc5c38b5cf9737c3a551f292cb0 (patch) | |
| tree | ab4a0824e53104816e98a7121eb19c557036df74 /bind.spec | |
| parent | 14a63be5be973ea2ff791673b19d6f98104339fb (diff) | |
| download | bind-01ddf2c8af1a6dc5c38b5cf9737c3a551f292cb0.tar.gz bind-01ddf2c8af1a6dc5c38b5cf9737c3a551f292cb0.tar.xz bind-01ddf2c8af1a6dc5c38b5cf9737c3a551f292cb0.zip | |
non-existance of resolv.conf should not be fatal
Resolves rhbz#1052343
Signed-off-by: Tomas Hozza <thozza@redhat.com>
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -30,7 +30,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.9.5 -Release: 0.2.%{?PATCHVER}%{?PREVER}%{?dist} +Release: 0.3.%{?PATCHVER}%{?PREVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -91,6 +91,7 @@ Patch137:bind99-rrl.patch Patch138:bind-9.9.3-include-update-h.patch Patch142:bind99-ISC-Bugs-35080.patch Patch143:bind-9.9.4-CVE-2014-0591.patch +Patch144:bind-9.9.5-nonexistence-of-resolv-conf.patch # SDB patches Patch11: bind-9.3.2b2-sdbsrc.patch @@ -306,6 +307,7 @@ popd %patch138 -p1 -b .update %patch142 -p1 -b .rbtdb_crash %patch143 -p1 -b .CVE-2014-0591 +%patch144 -p1 -b .resolv-conf %if %{SDB} %patch101 -p1 -b .old-api @@ -920,6 +922,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Wed Jan 15 2014 Tomas Hozza <thozza@redhat.com> 32:9.9.5-0.3.b1 +- non-existance of resolv.conf should not be fatal (#1052343) + * Tue Jan 14 2014 Tomas Hozza <thozza@redhat.com> 32:9.9.5-0.2.b1 - Fix CVE-2014-0591 |
