mirror of
https://abf.rosa.ru/djam/docker.git
synced 2025-02-23 09:32:49 +00:00
Suggest fish isntead of require
This commit is contained in:
parent
fc5a8de321
commit
fd2d60b383
1 changed files with 3 additions and 1 deletions
|
@ -189,7 +189,9 @@ This is the source libraries for docker.
|
|||
%package fish-completion
|
||||
Summary: Fish completion files for Docker
|
||||
Requires: %{repo} = %{version}-%{release}
|
||||
Requires: fish
|
||||
# fish is in contrib, but we can't move this particular
|
||||
# subpackage there, so suggest fish instead of require
|
||||
Suggests: fish
|
||||
Provides: %{repo}-io-fish-completion = %{version}-%{release}
|
||||
|
||||
%description fish-completion
|
||||
|
|
Loading…
Add table
Reference in a new issue