Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-25 12:46:58 +02:00
parent 0d3cfa7307
commit 24eabe6c72

View File

@ -1,4 +1,3 @@
%global _without_check 1
%global srcname lit %global srcname lit
%if 0%{?fedora} || 0%{?rhel} > 7 %if 0%{?fedora} || 0%{?rhel} > 7
@ -8,7 +7,7 @@
%endif %endif
#%%global rc_ver 1 #%%global rc_ver 1
%global baserelease 2 %global baserelease 3
%bcond_without check %bcond_without check
@ -107,6 +106,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python2_sitelib}/%{srcna
%endif %endif
%changelog %changelog
* Mon May 25 2020 Miro Hrončok <mhroncok@redhat.com> - 0.10.0-3
- Rebuilt for Python 3.9
* Mon May 25 2020 Miro Hrončok <mhroncok@redhat.com> - 0.10.0-2 * Mon May 25 2020 Miro Hrončok <mhroncok@redhat.com> - 0.10.0-2
- Bootstrap for Python 3.9 - Bootstrap for Python 3.9