Dominique Leuenberger 2020-11-17 20:25:49 +00:00 committed by Git OBS Bridge
commit b122de5082
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Nov 15 23:56:01 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Conflict with python-qt5-sip in distros where we still provide
the PyQt5.sip library
-------------------------------------------------------------------
Sun Oct 25 22:44:01 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

View File

@ -58,6 +58,9 @@ Obsoletes: python-%{mname} < %{version}-%{release}
Provides: %{oldpython}-%{mname} = %{version}-%{release}
Obsoletes: %{oldpython}-%{mname} < %{version}-%{release}
%endif
%if %{with pyqt_modules}
Conflicts: python-qt5-sip
%endif
%python_subpackages
%description
@ -275,6 +278,6 @@ mkdir -p %{buildroot}%{_datadir}/sip
%files -n python-%{pname}-common
%license LICENSE*
%{_rpmconfigdir}/macros.d/macros.python_all-sip4
%{_datadir}/sip/
%dir %{_datadir}/sip/
%changelog