Accepting request 579974 from Base:System
OBS-URL: https://build.opensuse.org/request/show/579974 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/targetcli-fb?expand=0&rev=7
This commit is contained in:
commit
515b45682e
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 25 08:09:45 UTC 2018 - olaf@aepfle.de
|
||||||
|
|
||||||
|
- Fix upgrade path by provide/obsolete targetcli/targetcli-fb (bsc#1082693)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 5 10:44:30 UTC 2018 - olaf@aepfle.de
|
Mon Feb 5 10:44:30 UTC 2018 - olaf@aepfle.de
|
||||||
|
|
||||||
|
@ -45,9 +45,10 @@ Requires(post): update-alternatives
|
|||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
%ifpython3
|
%ifpython3
|
||||||
Provides: targetcli-fb = %{version}-%{release}
|
Provides: targetcli-fb = %{version}-%{release}
|
||||||
|
Provides: targetcli = %{version}-%{release}
|
||||||
%endif
|
%endif
|
||||||
Obsoletes: targetcli-fb < %{version}-%{release}
|
Obsoletes: targetcli-fb
|
||||||
Conflicts: targetcli
|
Obsoletes: targetcli
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
|
||||||
@ -67,7 +68,6 @@ no longer strictly compatible.
|
|||||||
Summary: Common targetcli-fb subpackage for either flavor of Python
|
Summary: Common targetcli-fb subpackage for either flavor of Python
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Provides: %{python_module targetcli-fb-common}
|
Provides: %{python_module targetcli-fb-common}
|
||||||
Conflicts: targetcli
|
|
||||||
|
|
||||||
%description -n %{name}-common
|
%description -n %{name}-common
|
||||||
targetcli-fb-common is the invariant base package needed by both
|
targetcli-fb-common is the invariant base package needed by both
|
||||||
|
Loading…
Reference in New Issue
Block a user