Rebuilt to change main python from 3.4 to 3.6
This commit is contained in:
parent
c31e9ecd52
commit
e1196f33d2
1 changed files with 5 additions and 2 deletions
|
|
@ -39,10 +39,10 @@ URL: http://github.com/VirusTotal/yara-python/
|
|||
%global build_release 1
|
||||
|
||||
%if 0%{?build_release} > 0
|
||||
Release: %{rel}%{?dist}
|
||||
Release: %{rel}%{?dist}.1
|
||||
Source0: https://github.com/%{gituser}/%{gitname}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
%else
|
||||
Release: %{rel}.%{gitdate}git%{shortcommit}%{?dist}
|
||||
Release: %{rel}.%{gitdate}git%{shortcommit}%{?dist}.1
|
||||
Source0: https://github.com/%{gituser}/%{gitname}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
|
||||
%endif #Build_release
|
||||
|
||||
|
|
@ -212,6 +212,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitearch}/ "$NOSETESTS3" -v ./tests.py:TestYar
|
|||
|
||||
#====================================================================
|
||||
%changelog
|
||||
* Fri Mar 08 2019 Troy Dawson <tdawson@redhat.com> - 3.8.1-2.1
|
||||
- Rebuilt to change main python from 3.4 to 3.6
|
||||
|
||||
* Mon Aug 27 2018 Michal Ambroz <rebus at, seznam.cz> - 3.8.1-2
|
||||
- rebuild with yara 3.8.1 override
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue