Rebuilt for Python 3.8
This commit is contained in:
parent
e57d767dbb
commit
d8f08508f6
1 changed files with 5 additions and 2 deletions
|
|
@ -23,10 +23,10 @@ URL: http://github.com/VirusTotal/yara-python/
|
|||
%global build_release 1
|
||||
|
||||
%if 0%{?build_release} > 0
|
||||
Release: %{rel}%{?dist}.1
|
||||
Release: %{rel}%{?dist}.2
|
||||
Source0: https://github.com/%{gituser}/%{gitname}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
%else
|
||||
Release: %{rel}.%{gitdate}git%{shortcommit}%{?dist}.1
|
||||
Release: %{rel}.%{gitdate}git%{shortcommit}%{?dist}.2
|
||||
Source0: https://github.com/%{gituser}/%{gitname}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
|
||||
%endif #Build_release
|
||||
|
||||
|
|
@ -142,6 +142,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitearch}/ "$NOSETESTS3" -v ./tests.py:TestYar
|
|||
|
||||
#====================================================================
|
||||
%changelog
|
||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 3.9.0-2.2
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.0-2.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue