Correct sip-api provides (#1979409)

This commit is contained in:
Scott Talbert 2021-07-06 18:35:09 -04:00
parent e7103e5e2e
commit 0ebd62e331

View File

@ -6,7 +6,7 @@
Name: python-%{pkg_name}
Version: 12.8.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: The sip module support for PyQt5
License: GPLv2 or GPLv3
@ -27,8 +27,8 @@ The sip extension module provides support for the PyQt5 package.
%package -n python3-%{pkg_name}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{pkg_name}}
Provides: python3-sip-api(%{_sip_api_major}) = %{_sip_api}
Provides: python3-sip-api(%{_sip_api_major})%{?_isa} = %{_sip_api}
Provides: python3-pyqt5-sip-api(%{_sip_api_major}) = %{_sip_api}
Provides: python3-pyqt5-sip-api(%{_sip_api_major})%{?_isa} = %{_sip_api}
%description -n python3-%{pkg_name} %_description
@ -47,5 +47,8 @@ Provides: python3-sip-api(%{_sip_api_major})%{?_isa} = %{_sip_api}
%{python3_sitearch}/PyQt5/
%changelog
* Tue Jul 06 2021 Scott Talbert <swt@techie.net> - 12.8.1-2
- Correct sip-api provides (#1979409)
* Mon May 24 2021 Scott Talbert <swt@techie.net> - 12.8.1-1
- Initial package