From b85016d121504df15b016c811ca3d1ea5ed9b333 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 5 Dec 2022 10:13:20 -0500 Subject: [PATCH] Drop obsolete python_provide macro --- protobuf.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protobuf.spec b/protobuf.spec index befae0b..ebfc9c5 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -192,7 +192,6 @@ BuildArch: noarch Conflicts: %{name}-compiler > %{version} Conflicts: %{name}-compiler < %{version} Provides: %{name}-python3 = %{version}-%{release} -%{?python_provide:%python_provide python%{python3_pkgversion}-%{name}} %description -n python%{python3_pkgversion}-%{name} This package contains Python 3 libraries for Google Protocol Buffers @@ -486,6 +485,7 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_emacs_sitestartdir} - Update/correct gtest commit hash to match upstream - Simplify the Source0 URL with a macro - Drop manual dependency on python3-six, no longer needed +- Drop obsolete python_provide macro * Sun Aug 14 2022 Orion Poplawski - 3.19.4-6 - Build python support with C++ (bz#2107921)