Hello community,

here is the log from the commit of package crash for openSUSE:Factory checked 
in at 2018-01-02 16:35:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/crash (Old)
 and      /work/SRC/openSUSE:Factory/.crash.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "crash"

Tue Jan  2 16:35:25 2018 rev:145 rq:561080 version:7.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/crash/crash.changes      2017-11-30 
12:46:10.496209707 +0100
+++ /work/SRC/openSUSE:Factory/.crash.new/crash.changes 2018-01-02 
16:35:35.704322828 +0100
@@ -1,0 +2,6 @@
+Thu Dec  7 11:05:03 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:
------------------
++++++ crash.spec ++++++
--- /var/tmp/diff_new_pack.icQcgO/_old  2018-01-02 16:35:38.351440082 +0100
+++ /var/tmp/diff_new_pack.icQcgO/_new  2018-01-02 16:35:38.351440082 +0100
@@ -121,8 +121,8 @@
 %define arch %_target_cpu
 %define kmp_pkg KMP
 %else
-%define kver %(rpm -q --qf '%{VERSION}-%{RELEASE}' kernel-source)
-%define kver_ %(rpm -q --qf '%{VERSION}_%{RELEASE}' kernel-source)
+%define kver %(rpm -q --qf '%%{VERSION}-%%{RELEASE}' kernel-source)
+%define kver_ %(rpm -q --qf '%%{VERSION}_%%{RELEASE}' kernel-source)
 %define arch %(echo %_target_cpu | sed -e 's/i.86/i386/')
 %define flavors_to_build %(sh %_sourcedir/get-kernel-flavors.sh %arch)
 %define kmp_pkg kmp



Reply via email to