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-12-21 16:06:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/avahi (Old) and /work/SRC/openSUSE:Factory/.avahi.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "avahi" Wed Dec 21 16:06:11 2022 rev:156 rq:1043964 version:0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/avahi/avahi.changes 2022-12-09 13:17:00.738756678 +0100 +++ /work/SRC/openSUSE:Factory/.avahi.new.1835/avahi.changes 2022-12-21 16:06:16.746437521 +0100 @@ -1,0 +2,6 @@ +Mon Dec 19 12:16:12 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org> + +- Drop %{_sysconfdir}/sysconfig/network/if-{up,down}.d scripts: + they are not used, or supported, in a while already. + +------------------------------------------------------------------- Old: ---- avahi-autoipd.if-down avahi-autoipd.if-up ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ avahi.spec ++++++ --- /var/tmp/diff_new_pack.lRworH/_old 2022-12-21 16:06:17.454441339 +0100 +++ /var/tmp/diff_new_pack.lRworH/_new 2022-12-21 16:06:17.462441382 +0100 @@ -67,8 +67,6 @@ Source5: avahi.sysconfig Source6: avahi-autoipd.sysconfig Source9: avahi-autoipd.README.SUSE -Source10: avahi-autoipd.if-up -Source11: avahi-autoipd.if-down Source13: avahi.sysusers Source14: avahi-autoipd.sysusers # File missing from 0.8 tarball @@ -417,6 +415,8 @@ + + # This is the avahi-discover command, only provided for the primary python3 flavor %package -n python3-avahi-gtk Summary: A set of Avahi utilities written in Python Using python-gtk @@ -495,8 +495,6 @@ cp -a %{SOURCE5} sysconfig.avahi sed "s:@docdir@:%{_docdir}:g" <%{SOURCE6} >sysconfig.avahi-autoipd cp -a %{SOURCE9} avahi-autoipd/README.SUSE -sed "s:@sbindir@:%{_sbindir}:g" <%{SOURCE10} >avahi-autoipd/avahi-autoipd.if-up -sed "s:@sbindir@:%{_sbindir}:g" <%{SOURCE11} >avahi-autoipd/avahi-autoipd.if-down sed -ie "s/libevent-[0-9\.]*/libevent/" avahi-libevent.pc.in cp -a %{SOURCE12} service-type-database/build-db %patch0 @@ -632,9 +630,6 @@ ln -s avahi-compat-libdns_sd/dns_sd.h %{buildroot}/%{_includedir}/ ln -s avahi-compat-howl.pc %{buildroot}/%{_libdir}/pkgconfig/howl.pc install -d %{buildroot}/%{_prefix}/lib/avahi -install -d %{buildroot}%{_sysconfdir}/sysconfig/network/if-{up,down}.d -install avahi-autoipd/avahi-autoipd.if-up %{buildroot}%{_sysconfdir}/sysconfig/network/if-up.d/avahi-autoipd -install avahi-autoipd/avahi-autoipd.if-down %{buildroot}%{_sysconfdir}/sysconfig/network/if-down.d/avahi-autoipd install -d %{buildroot}/%{_localstatedir}/lib/avahi-autoipd mkdir -p %{buildroot}/%{_sbindir} ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcavahi-daemon @@ -840,9 +835,6 @@ %attr(-,avahi-autoipd,avahi-autoipd)%{_localstatedir}/lib/avahi-autoipd %{_sbindir}/avahi-autoipd %{_sysconfdir}/avahi/avahi-autoipd.action -%dir %{_sysconfdir}/sysconfig/network -%dir %{_sysconfdir}/sysconfig/network/if-{down,up}.d -%{_sysconfdir}/sysconfig/network/*/avahi-autoipd %{_fillupdir}/sysconfig.avahi-autoipd %{_sysusersdir}/avahi-autoipd.conf ++++++ avahi-autoipd.README.SUSE ++++++ --- /var/tmp/diff_new_pack.lRworH/_old 2022-12-21 16:06:17.578442008 +0100 +++ /var/tmp/diff_new_pack.lRworH/_new 2022-12-21 16:06:17.582442029 +0100 @@ -4,7 +4,7 @@ IPv4LL provides support of peer to peer address assignment from a special link local IP range. -SUSE Linux contains three implementations of IPv4LL autoip protocol: +SUSE Linux contains two implementations of IPv4LL autoip protocol: avahi-autoipd from avahi-autoipd package from avahi project @@ -60,29 +60,6 @@ -autoip from sysconfig package -============================= - -autoip is not bound to sysconfig scripts and it is not called during -as sysconfig is using an own implementation. To enable you have to -set AVAHI_AUTOIPD_ENABLE=yes in /etc/sysconfig/avahi. Note, that it -starts unconditionally then and breaks bridges,vlan,bond, ... - -If DHCP adrress is assigned, autoip ends immediately. Only if no DHCP -address is assigned, it stays running as a daemon and provides IPv4LL -address. - - -Activate autoip implementation ------------------------------- - -- Do not install avahi-autoipd package or set System/Zeroconf - AVAHI_AUTOIPD_FORCE_BIND sysconfig key to "no". - -- Set Zeroconf the address settings in the YaST network configuration. - - - IPv4LL assigned by dhcpcd =========================