From 72ab9d5d708f2cfecf81b5ca61ae4ba5259a9385 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Fri, 23 Feb 2018 20:11:49 +0100 Subject: [PATCH] fix tracking --- grpc/grpc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grpc/grpc.spec b/grpc/grpc.spec index a426b53d60..253a4e6d50 100644 --- a/grpc/grpc.spec +++ b/grpc/grpc.spec @@ -32,7 +32,7 @@ Class: EVAL Group: Networking License: Apache Version: 1.9.1 -Release: 20180208 +Release: 20180223 # list of sources Source0: https://github.com/grpc/grpc/archive/v%{version}.tar.gz @@ -62,7 +62,7 @@ PreReq: protobuf prog grpc = { version = %{version} url = https://github.com/grpc/grpc/releases - regex = v(__VER__)\.tar\.gz + regex = v(\d+\.\d+\.\d+)\.tar\.gz } %prep