From e4e6e248966a73a5963a10f5925cf7aa8e48bc90 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 31 Jan 2015 18:41:31 +0100 Subject: [PATCH] openmamba-netsrpm: fix for chromium-pepper-flash --- SRPMSVERSIONS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRPMSVERSIONS b/SRPMSVERSIONS index 82c7650..070cb54 100644 --- a/SRPMSVERSIONS +++ b/SRPMSVERSIONS @@ -23,5 +23,5 @@ SRPMRELEASE["virtualbox-extension-pack"]=1mamba SRPMVERSION["win32codecs"]=20110131 SRPMRELEASE["win32codecs"]=1mamba # chromium-pepper-flash -SRPMVERSION["chromium-pepper-flash"]="`curl -s "http://googlechromereleases.blogspot.it/" | grep "stable channel has been updated to" | sed "s|.*updated to \([0-9.]*\) .*|\1|" 2>/dev/null`" +SRPMVERSION["chromium-pepper-flash"]="`curl -s "http://googlechromereleases.blogspot.it/" | grep -m 1 "stable channel has been updated to" | sed "s|.*updated to \([0-9.]*\) .*|\1|" 2>/dev/null`" SRPMRELEASE["chromium-pepper-flash"]=1mamba