Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package avahi for openSUSE:Factory checked in at 2022-01-14 23:12:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/avahi (Old) and /work/SRC/openSUSE:Factory/.avahi.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "avahi" Fri Jan 14 23:12:52 2022 rev:145 rq:945920 version:0.8 Changes: -------- avahi-mono.changes: same change avahi-qt5.changes: same change --- /work/SRC/openSUSE:Factory/avahi/avahi.changes 2021-10-29 22:34:42.695692961 +0200 +++ /work/SRC/openSUSE:Factory/.avahi.new.1892/avahi.changes 2022-01-14 23:13:34.274644578 +0100 @@ -1,0 +2,7 @@ +Wed Jan 12 14:33:21 UTC 2022 - Michael Gorse <mgo...@suse.com> + +- Move sftp-ssh and ssh services to the doc directory. They allow + a host's up/down status to be easily discovered and should not + be enabled by default (boo#1179060). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ avahi-glib2.spec ++++++ --- /var/tmp/diff_new_pack.ShosJZ/_old 2022-01-14 23:13:35.818645573 +0100 +++ /var/tmp/diff_new_pack.ShosJZ/_new 2022-01-14 23:13:35.822645576 +0100 @@ -1,7 +1,7 @@ # # spec file for package avahi-glib2 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -644,6 +644,10 @@ %make_install # do not install sysv init scripts rm -rf %{buildroot}%{_sysconfdir}/init.d/ +# Do not install ssh and sftp services +rm -rf %{buildroot}%{_sysconfdir}/avahi/services/ssh.service +rm -rf %{buildroot}%{_sysconfdir}/avahi/services/sftp-ssh.service + %if !%{build_core} cd .. %make_build install-pkgconfigDATA DESTDIR=%{buildroot} @@ -826,7 +830,7 @@ %files %license LICENSE -%doc docs/* +%doc docs/* avahi-daemon/sftp-ssh.service avahi-daemon/ssh.service %dir %{_libdir}/avahi/ # Note: This file is intentionally packaged here. It is needed for python3-avahi and avahi-utils: %{_libdir}/avahi/service-types.db @@ -844,7 +848,6 @@ %config %{_sysconfdir}/avahi/avahi-daemon.conf %{_sysconfdir}/avahi/avahi-dnsconfd.action %dir %{_sysconfdir}/avahi/services -%{_sysconfdir}/avahi/services/*.service %config(noreplace) %{_sysconfdir}/avahi/hosts %{_sysconfdir}/dbus-1/system.d/*.conf %{_datadir}/dbus-1/interfaces/org.freedesktop.Avahi.*.xml avahi-mono.spec: same change avahi-qt5.spec: same change ++++++ avahi.spec ++++++ --- /var/tmp/diff_new_pack.ShosJZ/_old 2022-01-14 23:13:35.890645620 +0100 +++ /var/tmp/diff_new_pack.ShosJZ/_new 2022-01-14 23:13:35.898645625 +0100 @@ -1,7 +1,7 @@ # # spec file for package avahi # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -639,6 +639,10 @@ %make_install # do not install sysv init scripts rm -rf %{buildroot}%{_sysconfdir}/init.d/ +# Do not install ssh and sftp services +rm -rf %{buildroot}%{_sysconfdir}/avahi/services/ssh.service +rm -rf %{buildroot}%{_sysconfdir}/avahi/services/sftp-ssh.service + %if !%{build_core} cd .. %make_build install-pkgconfigDATA DESTDIR=%{buildroot} @@ -821,7 +825,7 @@ %files %license LICENSE -%doc docs/* +%doc docs/* avahi-daemon/sftp-ssh.service avahi-daemon/ssh.service %dir %{_libdir}/avahi/ # Note: This file is intentionally packaged here. It is needed for python3-avahi and avahi-utils: %{_libdir}/avahi/service-types.db @@ -839,7 +843,6 @@ %config %{_sysconfdir}/avahi/avahi-daemon.conf %{_sysconfdir}/avahi/avahi-dnsconfd.action %dir %{_sysconfdir}/avahi/services -%{_sysconfdir}/avahi/services/*.service %config(noreplace) %{_sysconfdir}/avahi/hosts %{_sysconfdir}/dbus-1/system.d/*.conf %{_datadir}/dbus-1/interfaces/org.freedesktop.Avahi.*.xml