Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package targetcli-fb for openSUSE:Factory checked in at 2021-01-25 18:24:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/targetcli-fb (Old) and /work/SRC/openSUSE:Factory/.targetcli-fb.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "targetcli-fb" Mon Jan 25 18:24:18 2021 rev:21 rq:866426 version:2.1.53 Changes: -------- --- /work/SRC/openSUSE:Factory/targetcli-fb/targetcli-fb.changes 2020-07-01 14:26:59.666823293 +0200 +++ /work/SRC/openSUSE:Factory/.targetcli-fb.new.28504/targetcli-fb.changes 2021-01-25 18:24:33.832510932 +0100 @@ -1,0 +2,8 @@ +Sun Jan 24 22:48:23 UTC 2021 - Lee Duncan <[email protected]> + +- Updated SPEC file to support multiple python3 versions at + the same time, and replaced deprecated %ifpython3 macro, + as suggested by build service. Also updated "common" sub- + package description. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ targetcli-fb.spec ++++++ --- /var/tmp/diff_new_pack.cBgZTp/_old 2021-01-25 18:24:34.672512154 +0100 +++ /var/tmp/diff_new_pack.cBgZTp/_new 2021-01-25 18:24:34.672512154 +0100 @@ -1,7 +1,7 @@ # # spec file for package targetcli-fb # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,6 +31,7 @@ BuildRequires: %{python_module pyparsing} BuildRequires: %{python_module rtslib-fb} BuildRequires: %{python_module setuptools} +BuildRequires: %{pythons} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: pkgconfig(systemd) @@ -41,7 +42,7 @@ Requires: targetcli-fb-common Requires(post): update-alternatives Requires(postun): update-alternatives -%ifpython3 +%if "%{python_flavor}" == "python3" || "%{?python_provides}" == "python3" Provides: targetcli = %{version}-%{release} Provides: targetcli-fb = %{version}-%{release} %endif @@ -78,8 +79,8 @@ Provides: %{python_module targetcli-fb-common} %description -n %{name}-common -targetcli-fb-common is the invariant base package needed by both -python2-targetcli-fb and python3-targetcli-fb. +targetcli-fb-common is the invariant base package needed by +all python-version-dependant packages, such as python3-*-targetcli-fb. %prep %setup -q
