Accepting request 1208161 from GNOME:Factory
- Drop rcFOO symlinks (PED-266). (forwarded request 1208117 from dimstar) OBS-URL: https://build.opensuse.org/request/show/1208161 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/avahi?expand=0&rev=170
This commit is contained in:
commit
a9e2d22213
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 11:56:48 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Drop rcFOO symlinks (PED-266).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 20 16:01:22 UTC 2024 - Michael Gorse <mgorse@suse.com>
|
Thu Jun 20 16:01:22 UTC 2024 - Michael Gorse <mgorse@suse.com>
|
||||||
|
|
||||||
|
@ -425,6 +425,7 @@ DNS specifications for Zeroconf Computing.
|
|||||||
|
|
||||||
|
|
||||||
# This is the avahi-discover command, only provided for the primary python3 flavor
|
# This is the avahi-discover command, only provided for the primary python3 flavor
|
||||||
|
|
||||||
%package -n python3-avahi-gtk
|
%package -n python3-avahi-gtk
|
||||||
Summary: A set of Avahi utilities written in Python Using python-gtk
|
Summary: A set of Avahi utilities written in Python Using python-gtk
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
@ -628,9 +629,6 @@ ln -s avahi-compat-libdns_sd/dns_sd.h %{buildroot}/%{_includedir}/
|
|||||||
ln -s avahi-compat-howl.pc %{buildroot}/%{_libdir}/pkgconfig/howl.pc
|
ln -s avahi-compat-howl.pc %{buildroot}/%{_libdir}/pkgconfig/howl.pc
|
||||||
install -d %{buildroot}/%{_prefix}/lib/avahi
|
install -d %{buildroot}/%{_prefix}/lib/avahi
|
||||||
install -d %{buildroot}/%{_localstatedir}/lib/avahi-autoipd
|
install -d %{buildroot}/%{_localstatedir}/lib/avahi-autoipd
|
||||||
mkdir -p %{buildroot}/%{_sbindir}
|
|
||||||
ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcavahi-daemon
|
|
||||||
ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcavahi-dnsconfd
|
|
||||||
install -d %{buildroot}/%{_datadir}/pixmaps
|
install -d %{buildroot}/%{_datadir}/pixmaps
|
||||||
install -d %{buildroot}%{_fillupdir}
|
install -d %{buildroot}%{_fillupdir}
|
||||||
install -m 644 sysconfig.avahi* %{buildroot}%{_fillupdir}/
|
install -m 644 sysconfig.avahi* %{buildroot}%{_fillupdir}/
|
||||||
@ -768,8 +766,6 @@ fi
|
|||||||
%exclude %{_mandir}/man8/avahi-autoipd.8.*
|
%exclude %{_mandir}/man8/avahi-autoipd.8.*
|
||||||
%{_sbindir}/avahi-*
|
%{_sbindir}/avahi-*
|
||||||
%exclude %{_sbindir}/avahi-autoipd
|
%exclude %{_sbindir}/avahi-autoipd
|
||||||
%{_sbindir}/rcavahi-daemon
|
|
||||||
%{_sbindir}/rcavahi-dnsconfd
|
|
||||||
%dir %{_sysconfdir}/avahi
|
%dir %{_sysconfdir}/avahi
|
||||||
%config %{_sysconfdir}/avahi/avahi-daemon.conf
|
%config %{_sysconfdir}/avahi/avahi-daemon.conf
|
||||||
%{_sysconfdir}/avahi/avahi-dnsconfd.action
|
%{_sysconfdir}/avahi/avahi-dnsconfd.action
|
||||||
|
Loading…
Reference in New Issue
Block a user