remove the obsoletes entry completely
This commit is contained in:
parent
c8df49d2d0
commit
180706d707
1 changed files with 4 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ also happens to be valid Markdown (a text-to-HTML format).
|
|||
|
||||
Name: python-%{upname}
|
||||
Version: 2019.9.26
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: %{common_sum}
|
||||
|
||||
License: GPLv3
|
||||
|
|
@ -28,7 +28,6 @@ BuildRequires: python3-pytest
|
|||
%package -n python3-%{upname}
|
||||
Summary: %{common_sum}
|
||||
Provides: %{upname} = %{version}-%{release}
|
||||
Obsoletes: python2-%{upname} < 2019.8.11
|
||||
%{?python_provide:%python_provide python3-%{upname}}
|
||||
|
||||
%description -n python3-%{upname}
|
||||
|
|
@ -79,6 +78,9 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 14 2020 David Kaufmann <astra@ionic.at> - 2019.9.26-4
|
||||
- remove obsoletes of python2-html2text due to version mismatch
|
||||
|
||||
* Thu Feb 13 2020 David Kaufmann <astra@ionic.at> - 2019.9.26-3
|
||||
- allow keeping python2-html2text in f30
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue