SRPMSVERSION: fix disabling updating chromium-pepper-flash for i586
This commit is contained in:
parent
279f33aba3
commit
b9e7f95109
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user