SRPMSVERSION: fix disabling updating chromium-pepper-flash for i586

This commit is contained in:
Silvan Calarco 2016-07-10 23:12:03 +02:00
parent 279f33aba3
commit b9e7f95109

View File

@ -39,7 +39,7 @@ if [ ! "$SRPMCHECK" -o "$SRPMCHECK" = "chromium-pepper-flash" ]; then
if [ "`uname -m`" == "x86_64" ]; then
SRPMVERSION["chromium-pepper-flash"]="`curl --max-time 20 -s "http://googlechromereleases.blogspot.it/" | grep -i -m 1 "stable channel has been updated to" | sed "s|.*[^0-9]\([0-9]*\.[0-9]*\.[0-9]*\.[0-9]*\).*|\1|" 2>/dev/null`"
else
SRPMVERSION["chromium-pepper-flash"]="0"
SRPMVERSION["chromium-pepper-flash"]=""
fi
SRPMRELEASE["chromium-pepper-flash"]=1mamba
fi