diff --git a/git-bug.changes b/git-bug.changes index d28a570..d6e5602 100644 --- a/git-bug.changes +++ b/git-bug.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 22 16:32:25 UTC 2025 - Matej Cepl + +- Add missing Requires to completion subpackages. + ------------------------------------------------------------------- Wed Jan 8 09:00:10 UTC 2025 - Matej Cepl diff --git a/git-bug.spec b/git-bug.spec index 735ec5e..0fec399 100644 --- a/git-bug.spec +++ b/git-bug.spec @@ -62,6 +62,7 @@ git-bug is a bug tracker that: %package bash-completion Summary: Bash completion for git-bug Requires: bash-completion +Requires: %{name} = %{version} Supplements: (git-bug and bash-completion) BuildArch: noarch @@ -71,6 +72,7 @@ Bash shell completions for git-bug %package fish-completion Summary: Fish completion for git-bug Requires: fish +Requires: %{name} = %{version} Supplements: (git-bug and fish) BuildArch: noarch @@ -80,6 +82,8 @@ Fish shell completions for git-bug %package zsh-completion Summary: ZSH completion for git-bug Group: Productivity/File utilities +Requires: zsh +Requires: %{name} = %{version} Supplements: (git-bug and zsh) BuildArch: noarch