Accepting request 1157987 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1157987 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/avahi?expand=0&rev=166
This commit is contained in:
commit
a6d0d96831
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 12 14:42:24 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- remove dependency on /usr/bin/python3 using
|
||||||
|
%python3_fix_shebang macro, [bsc#1212476]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 30 05:23:33 UTC 2023 - Alynx Zhou <alynx.zhou@suse.com>
|
Thu Nov 30 05:23:33 UTC 2023 - Alynx Zhou <alynx.zhou@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package avahi
|
# spec file for package avahi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -418,6 +418,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
|
||||||
@ -600,6 +601,8 @@ rm -rf %{buildroot}%{_sysconfdir}/init.d/
|
|||||||
rm -rf %{buildroot}%{_sysconfdir}/avahi/services/ssh.service
|
rm -rf %{buildroot}%{_sysconfdir}/avahi/services/ssh.service
|
||||||
rm -rf %{buildroot}%{_sysconfdir}/avahi/services/sftp-ssh.service
|
rm -rf %{buildroot}%{_sysconfdir}/avahi/services/sftp-ssh.service
|
||||||
|
|
||||||
|
%python3_fix_shebang
|
||||||
|
|
||||||
%if !%{build_core}
|
%if !%{build_core}
|
||||||
cd ..
|
cd ..
|
||||||
%make_build install-pkgconfigDATA DESTDIR=%{buildroot}
|
%make_build install-pkgconfigDATA DESTDIR=%{buildroot}
|
||||||
|
Loading…
Reference in New Issue
Block a user