Hello community,
here is the log from the commit of package python-dbus-python for
openSUSE:Factory checked in at 2017-12-23 12:17:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dbus-python (Old)
and /work/SRC/openSUSE:Factory/.python-dbus-python.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dbus-python"
Sat Dec 23 12:17:18 2017 rev:3 rq:557983 version:1.2.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dbus-python/python-dbus-python.changes
2017-11-20 17:02:47.499442343 +0100
+++
/work/SRC/openSUSE:Factory/.python-dbus-python.new/python-dbus-python.changes
2017-12-23 12:17:19.665898476 +0100
@@ -1,0 +2,6 @@
+Thu Dec 7 11:17:04 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:
------------------
++++++ python-dbus-python.spec ++++++
--- /var/tmp/diff_new_pack.9AHu1y/_old 2017-12-23 12:17:20.249870002 +0100
+++ /var/tmp/diff_new_pack.9AHu1y/_new 2017-12-23 12:17:20.253869807 +0100
@@ -47,7 +47,7 @@
Provides: dbus-1-python3 = %{version}
Obsoletes: dbus-1-python3 < %{version}
%endif
-Requires: dbus-1 >= %( echo `rpm -q --queryformat '%{VERSION}' dbus-1`)
+Requires: dbus-1 >= %( echo `rpm -q --queryformat '%%{VERSION}' dbus-1`)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%python_subpackages
@@ -62,8 +62,8 @@
Requires: %{name} = %{version}
Requires: %{name}-common-devel = %{version}
Requires: python-devel
-Requires: dbus-1 >= %( echo `rpm -q --queryformat '%{VERSION}' dbus-1`)
-Requires: dbus-1-devel >= %( echo `rpm -q --queryformat '%{VERSION}'
dbus-1-devel`)
+Requires: dbus-1 >= %( echo `rpm -q --queryformat '%%{VERSION}' dbus-1`)
+Requires: dbus-1-devel >= %( echo `rpm -q --queryformat '%%{VERSION}'
dbus-1-devel`)
%ifpython2
Provides: dbus-1-python-devel = %{version}
Provides: dbus-1-python2-devel = %{version}