Hello community,

here is the log from the commit of package avahi for openSUSE:Factory checked 
in at 2020-08-12 10:20:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/avahi (Old)
 and      /work/SRC/openSUSE:Factory/.avahi.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "avahi"

Wed Aug 12 10:20:56 2020 rev:134 rq:824816 version:0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/avahi/avahi-glib2.changes        2020-01-13 
22:18:23.634431107 +0100
+++ /work/SRC/openSUSE:Factory/.avahi.new.3399/avahi-glib2.changes      
2020-08-12 10:23:04.383750253 +0200
@@ -1,0 +2,5 @@
+Thu Aug  6 07:59:00 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Skip the xargs dance and just use find directly.
+
+-------------------------------------------------------------------
avahi-mono.changes: same change
--- /work/SRC/openSUSE:Factory/avahi/avahi.changes      2020-07-31 
15:54:38.944289155 +0200
+++ /work/SRC/openSUSE:Factory/.avahi.new.3399/avahi.changes    2020-08-12 
10:23:12.623754308 +0200
@@ -1,0 +2,10 @@
+Thu Aug  6 07:59:00 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Skip the xargs dance and just use find directly.
+
+-------------------------------------------------------------------
+Fri Jul 31 16:22:16 UTC 2020 - Michael Gorse <mgo...@suse.com>
+
+- Pass -print0 to find, to match -r0 being passed to xargs.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ avahi-glib2.spec ++++++
--- /var/tmp/diff_new_pack.RijDjJ/_old  2020-08-12 10:23:15.279755616 +0200
+++ /var/tmp/diff_new_pack.RijDjJ/_new  2020-08-12 10:23:15.283755618 +0200
@@ -650,7 +650,7 @@
 %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 -exec chown 
avahi-autoipd:avahi-autoipd {} +
 
 %post -n libavahi-client3 -p /sbin/ldconfig
 %postun -n libavahi-client3 -p /sbin/ldconfig

avahi-mono.spec: same change
++++++ avahi.spec ++++++
--- /var/tmp/diff_new_pack.RijDjJ/_old  2020-08-12 10:23:15.331755641 +0200
+++ /var/tmp/diff_new_pack.RijDjJ/_new  2020-08-12 10:23:15.335755644 +0200
@@ -645,7 +645,7 @@
 %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 -exec chown 
avahi-autoipd:avahi-autoipd {} +
 
 %post -n libavahi-client3 -p /sbin/ldconfig
 %postun -n libavahi-client3 -p /sbin/ldconfig


Reply via email to