From c6ce253e770cdf869671b166dfd928871d3c4089 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Wed, 13 Aug 2025 13:58:43 +0200 Subject: [PATCH] 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 --- contrib/osc.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/osc.spec b/contrib/osc.spec index 779b134e..daebfa78 100644 --- a/contrib/osc.spec +++ b/contrib/osc.spec @@ -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.