Hello community,

here is the log from the commit of package avahi for openSUSE:Factory checked 
in at 2014-04-17 14:47:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/avahi (Old)
 and      /work/SRC/openSUSE:Factory/.avahi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "avahi"

Changes:
--------
avahi-mono.changes: same change
avahi-qt4.changes: same change
--- /work/SRC/openSUSE:Factory/avahi/avahi.changes      2014-03-21 
12:14:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.avahi.new/avahi.changes 2014-04-17 
14:47:09.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Apr 15 15:55:46 UTC 2014 - [email protected]
+
+- We've moved everything to /run, adjust file list as well.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ avahi-glib2.spec ++++++
--- /var/tmp/diff_new_pack.oPXgOh/_old  2014-04-17 14:47:11.000000000 +0200
+++ /var/tmp/diff_new_pack.oPXgOh/_new  2014-04-17 14:47:11.000000000 +0200
@@ -973,10 +973,21 @@
 
 %pre
 %{_sbindir}/groupadd -r avahi 2> /dev/null || :
-%{_sbindir}/useradd -r -s /bin/false -c "User for Avahi" -d 
%{_localstatedir}/run/avahi-daemon -g avahi avahi 2> /dev/null || :
+%{_sbindir}/useradd -r -s /bin/false -c "User for Avahi" -d /run/avahi-daemon 
-g avahi avahi 2> /dev/null || :
 %if %suse_version >= 1210
 %service_add_pre avahi-dnsconfd.service avahi-daemon.service
 %endif
+# bnc#853845,bnc#851953: do not start by default under
+# sysconfig as this breaks vlan,bridge,bonding setups
+# in pre to revert old default setting from template.
+if test -f var/adm/fillup-templates/sysconfig.avahi-autoipd -a \
+       -f etc/sysconfig/avahi ; then
+       .  var/adm/fillup-templates/sysconfig.avahi-autoipd
+       if test "X$AVAHI_AUTOIPD_ENABLE" = "Xyes" ; then
+               sed -i etc/sysconfig/avahi \
+                   -e 's/^\(AVAHI_AUTOIPD_ENABLE\)=.*/\1="no"/'
+       fi
+fi
 
 %post
 %{fillup_only -n avahi}
@@ -1112,7 +1123,7 @@
 %{_libdir}/avahi/service-types.db
 # avahi creates the directory itself, we do not package it
 # since it might be on tmpfs
-%attr(-,avahi,avahi) %ghost %{_localstatedir}/run/avahi-daemon
+%attr(-,avahi,avahi) %ghost /run/avahi-daemon
 %doc %{_mandir}/man5/*.5*
 %doc %{_mandir}/man8/*.8*
 %exclude %doc %{_mandir}/man8/avahi-autoipd*

avahi-mono.spec: same change
avahi-qt4.spec: same change
++++++ avahi.spec ++++++
--- /var/tmp/diff_new_pack.oPXgOh/_old  2014-04-17 14:47:11.000000000 +0200
+++ /var/tmp/diff_new_pack.oPXgOh/_new  2014-04-17 14:47:11.000000000 +0200
@@ -975,7 +975,7 @@
 
 %pre
 %{_sbindir}/groupadd -r avahi 2> /dev/null || :
-%{_sbindir}/useradd -r -s /bin/false -c "User for Avahi" -d 
%{_localstatedir}/run/avahi-daemon -g avahi avahi 2> /dev/null || :
+%{_sbindir}/useradd -r -s /bin/false -c "User for Avahi" -d /run/avahi-daemon 
-g avahi avahi 2> /dev/null || :
 %if %suse_version >= 1210
 %service_add_pre avahi-dnsconfd.service avahi-daemon.service
 %endif
@@ -1125,7 +1125,7 @@
 %{_libdir}/avahi/service-types.db
 # avahi creates the directory itself, we do not package it
 # since it might be on tmpfs
-%attr(-,avahi,avahi) %ghost %{_localstatedir}/run/avahi-daemon
+%attr(-,avahi,avahi) %ghost /run/avahi-daemon
 %doc %{_mandir}/man5/*.5*
 %doc %{_mandir}/man8/*.8*
 %exclude %doc %{_mandir}/man8/avahi-autoipd*

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to