Remove Obsoletes: html2text (#1314105)

This commit is contained in:
Sérgio M. Basto 2019-09-09 22:51:32 +01:00
commit 220733170c

View file

@ -40,7 +40,6 @@ BuildRequires: python2-devel
BuildRequires: python2-setuptools
%if !%{with python3}
Provides: %{upname} = %{version}-%{release}
Obsoletes: %{upname} <= 1.3.2a-17
%endif
%{?python_provide:%python_provide python2-%{upname}}
@ -53,7 +52,6 @@ Summary: %{common_sum}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Provides: %{upname} = %{version}-%{release}
Obsoletes: %{upname} <= 1.3.2a-17
%if !%{with python2}
Obsoletes: python2-%{upname} <= %{version}-%{release}
%endif
@ -88,7 +86,7 @@ export PYTHONPATH="%{buildroot}%{python2_sitelib}"
%if !%{with python3}
pushd %{buildroot}%{_bindir}
ln -s python2-%{upname} %{upname}
ln -s python2-%{upname}{name}
ln -s python2-%{upname} %{name}
popd
pushd %{buildroot}%{_mandir}/man1/
ln -s python2-%{upname}.1 %{upname}.1
@ -158,6 +156,7 @@ popd
- Update to 2019.8.11
- Build python3-html2text on epel 7 (#1740322)
- Drop python2 on Fedora >= 31 (#1741010)
- Remove Obsoletes: html2text (#1314105)
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2018.1.9-3
- Rebuilt for Python 3.8