From 1a1b5a9cbba5acf6b63cfbd530ccc752fe204f0cb452f4f6d7937aa65dab63d5 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 15 Sep 2020 07:00:48 +0000 Subject: [PATCH] Accepting request 834508 from home:wanghaisu:branches:Base:System bsc#1176448, Add clibs requirement to python-libstoragemgmt. OBS-URL: https://build.opensuse.org/request/show/834508 OBS-URL: https://build.opensuse.org/package/show/Base:System/libstoragemgmt?expand=0&rev=67 --- libstoragemgmt.changes | 5 +++++ libstoragemgmt.spec | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/libstoragemgmt.changes b/libstoragemgmt.changes index 77f98d6..0905f5a 100644 --- a/libstoragemgmt.changes +++ b/libstoragemgmt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 15 02:41:46 UTC 2020 - nick wang + +- bsc#1176448, Add clibs requirement to python-libstoragemgmt. + ------------------------------------------------------------------- Wed Aug 12 06:56:45 UTC 2020 - Michael Vetter diff --git a/libstoragemgmt.spec b/libstoragemgmt.spec index 5d9cabb..b291d7c 100644 --- a/libstoragemgmt.spec +++ b/libstoragemgmt.spec @@ -106,11 +106,15 @@ developing applications that use %{name}. %{?python_provide:%python_provide python3-%{name}} Summary: Python client libraries and plug-in support for %{name} Group: Development/Languages/Python -Requires: %{name} = %{version} BuildArch: noarch +Requires: %{name} = %{version} %if 0%{python3} +Requires: python3-%{name}-clibs + %description -n python3-%{name} %else +Requires: python2-%{name}-clibs + %description -n python2-%{name} %endif The python-%{name} package contains python client libraries as @@ -504,7 +508,8 @@ fi %{_udevrulesdir}/90-scsi-ua.rules %files -n %{libname} -%doc README COPYING.LIB +%license COPYING.LIB +%doc README %{_libdir}/libstoragemgmt.so.* %files devel