Skip to content

Commit

Permalink
add provides and conflicts for completions
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Mar 12, 2024
1 parent 82207bd commit c444d67
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions anda/tools/yt-dlp/yt-dlp-nightly.spec
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ Requires: %{name} = %{version}-%{release}
Requires: bash-completion
Supplements: (%{name} and bash-completion)

Provides: yt-dlp-bash-completion
Conflicts: yt-dlp-bash-completion

%description bash-completion
Bash command line completion support for %{name}.

Expand All @@ -59,6 +62,9 @@ Requires: %{name} = %{version}-%{release}
Requires: zsh
Supplements: (%{name} and zsh)

Provides: yt-dlp-zsh-completion
Conflicts: yt-dlp-zsh-completion

%description zsh-completion
Zsh command line completion support for %{name}.

Expand All @@ -68,6 +74,9 @@ Requires: %{name} = %{version}-%{release}
Requires: fish
Supplements: (%{name} and fish)

Provides: yt-dlp-fish-completion
Conflicts: yt-dlp-fish-completion

%description fish-completion
Fish command line completion support for %{name}.

Expand Down

0 comments on commit c444d67

Please sign in to comment.