Accepting request 1117613 from home:kukuk:branches:network

- SLP got dropped, remove config (bsc#1214884)

OBS-URL: https://build.opensuse.org/request/show/1117613
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=163
This commit is contained in:
Reinhard Max 2023-11-15 14:20:46 +00:00 committed by Git OBS Bridge
parent 4d358c4945
commit 22e8185410
3 changed files with 6 additions and 17 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 13 08:48:49 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
- SLP got dropped, remove config (bsc#1214884)
-------------------------------------------------------------------
Sat May 13 16:48:15 UTC 2023 - Callum Farmer <gmbr3@opensuse.org>

View File

@ -1,12 +0,0 @@
#############################################################################
#
# OpenSLP registration file
#
# register domain name service (DNS) daemon
#
#############################################################################
service:domain://$HOSTNAME:53,en,65535
watch-port-udp=53
description=Domain Name Service

View File

@ -31,7 +31,6 @@ URL: https://thekelleys.org.uk/dnsmasq/
Source0: https://thekelleys.org.uk/%{name}/%{name}-%{version}.tar.xz
Source1: https://thekelleys.org.uk/%{name}/%{name}-%{version}.tar.xz.asc
Source2: %{name}.keyring
Source3: dnsmasq.reg
Source4: dnsmasq.service
Source5: rc.dnsmasq-suse
Source6: system-user-dnsmasq.conf
@ -167,9 +166,8 @@ fi
%install
make install-i18n DESTDIR=%{buildroot} PREFIX=%{_prefix} AWK=gawk COPTS=%{_copts}
install -d -m 755 %{buildroot}/%{_sysconfdir}/slp.reg.d
install -d -m 755 %{buildroot}/%{_sysconfdir}/
install -m 644 dnsmasq.conf.example %{buildroot}/%{_sysconfdir}/dnsmasq.conf
install -m 644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/slp.reg.d/
install -d 755 %{buildroot}%{_datadir}/dbus-1/system.d/
install -m 644 dbus/dnsmasq.conf %{buildroot}%{_datadir}/dbus-1/system.d/dnsmasq.conf
install -D -m 0644 %{SOURCE4} %{buildroot}%{_unitdir}/dnsmasq.service
@ -207,8 +205,6 @@ rm -rf contrib/MacOSX-launchd
%config(noreplace) %{_sysconfdir}/dnsmasq.conf
%{_sbindir}/dnsmasq
%{_sbindir}/rcdnsmasq
%dir %{_sysconfdir}/slp.reg.d/
%config %attr(0644,root,root) /%{_sysconfdir}/slp.reg.d/dnsmasq.reg
%{_mandir}/man8/dnsmasq.8%{?ext_man}
%{_datadir}/dbus-1/system.d/dnsmasq.conf
%{_unitdir}/dnsmasq.service