Drop obsolete python_provide macro

This commit is contained in:
Benjamin A. Beasley 2022-12-05 10:13:20 -05:00
parent b2cd8fe8e8
commit b85016d121

View File

@ -192,7 +192,6 @@ BuildArch: noarch
Conflicts: %{name}-compiler > %{version} Conflicts: %{name}-compiler > %{version}
Conflicts: %{name}-compiler < %{version} Conflicts: %{name}-compiler < %{version}
Provides: %{name}-python3 = %{version}-%{release} Provides: %{name}-python3 = %{version}-%{release}
%{?python_provide:%python_provide python%{python3_pkgversion}-%{name}}
%description -n python%{python3_pkgversion}-%{name} %description -n python%{python3_pkgversion}-%{name}
This package contains Python 3 libraries for Google Protocol Buffers 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 - Update/correct gtest commit hash to match upstream
- Simplify the Source0 URL with a macro - Simplify the Source0 URL with a macro
- Drop manual dependency on python3-six, no longer needed - Drop manual dependency on python3-six, no longer needed
- Drop obsolete python_provide macro
* Sun Aug 14 2022 Orion Poplawski <orion@nwra.com> - 3.19.4-6 * Sun Aug 14 2022 Orion Poplawski <orion@nwra.com> - 3.19.4-6
- Build python support with C++ (bz#2107921) - Build python support with C++ (bz#2107921)