Browse Source

track releases only

master
parent
commit
60d619f890
  1. 4
      yara/yara.spec

4
yara/yara.spec

@ -32,7 +32,7 @@ Class: EVAL
Group: Filesystem Group: Filesystem
License: BSD License: BSD
Version: 3.11.0 Version: 3.11.0
Release: 20191010 Release: 20200325
# list of sources # list of sources
Source0: https://github.com/VirusTotal/yara/archive/v%{version}.tar.gz Source0: https://github.com/VirusTotal/yara/archive/v%{version}.tar.gz
@ -55,7 +55,7 @@ PreReq: openssl
prog yara = { prog yara = {
version = %{version} version = %{version}
url = https://github.com/VirusTotal/yara/releases url = https://github.com/VirusTotal/yara/releases
regex = v(__VER__)\.tar\.gz regex = v(\d+\.\d+\.\d+)\.tar\.gz
} }
%prep %prep

Loading…
Cancel
Save