SHA256
1
0
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:
Gordon Leung 2024-09-03 15:16:57 +00:00 committed by Git OBS Bridge
parent eb0c946385
commit e14bb39d6d
2 changed files with 5 additions and 0 deletions

View File

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

View File

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