SHA256
1
0
forked from pool/bind

Accepting request 891297 from home:jmoellers:branches:network

OBS-URL: https://build.opensuse.org/request/show/891297
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=315
This commit is contained in:
2021-05-07 12:26:49 +00:00
committed by Git OBS Bridge
parent 649063bcfa
commit 1539ed7f3f
7 changed files with 47 additions and 23 deletions

View File

@@ -44,7 +44,7 @@
%define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif
Name: bind
Version: 9.16.12
Version: 9.16.15
Release: 0
Summary: Domain Name System (DNS) Server (named)
License: MPL-2.0
@@ -246,7 +246,8 @@ mv vendor-files/config/rndc-access.conf %{buildroot}/%{_sysconfdir}/named.d
%if %{with_systemd}
for file in named; do
install -D -m 0644 vendor-files/system/${file}.service %{buildroot}%{_unitdir}/${file}.service
install -m 0755 vendor-files/system/${file}.prep %{buildroot}/%{_libexecdir}/bind/${file}.prep
sed -e "s,@LIBEXECDIR@,%{_libexecdir},g" -i %{buildroot}%{_unitdir}/${file}.service
install -m 0755 vendor-files/system/${file}.prep %{buildroot}%{_libexecdir}/bind/${file}.prep
ln -s /sbin/service %{buildroot}%{_sbindir}/rc${file}
done
install -D -m 0644 %{SOURCE70} %{buildroot}%{_prefix}/lib/tmpfiles.d/bind.conf