- 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>
|
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
|
- update to 2.23.0
|
||||||
Features:
|
Features:
|
||||||
* Support unity version detection (DE, Linux)
|
* Support unity version detection (DE, Linux)
|
||||||
|
@ -74,6 +74,7 @@ MacOS and Windows 7+ are supported.
|
|||||||
%package fish-completion
|
%package fish-completion
|
||||||
Summary: Fish Completion for %{name}
|
Summary: Fish Completion for %{name}
|
||||||
Supplements: (%{name} and fish)
|
Supplements: (%{name} and fish)
|
||||||
|
Requires: fastfetch
|
||||||
Requires: fish
|
Requires: fish
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -84,6 +85,7 @@ Fish command-line completion support for %{name}.
|
|||||||
Summary: Bash Completion for %{name}
|
Summary: Bash Completion for %{name}
|
||||||
Supplements: (%{name} and bash-completion)
|
Supplements: (%{name} and bash-completion)
|
||||||
Requires: bash-completion
|
Requires: bash-completion
|
||||||
|
Requires: fastfetch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description bash-completion
|
%description bash-completion
|
||||||
@ -92,6 +94,7 @@ Bash command-line completion support for %{name}.
|
|||||||
%package zsh-completion
|
%package zsh-completion
|
||||||
Summary: Zsh Completion for %{name}
|
Summary: Zsh Completion for %{name}
|
||||||
Supplements: (%{name} and zsh)
|
Supplements: (%{name} and zsh)
|
||||||
|
Requires: fastfetch
|
||||||
Requires: zsh
|
Requires: zsh
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user