Hello community,

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

Package is "libteam"

Thu Feb 28 21:37:38 2019 rev:18 rq:678828 version:1.27

Changes:
--------
--- /work/SRC/openSUSE:Factory/libteam/libteam.changes  2018-01-16 
09:36:15.674846745 +0100
+++ /work/SRC/openSUSE:Factory/.libteam.new.28833/libteam.changes       
2019-02-28 21:37:39.585654219 +0100
@@ -1,0 +2,12 @@
+Fri Feb 22 07:33:05 UTC 2019 - Franck Bui <[email protected]>
+
+- 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:
------------------
++++++ libteam.spec ++++++
--- /var/tmp/diff_new_pack.7jCEl7/_old  2019-02-28 21:37:40.357653977 +0100
+++ /var/tmp/diff_new_pack.7jCEl7/_new  2019-02-28 21:37:40.361653975 +0100
@@ -192,7 +192,7 @@
 %service_del_postun [email protected]
 %endif
 # reload dbus to forget teamd's policy
-if [ ${FIRST_ARG:-$1} -eq 0 ]; then
+if [ $1 -eq 0 ]; then
         systemctl reload dbus.service 2>/dev/null || :
 fi
 


Reply via email to