rebuild with yara 4.5.2

This commit is contained in:
Michal Ambroz 2024-09-28 19:31:55 +02:00
commit c606b96f2c
2 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,4 @@
* Sat Sep 28 2024 Michal Ambroz <rebus _AT seznam.cz> - 4.5.1-8
* Sat Sep 28 2024 Michal Ambroz <rebus _AT seznam.cz> - 4.5.1-13
- rebuild with yara 4.5.2
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.1-3

View file

@ -2,7 +2,6 @@ Name: python-yara
Version: 4.5.1
Summary: Python binding for the YARA pattern matching tool
License: Apache-2.0
%global baserelease 8
URL: https://github.com/VirusTotal/yara-python/
VCS: https://github.com/VirusTotal/yara-python/
# https://github.com/VirusTotal/yara-python/tags
@ -34,10 +33,10 @@ and a Boolean expression which determine its logic.}
%endif
%if 0%{?with_release}
Release: %autorelease -b %baserelease
Release: %autorelease
Source0: https://github.com/%{gituser}/%{gitname}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
%else
Release: %autorelease -b %baserelease -s %{gitdate}git%{shortcommit}
Release: %autorelease -s %{gitdate}git%{shortcommit}
Source0: https://github.com/%{gituser}/%{gitname}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz#/%{name}-%{version}-git%{gitdate}-%{shortcommit}.tar.gz
%endif