From 60d619f890216c37eaa8f7ee63b5311bfde206fc Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Wed, 25 Mar 2020 08:25:08 +0100 Subject: [PATCH] track releases only --- yara/yara.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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