forked from pool/fastfetch
- Make completion packages Require the main package
OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=105
This commit is contained in:
parent
eb0c946385
commit
e14bb39d6d
@ -1,6 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 15:08:59 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
|
||||
|
||||
- Make completion packages Require the main package
|
||||
|
||||
- update to 2.23.0
|
||||
Features:
|
||||
* Support unity version detection (DE, Linux)
|
||||
|
@ -74,6 +74,7 @@ MacOS and Windows 7+ are supported.
|
||||
%package fish-completion
|
||||
Summary: Fish Completion for %{name}
|
||||
Supplements: (%{name} and fish)
|
||||
Requires: fastfetch
|
||||
Requires: fish
|
||||
BuildArch: noarch
|
||||
|
||||
@ -84,6 +85,7 @@ Fish command-line completion support for %{name}.
|
||||
Summary: Bash Completion for %{name}
|
||||
Supplements: (%{name} and bash-completion)
|
||||
Requires: bash-completion
|
||||
Requires: fastfetch
|
||||
BuildArch: noarch
|
||||
|
||||
%description bash-completion
|
||||
@ -92,6 +94,7 @@ Bash command-line completion support for %{name}.
|
||||
%package zsh-completion
|
||||
Summary: Zsh Completion for %{name}
|
||||
Supplements: (%{name} and zsh)
|
||||
Requires: fastfetch
|
||||
Requires: zsh
|
||||
BuildArch: noarch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user