Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
David Kaufmann
81555f229f fix date in changelog 2020-02-14 11:22:00 +01:00
David Kaufmann
180706d707 remove the obsoletes entry completely 2020-02-14 11:06:41 +01:00
David Kaufmann
c8df49d2d0 remove obsoletes python2-html2text from f30 2020-02-13 23:41:58 +01:00

View file

@ -7,7 +7,7 @@ also happens to be valid Markdown (a text-to-HTML format).
Name: python-%{upname}
Version: 2019.9.26
Release: 2%{?dist}
Release: 5%{?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} <= %{version}-%{release}
%{?python_provide:%python_provide python3-%{upname}}
%description -n python3-%{upname}
@ -79,6 +78,15 @@ popd
%changelog
* Fri Feb 14 2020 David Kaufmann <astra@ionic.at> - 2019.9.26-5
- changelog date fix
* Fri 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
* Tue Oct 29 2019 Sérgio Basto <sergio@serjux.com> - 2019.9.26-2
- Python3 only this version remove support for Python <= 3.4