Remove Obsoletes: html2text (#1314105)
This commit is contained in:
parent
2cfeed6b36
commit
220733170c
1 changed files with 2 additions and 3 deletions
|
|
@ -40,7 +40,6 @@ BuildRequires: python2-devel
|
||||||
BuildRequires: python2-setuptools
|
BuildRequires: python2-setuptools
|
||||||
%if !%{with python3}
|
%if !%{with python3}
|
||||||
Provides: %{upname} = %{version}-%{release}
|
Provides: %{upname} = %{version}-%{release}
|
||||||
Obsoletes: %{upname} <= 1.3.2a-17
|
|
||||||
%endif
|
%endif
|
||||||
%{?python_provide:%python_provide python2-%{upname}}
|
%{?python_provide:%python_provide python2-%{upname}}
|
||||||
|
|
||||||
|
|
@ -53,7 +52,6 @@ Summary: %{common_sum}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
Provides: %{upname} = %{version}-%{release}
|
Provides: %{upname} = %{version}-%{release}
|
||||||
Obsoletes: %{upname} <= 1.3.2a-17
|
|
||||||
%if !%{with python2}
|
%if !%{with python2}
|
||||||
Obsoletes: python2-%{upname} <= %{version}-%{release}
|
Obsoletes: python2-%{upname} <= %{version}-%{release}
|
||||||
%endif
|
%endif
|
||||||
|
|
@ -88,7 +86,7 @@ export PYTHONPATH="%{buildroot}%{python2_sitelib}"
|
||||||
%if !%{with python3}
|
%if !%{with python3}
|
||||||
pushd %{buildroot}%{_bindir}
|
pushd %{buildroot}%{_bindir}
|
||||||
ln -s python2-%{upname} %{upname}
|
ln -s python2-%{upname} %{upname}
|
||||||
ln -s python2-%{upname}{name}
|
ln -s python2-%{upname} %{name}
|
||||||
popd
|
popd
|
||||||
pushd %{buildroot}%{_mandir}/man1/
|
pushd %{buildroot}%{_mandir}/man1/
|
||||||
ln -s python2-%{upname}.1 %{upname}.1
|
ln -s python2-%{upname}.1 %{upname}.1
|
||||||
|
|
@ -158,6 +156,7 @@ popd
|
||||||
- Update to 2019.8.11
|
- Update to 2019.8.11
|
||||||
- Build python3-html2text on epel 7 (#1740322)
|
- Build python3-html2text on epel 7 (#1740322)
|
||||||
- Drop python2 on Fedora >= 31 (#1741010)
|
- Drop python2 on Fedora >= 31 (#1741010)
|
||||||
|
- Remove Obsoletes: html2text (#1314105)
|
||||||
|
|
||||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2018.1.9-3
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2018.1.9-3
|
||||||
- Rebuilt for Python 3.8
|
- Rebuilt for Python 3.8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue