Compare commits

...

2 Commits

1 changed files with 8 additions and 5 deletions

View File

@ -2,7 +2,7 @@
Name: python-backports-ssl_match_hostname
Version: 3.5.0.1
Release: 11%{?dist}
Release: 12%{?dist}
Summary: The ssl.match_hostname() function from Python 3
License: Python
@ -32,7 +32,6 @@ The actual code is only slightly modified from Python 3.5.\
Summary: %summary
Requires: python2-backports
Requires: python2-ipaddress
Provides: python2-backports-ssl_match_hostname
%{?python_provide:%python_provide python2-backports-ssl_match_hostname}
%description -n python2-backports-ssl_match_hostname %_description
@ -58,9 +57,13 @@ rm -f %{buildroot}%{python2_sitelib}/backports/__init__.py*
%{python2_sitelib}/backports.ssl_match_hostname-%{version}-*egg*
%changelog
* Wed Apr 03 2019 Tomas Orsava <torsava@redhat.com> - 3.5.0.1-11
- Bumping due to problems with modular RPM upgrade path (#1695587)
- Related: rhbz#1693974
* Wed Dec 16 2020 Tomas Orsava <torsava@redhat.com> - 3.5.0.1-12
- Remove unversioned Provides
- Resolves: rhbz#1908300
* Thu Apr 25 2019 Tomas Orsava <torsava@redhat.com> - 3.5.0.1-11
- Bumping due to problems with modular RPM upgrade path
- Resolves: rhbz#1695587
* Mon Jul 16 2018 Lumír Balhar <lbalhar@redhat.com> - 3.5.0.1-10
- First version for python27 module