diff options
author | Tomas Hozza <thozza@redhat.com> | 2013-10-08 14:07:46 +0200 |
---|---|---|
committer | Tomas Hozza <thozza@redhat.com> | 2013-10-08 14:08:14 +0200 |
commit | 3840facbe472b59bc6cc974fab90582e89610052 (patch) | |
tree | ebd7601e214d860b257713282816711ba3e95d9c | |
parent | 55d33021318c84e273827b0f002910bdb9d8f78a (diff) | |
download | bind-3840facbe472b59bc6cc974fab90582e89610052.tar.gz bind-3840facbe472b59bc6cc974fab90582e89610052.tar.xz bind-3840facbe472b59bc6cc974fab90582e89610052.zip |
install isc/errno2result.h header
Signed-off-by: Tomas Hozza <thozza@redhat.com>
-rw-r--r-- | bind.spec | 8 |
1 files changed, 7 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.4 -Release: 1%{?PATCHVER}%{?PREVER}%{?dist} +Release: 2%{?PATCHVER}%{?PREVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -454,6 +454,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 @@ -781,6 +784,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Tue Oct 08 2013 Tomas Hozza <thozza@redhat.com> 32:9.9.4-2 +- install isc/errno2result.h header + * Fri Sep 20 2013 Tomas Hozza <thozza@redhat.com> 32:9.9.4-1 - Update to bind-9.9.4 stable |