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