SHA256
1
0
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:
Aleksa Sarai 2020-12-23 06:43:09 +00:00 committed by Git OBS Bridge
parent 72699be87f
commit 625c012a6b
2 changed files with 10 additions and 0 deletions

View File

@ -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>

View File

@ -223,6 +223,11 @@ Group: System/Shells
Requires: %{name} = %{version}
Supplements: packageand(%{name}:fish)
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
Fish command line completion support for %{name}.