Bootstrap for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-22 23:19:49 +02:00
parent 06d059ccba
commit 166e07aab0

View File

@ -1,3 +1,4 @@
%global _without_pythontests 1
%global libcurl_version 7.28.0
%if 0%{?rhel} && 0%{?rhel} <= 7
@ -27,7 +28,7 @@
Name: librepo
Version: 1.11.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Repodata downloading library
License: LGPLv2+
@ -189,6 +190,9 @@ popd
%endif
%changelog
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 1.11.3-2
- Bootstrap for Python 3.9
* Wed Apr 01 2020 Ales Matej <amatej@fedoraproject.org> - 1.11.3-1
- Update to 1.11.3
- Prefer mirrorlist/metalink over baseurl (RhBug:1775184)