forked from pool/docker
Accepting request 858292 from home:cyphar:docker
- Add Conflicts and Provides for kubic flavour of Docker. OBS-URL: https://build.opensuse.org/request/show/858292 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=349
This commit is contained in:
parent
72699be87f
commit
625c012a6b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 23 06:40:46 UTC 2020 - Aleksa Sarai <asarai@suse.com>
|
||||||
|
|
||||||
|
- Add Conflicts and Provides for kubic flavour of Docker.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 21 07:06:53 UTC 2020 - Aleksa Sarai <asarai@suse.com>
|
Mon Dec 21 07:06:53 UTC 2020 - Aleksa Sarai <asarai@suse.com>
|
||||||
|
|
||||||
|
@ -223,6 +223,11 @@ Group: System/Shells
|
|||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Supplements: packageand(%{name}:fish)
|
Supplements: packageand(%{name}:fish)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
%if "%flavour" == "kubic"
|
||||||
|
# Conflict with non-kubic package, and provide equivalent
|
||||||
|
Conflicts: %{realname}-fish-completion
|
||||||
|
Provides: %{realname}-fish-completion = %{version}
|
||||||
|
%endif
|
||||||
|
|
||||||
%description fish-completion
|
%description fish-completion
|
||||||
Fish command line completion support for %{name}.
|
Fish command line completion support for %{name}.
|
||||||
|
Loading…
Reference in New Issue
Block a user