From 59507a88502f125fb80a909731ff4024285bd3f9dab5225c9bf2a7e5309ca78e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 13 Sep 2017 14:12:54 +0000 Subject: [PATCH] Accepting request 524913 from home:tbechtold:branches:Virtualization - Only the python2 package should provide libvirt-python . OBS-URL: https://build.opensuse.org/request/show/524913 OBS-URL: https://build.opensuse.org/package/show/Virtualization/python-libvirt-python?expand=0&rev=4 --- python-libvirt-python.changes | 5 +++++ python-libvirt-python.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-libvirt-python.changes b/python-libvirt-python.changes index fe61bf3..8702a7b 100644 --- a/python-libvirt-python.changes +++ b/python-libvirt-python.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 13 09:03:07 UTC 2017 - tbechtold@suse.com + +- Only the python2 package should provide libvirt-python . + ------------------------------------------------------------------- Wed Aug 2 04:27:36 UTC 2017 - jfehlig@suse.com diff --git a/python-libvirt-python.spec b/python-libvirt-python.spec index 775747a..330c4f5 100644 --- a/python-libvirt-python.spec +++ b/python-libvirt-python.spec @@ -17,8 +17,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -Name: python-libvirt-python %define srcname libvirt-python +Name: python-libvirt-python Url: http://libvirt.org/ Version: 3.6.0 Release: 0 @@ -34,9 +34,10 @@ BuildRequires: python-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %{python_module devel} BuildRequires: %{python_module xml} - +%ifpython2 Provides: libvirt-python = %{version} Obsoletes: libvirt-python < %{version} +%endif %python_subpackages