SHA256
1
0
forked from pool/python-sip4

Accepting request 914892 from home:bnavigator:pyqt:dependers:kritatest

- Obsolete without the version release because the metapackage
  can have a lower one.

OBS-URL: https://build.opensuse.org/request/show/914892
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip4?expand=0&rev=3
This commit is contained in:
Benjamin Greiner 2021-08-29 19:08:27 +00:00 committed by Git OBS Bridge
parent 83afa8d330
commit 6c7c87fa26
2 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Aug 29 18:36:46 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Obsolete without the version release because the metapackage
can have a lower one.
-------------------------------------------------------------------
Mon Jul 5 22:28:42 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -57,10 +57,10 @@ BuildRequires: python-rpm-macros
Requires: %{name}-common = %{version}
Provides: python-%{mname} = %{version}-%{release}
Provides: python-sip(api) = %{python_sip_api}
Obsoletes: python-%{mname} < %{version}-%{release}
Obsoletes: python-%{mname} < %{version}
%ifpython2
Provides: %{oldpython}-%{mname} = %{version}-%{release}
Obsoletes: %{oldpython}-%{mname} < %{version}-%{release}
Obsoletes: %{oldpython}-%{mname} < %{version}
%endif
%if %{with pyqt5_module}
Conflicts: python-qt5-sip
@ -86,13 +86,13 @@ Requires(post): update-alternatives
Requires(postun): update-alternatives
Provides: python-%{mname}-bin = %{version}-%{release}
Provides: python-%{mname}-devel = %{version}-%{release}
Obsoletes: python-%{mname}-bin < %{version}-%{release}
Obsoletes: python-%{mname}-devel < %{version}-%{release}
Obsoletes: python-%{mname}-bin < %{version}
Obsoletes: python-%{mname}-devel < %{version}
%ifpython2
Provides: %{oldpython}-%{mname}-bin = %{version}-%{release}
Provides: %{oldpython}-%{mname}-devel = %{version}-%{release}
Obsoletes: %{oldpython}-%{mname}-bin < %{version}-%{release}
Obsoletes: %{oldpython}-%{mname}-devel < %{version}-%{release}
Obsoletes: %{oldpython}-%{mname}-bin < %{version}
Obsoletes: %{oldpython}-%{mname}-devel < %{version}
%endif
%description devel