forked from pool/python-sip4
Accepting request 848897 from KDE:Qt5
OBS-URL: https://build.opensuse.org/request/show/848897 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sip4?expand=0&rev=2
This commit is contained in:
commit
b122de5082
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user