From 6e8aaff2d34b348291bd5343dbac0c63f377807d Mon Sep 17 00:00:00 2001 From: Hirotaka Wakabayashi Date: Tue, 9 Jan 2024 08:29:46 +0000 Subject: [PATCH 1/2] Adds "Provides" tag manually for compatibility --- qpid-proton.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/qpid-proton.spec b/qpid-proton.spec index 18bfbc0..885b0e5 100644 --- a/qpid-proton.spec +++ b/qpid-proton.spec @@ -172,6 +172,7 @@ Obsoletes: qpid-proton-cpp-devel-docs Summary: Python language bindings for the Qpid Proton messaging framework Requires: qpid-proton-c%{?_isa} = %{version}-%{release} Requires: python3 +Provides: python%{python3_version}dist(python-%name) %description -n python3-qpid-proton %{summary}. From c68363abe19b3ff7da4a9edc46d49bdd4db14114 Mon Sep 17 00:00:00 2001 From: Hirotaka Wakabayashi Date: Wed, 13 Mar 2024 16:52:23 +0000 Subject: [PATCH 2/2] Fixes the "machine-readable provides" bug --- qpid-proton.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qpid-proton.spec b/qpid-proton.spec index 885b0e5..60b181e 100644 --- a/qpid-proton.spec +++ b/qpid-proton.spec @@ -172,7 +172,6 @@ Obsoletes: qpid-proton-cpp-devel-docs Summary: Python language bindings for the Qpid Proton messaging framework Requires: qpid-proton-c%{?_isa} = %{version}-%{release} Requires: python3 -Provides: python%{python3_version}dist(python-%name) %description -n python3-qpid-proton %{summary}. @@ -182,7 +181,7 @@ Provides: python%{python3_version}dist(python-%name) %{python3_sitearch}/*.so %{python3_sitearch}/*.py* %{python3_sitearch}/proton -%{python3_sitearch}/python_qpid_proton-%{version}.dist-info/* +%{python3_sitearch}/python_qpid_proton-%{version}.dist-info %package -n python-qpid-proton-docs