1
0
mirror of https://github.com/openSUSE/osc.git synced 2026-01-27 00:03:23 +01:00

osc.spec: add "Provides: git-obs"

Other git plugins, such as LFS, are shipped as "git-foo" packages.
A reasonable user might expect to be able to install the git obs
plugin by installing a "git-obs" package, but this does not work
currently.

With this patch, a user attempting to install "git-obs" will get
the git obs plugin via osc.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
This commit is contained in:
2025-08-13 13:58:43 +02:00
parent 607053dedd
commit c6ce253e77

View File

@@ -158,6 +158,7 @@ Provides: %{use_python_pkg}-osc = %{version}-%{release}
Provides: python3-osc = %{version}-%{release}
%endif
%endif
Provides: git-obs = %{version}-%{release}
%description
openSUSE Commander is a command-line client for the Open Build Service.