Accepting request 824816 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/824816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/avahi?expand=0&rev=134
This commit is contained in:
Dominique Leuenberger 2020-08-12 08:20:56 +00:00 committed by Git OBS Bridge
commit 76ca12992e
6 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 6 07:59:00 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Skip the xargs dance and just use find directly.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 8 10:17:38 UTC 2020 - Martin Liška <mliska@suse.cz> Wed Jan 8 10:17:38 UTC 2020 - Martin Liška <mliska@suse.cz>

View File

@ -650,7 +650,7 @@ getent passwd avahi-autoipd >/dev/null || \
%post autoipd %post autoipd
%{fillup_only -ns avahi autoipd} %{fillup_only -ns avahi autoipd}
# Change ownership of /var/lib/avahi-autoipd after upgrade from openSUSE <= 12.3 and SLE <= 11. # 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 -exec chown avahi-autoipd:avahi-autoipd {} +
%post -n libavahi-client3 -p /sbin/ldconfig %post -n libavahi-client3 -p /sbin/ldconfig
%postun -n libavahi-client3 -p /sbin/ldconfig %postun -n libavahi-client3 -p /sbin/ldconfig

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 6 07:59:00 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Skip the xargs dance and just use find directly.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 8 10:17:46 UTC 2020 - Martin Liška <mliska@suse.cz> Wed Jan 8 10:17:46 UTC 2020 - Martin Liška <mliska@suse.cz>

View File

@ -650,7 +650,7 @@ getent passwd avahi-autoipd >/dev/null || \
%post autoipd %post autoipd
%{fillup_only -ns avahi autoipd} %{fillup_only -ns avahi autoipd}
# Change ownership of /var/lib/avahi-autoipd after upgrade from openSUSE <= 12.3 and SLE <= 11. # 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 -exec chown avahi-autoipd:avahi-autoipd {} +
%post -n libavahi-client3 -p /sbin/ldconfig %post -n libavahi-client3 -p /sbin/ldconfig
%postun -n libavahi-client3 -p /sbin/ldconfig %postun -n libavahi-client3 -p /sbin/ldconfig

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Aug 6 07:59:00 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Skip the xargs dance and just use find directly.
-------------------------------------------------------------------
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> Thu Jul 30 10:06:28 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -645,7 +645,7 @@ getent passwd avahi-autoipd >/dev/null || \
%post autoipd %post autoipd
%{fillup_only -ns avahi autoipd} %{fillup_only -ns avahi autoipd}
# Change ownership of /var/lib/avahi-autoipd after upgrade from openSUSE <= 12.3 and SLE <= 11. # 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 -exec chown avahi-autoipd:avahi-autoipd {} +
%post -n libavahi-client3 -p /sbin/ldconfig %post -n libavahi-client3 -p /sbin/ldconfig
%postun -n libavahi-client3 -p /sbin/ldconfig %postun -n libavahi-client3 -p /sbin/ldconfig