diff --git a/bind.spec b/bind.spec index 05b9405..ae2e840 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.3 -Release: 8.%{?PATCHVER}%{?dist} +Release: 9.%{?PATCHVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -457,6 +457,9 @@ install -m 644 %{SOURCE8} ${RPM_BUILD_ROOT}/etc/openldap/schema/dnszone.schema install -m 644 %{SOURCE12} contrib/sdb/pgsql/ %endif +# Install isc/errno2result.h header +install -m 644 lib/isc/unix/errno2result.h ${RPM_BUILD_ROOT}%{_includedir}/isc + # Files required to run test-suite outside of build tree: cp -fp config.h ${RPM_BUILD_ROOT}/%{_includedir}/bind9 cp -fp lib/dns/include/dns/forward.h ${RPM_BUILD_ROOT}/%{_includedir}/dns @@ -783,6 +786,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Tue Oct 08 2013 Tomas Hozza 32:9.9.3-9.P2 +- install isc/errno2result.h header + * Tue Sep 10 2013 Tomas Hozza 32:9.9.3-8.P2 - Fix [ISC-Bugs #34738] dns_journal_open() returns a pointer to stack