Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2017-12-08 12:56:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-libvirt-python (Old)
 and      /work/SRC/openSUSE:Factory/.python-libvirt-python.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-libvirt-python"

Fri Dec  8 12:56:43 2017 rev:7 rq:546498 version:3.9.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
    2017-11-12 18:02:12.945104394 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new/python-libvirt-python.changes
 2017-12-08 12:56:44.339091558 +0100
@@ -1,0 +2,5 @@
+Wed Nov 29 16:41:50 UTC 2017 - [email protected]
+
+- Get rid of python2 dependency on python3 package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-libvirt-python.spec ++++++
--- /var/tmp/diff_new_pack.pg7jJB/_old  2017-12-08 12:56:45.679043165 +0100
+++ /var/tmp/diff_new_pack.pg7jJB/_new  2017-12-08 12:56:45.679043165 +0100
@@ -50,6 +50,11 @@
 %prep
 %setup -q -n %{srcname}-%{version}
 
+# Unset execute bit for example scripts; it can introduce spurious
+# RPM dependencies, like /usr/bin/python which can pull in python2
+# for the -python3 package
+find examples -type f -exec chmod 0644 \{\} \;
+
 %build
 export CFLAGS="%{optflags}"
 %python_build



Reply via email to