Accepting request 824074 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/824074 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/avahi?expand=0&rev=174
This commit is contained in:
parent
026f679097
commit
348882c77e
@ -650,7 +650,7 @@ getent passwd avahi-autoipd >/dev/null || \
|
||||
%post autoipd
|
||||
%{fillup_only -ns avahi autoipd}
|
||||
# Change ownership of /var/lib/avahi-autoipd after upgrade from openSUSE <= 12.3 and SLE <= 11.
|
||||
find %{_localstatedir}/lib/avahi-autoipd -user avahi |xargs -r0 chown avahi-autoipd:avahi-autoipd
|
||||
find %{_localstatedir}/lib/avahi-autoipd -user avahi -print0 |xargs -r0 chown avahi-autoipd:avahi-autoipd
|
||||
|
||||
%post -n libavahi-client3 -p /sbin/ldconfig
|
||||
%postun -n libavahi-client3 -p /sbin/ldconfig
|
||||
|
@ -650,7 +650,7 @@ getent passwd avahi-autoipd >/dev/null || \
|
||||
%post autoipd
|
||||
%{fillup_only -ns avahi autoipd}
|
||||
# Change ownership of /var/lib/avahi-autoipd after upgrade from openSUSE <= 12.3 and SLE <= 11.
|
||||
find %{_localstatedir}/lib/avahi-autoipd -user avahi |xargs -r0 chown avahi-autoipd:avahi-autoipd
|
||||
find %{_localstatedir}/lib/avahi-autoipd -user avahi -print0 |xargs -r0 chown avahi-autoipd:avahi-autoipd
|
||||
|
||||
%post -n libavahi-client3 -p /sbin/ldconfig
|
||||
%postun -n libavahi-client3 -p /sbin/ldconfig
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 31 16:22:16 UTC 2020 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Pass -print0 to find, to match -r0 being passed to xargs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 30 10:06:28 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -645,7 +645,7 @@ getent passwd avahi-autoipd >/dev/null || \
|
||||
%post autoipd
|
||||
%{fillup_only -ns avahi autoipd}
|
||||
# Change ownership of /var/lib/avahi-autoipd after upgrade from openSUSE <= 12.3 and SLE <= 11.
|
||||
find %{_localstatedir}/lib/avahi-autoipd -user avahi |xargs -r0 chown avahi-autoipd:avahi-autoipd
|
||||
find %{_localstatedir}/lib/avahi-autoipd -user avahi -print0 |xargs -r0 chown avahi-autoipd:avahi-autoipd
|
||||
|
||||
%post -n libavahi-client3 -p /sbin/ldconfig
|
||||
%postun -n libavahi-client3 -p /sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user