Hello community,

here is the log from the commit of package dnsmasq for openSUSE:Factory checked 
in at 2019-02-28 21:24:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dnsmasq (Old)
 and      /work/SRC/openSUSE:Factory/.dnsmasq.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dnsmasq"

Thu Feb 28 21:24:22 2019 rev:70 rq:678217 version:2.80

Changes:
--------
--- /work/SRC/openSUSE:Factory/dnsmasq/dnsmasq.changes  2019-01-26 
22:21:24.878904281 +0100
+++ /work/SRC/openSUSE:Factory/.dnsmasq.new.28833/dnsmasq.changes       
2019-02-28 21:24:23.841913158 +0100
@@ -1,0 +2,12 @@
+Fri Feb 22 07:10:51 UTC 2019 - Franck Bui <f...@suse.com>
+
+- Drop use of $FIRST_ARG in .spec
+
+  The use of $FIRST_ARG was probably required because of the
+  %service_* rpm macros were playing tricks with the shell positional
+  parameters. This is bad practice and error prones so let's assume
+  that no macros should do that anymore and hence it's safe to assume
+  that positional parameters remains unchanged after any rpm macro
+  call.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dnsmasq.spec ++++++
--- /var/tmp/diff_new_pack.AXYc3u/_old  2019-02-28 21:24:24.729912861 +0100
+++ /var/tmp/diff_new_pack.AXYc3u/_new  2019-02-28 21:24:24.733912860 +0100
@@ -136,7 +136,7 @@
 %postun
 %service_del_postun %{name}.service
 # reload dbus after uninstall, our policies are gone again
-if [ ${FIRST_ARG:-$1} -eq 0 -a -z "${TRANSACTIONAL_UPDATE}" \
+if [ $1 -eq 0 -a -z "${TRANSACTIONAL_UPDATE}" \
      -a -x /usr/bin/systemctl ]; then
         /usr/bin/systemctl reload dbus.service 2>/dev/null || :
 fi




Reply via email to