Hello community,

here is the log from the commit of package salt for openSUSE:Factory checked in 
at 2017-12-08 13:01:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/salt (Old)
 and      /work/SRC/openSUSE:Factory/.salt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "salt"

Fri Dec  8 13:01:17 2017 rev:69 rq:555051 version:2017.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/salt/salt.changes        2017-12-03 
10:13:42.406366249 +0100
+++ /work/SRC/openSUSE:Factory/.salt.new/salt.changes   2017-12-08 
13:01:29.892778662 +0100
@@ -1,0 +2,6 @@
+Thu Dec  7 11:19:12 UTC 2017 - [email protected]
+
+- Escape the usage of %{VERSION} when calling out to rpm.
+  RPM 4.14 has %{VERSION} defined as 'the main packages version'.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ salt.spec ++++++
--- /var/tmp/diff_new_pack.XUykgZ/_old  2017-12-08 13:01:31.584717556 +0100
+++ /var/tmp/diff_new_pack.XUykgZ/_new  2017-12-08 13:01:31.588717412 +0100
@@ -711,7 +711,7 @@
   true
 fi
 %if %{with systemd}
-if [ `rpm -q systemd --queryformat="%{VERSION}"` -lt 228 ]; then
+if [ `rpm -q systemd --queryformat="%%{VERSION}"` -lt 228 ]; then
   # On systemd < 228 the 'TasksTask' attribute is not available.
   # Removing TasksMax from salt-master.service on SLE12SP1 LTSS (bsc#985112)
   sed -i '/TasksMax=infinity/d' %{_unitdir}/salt-master.service


Reply via email to