Accepting request 786770 from home:jmoellers:branches:network
Upgrade to 9.16.1 OBS-URL: https://build.opensuse.org/request/show/786770 OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=267
This commit is contained in:
committed by
Git OBS Bridge
parent
50814f9437
commit
e58ea38bfe
10
bind.spec
10
bind.spec
@@ -20,17 +20,17 @@
|
||||
# Note that the sonums are LIBINTERFACE - LIBAGE
|
||||
%define bind9_sonum 1600
|
||||
%define libbind9 libbind9-%{bind9_sonum}
|
||||
%define dns_sonum 1600
|
||||
%define dns_sonum 1601
|
||||
%define libdns libdns%{dns_sonum}
|
||||
%define irs_sonum 1600
|
||||
%define libirs libirs%{irs_sonum}
|
||||
%define isc_sonum 1600
|
||||
%define isc_sonum 1601
|
||||
%define libisc libisc%{isc_sonum}
|
||||
%define isccc_sonum 1600
|
||||
%define libisccc libisccc%{isccc_sonum}
|
||||
%define isccfg_sonum 1600
|
||||
%define libisccfg libisccfg%{isccfg_sonum}
|
||||
%define libns_sonum 1600
|
||||
%define libns_sonum 1601
|
||||
|
||||
%define VENDOR SUSE
|
||||
# Defines for user and group add
|
||||
@@ -60,7 +60,7 @@
|
||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||
%endif
|
||||
Name: bind
|
||||
Version: 9.16.0
|
||||
Version: 9.16.1
|
||||
Release: 0
|
||||
Summary: Domain Name System (DNS) Server (named)
|
||||
License: MPL-2.0
|
||||
@@ -355,6 +355,7 @@ mkdir -p %{buildroot}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
|
||||
# install errno2result.h, some dynamic DB plugins could use it.
|
||||
install -m 0755 -d %{buildroot}%{_includedir}/isc/
|
||||
install -m 0644 lib/isc/unix/errno2result.h %{buildroot}%{_includedir}/isc/
|
||||
install -m 0644 .clang-format.headers %{buildroot}/%{_defaultdocdir}/bind
|
||||
|
||||
# remove useless .la files
|
||||
rm -f %{buildroot}/%{_libdir}/lib*.{la,a}
|
||||
@@ -626,6 +627,7 @@ fi
|
||||
%{_sbindir}/tsig-keygen
|
||||
%dir %doc %{_defaultdocdir}/bind
|
||||
%{_defaultdocdir}/bind/README.%{VENDOR}
|
||||
%{_defaultdocdir}/bind/.clang-format.headers
|
||||
%{_mandir}/man1/arpaname.1%{ext_man}
|
||||
%{_mandir}/man1/delv.1%{ext_man}
|
||||
%{_mandir}/man1/dig.1%{ext_man}
|
||||
|
Reference in New Issue
Block a user