Hello community,

here is the log from the commit of package python-avocado for openSUSE:Factory 
checked in at 2019-01-24 14:14:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-avocado (Old)
 and      /work/SRC/openSUSE:Factory/.python-avocado.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-avocado"

Thu Jan 24 14:14:37 2019 rev:2 rq:667879 version:63.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-avocado/python-avocado.changes    
2018-11-27 10:40:46.660296738 +0100
+++ /work/SRC/openSUSE:Factory/.python-avocado.new.28833/python-avocado.changes 
2019-01-24 14:14:38.595277341 +0100
@@ -1,0 +2,5 @@
+Wed Jan  2 15:38:41 UTC 2019 - Martin Pluskal <[email protected]>
+
+- Trim not needed dependencies
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-avocado.spec ++++++
--- /var/tmp/diff_new_pack.ErwKHo/_old  2019-01-24 14:14:38.995276878 +0100
+++ /var/tmp/diff_new_pack.ErwKHo/_new  2019-01-24 14:14:38.999276874 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-avocado
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -30,10 +30,7 @@
 BuildRequires:  %{python_module aexpect}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module docutils}
-BuildRequires:  %{python_module inspektor} >= 0.4.5
-BuildRequires:  %{python_module libvirt-python}
 BuildRequires:  %{python_module lxml}
-BuildRequires:  %{python_module networkx}
 BuildRequires:  %{python_module psutil}
 BuildRequires:  %{python_module pyaml}
 BuildRequires:  %{python_module pystache}
@@ -60,6 +57,11 @@
 Provides:       %{pkgname} = %{version}
 Obsoletes:      %{pkgname} < %{version}
 BuildArch:      noarch
+%if 0%{?suse_version} >= 1500
+BuildRequires:  %{python_module libvirt-python}
+%else
+BuildRequires:  python-libvirt-python
+%endif
 %ifpython2
 Requires:       python2-pylzma
 %endif
@@ -417,7 +419,7 @@
   %{buildroot}%{_sysconfdir}/%{pkgname}
 
 # Prepare common directories
-install -d -m 0755 %{buildroot}%{_sharedstatedir}/avocado/data
+install -d -m 0755 %{buildroot}%{_localstatedir}/lib/avocado/data
 install -d -m 0755 %{buildroot}%{_docdir}/avocado
 
 # Install examples
@@ -473,7 +475,7 @@
 %dir %{_sysconfdir}/avocado/scripts/job
 %dir %{_sysconfdir}/avocado/scripts/job/pre.d
 %dir %{_sysconfdir}/avocado/scripts/job/post.d
-%dir %{_sharedstatedir}/avocado
+%dir %{_localstatedir}/lib/avocado
 %dir %{_libexecdir}/avocado
 %{_libexecdir}/avocado/avocado-bash-utils
 %{_libexecdir}/avocado/avocado_debug


Reply via email to