From 4a0da9bd015a566aaba5a3d9dae76dd1938b0076 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Feb 02 2021 13:04:43 +0000 Subject: spec: pythonic provides Fixes: https://pagure.io/koji/issue/2666 --- diff --git a/koji.spec b/koji.spec index e77fe33..ec6b6e7 100644 --- a/koji.spec +++ b/koji.spec @@ -147,6 +147,9 @@ Requires: python%{python3_pkgversion}-requests-kerberos %endif Requires: python%{python3_pkgversion}-dateutil Requires: python%{python3_pkgversion}-six +# Since we don't have metadata here, provide the 'normal' python provides manually. +Provides: python%{python3_version}dist(%{name}) = %{version} +Provides: python%{python3_pkgversion}dist(%{name}) = %{version} %description -n python%{python3_pkgversion}-%{name} desc