Accepting request 1128273 from GNOME:Next
- avahi-autoipd: drop the post script part migrating the user owning files in /var/lib/avahi-autoipd: the code was aiding migrations from SLE<=11/openSUSE<=12.3, which are no longer in scope for upgrades nowadays. OBS-URL: https://build.opensuse.org/request/show/1128273 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/avahi?expand=0&rev=231
This commit is contained in:
parent
443b7d5494
commit
3f69dc7d07
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 23 07:48:14 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- avahi-autoipd: drop the post script part migrating the user
|
||||
owning files in /var/lib/avahi-autoipd: the code was aiding
|
||||
migrations from SLE<=11/openSUSE<=12.3, which are no longer in
|
||||
scope for upgrades nowadays.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 22 12:55:06 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -414,7 +414,6 @@ Avahi is an implementation of the DNS Service Discovery and Multicast
|
||||
DNS specifications for Zeroconf Computing.
|
||||
|
||||
|
||||
|
||||
# This is the avahi-discover command, only provided for the primary python3 flavor
|
||||
|
||||
%package -n python3-avahi-gtk
|
||||
@ -715,10 +714,6 @@ fi
|
||||
|
||||
%post autoipd
|
||||
%{fillup_only -ns avahi autoipd}
|
||||
if getent passwd avahi > /dev/null; then
|
||||
# Change ownership of /var/lib/avahi-autoipd after upgrade from openSUSE <= 12.3 and SLE <= 11.
|
||||
find %{_localstatedir}/lib/avahi-autoipd -user avahi -exec chown -h avahi-autoipd:avahi-autoipd {} +
|
||||
fi
|
||||
|
||||
%ldconfig_scriptlets -n libavahi-client%{avahi_client_sover}
|
||||
%ldconfig_scriptlets -n libavahi-common%{avahi_common_sover}
|
||||
|
Loading…
Reference in New Issue
Block a user