Commit d043e9e5 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune Committed by Denis Brækhus

Remove the architecture from RPM VMOD provides

parent 02d484b8
......@@ -13,7 +13,7 @@ shift
VMOD_VERSION=
if [ -n "$VERSION" ]
then
VMOD_VERSION=" = $VERSION"
VMOD_VERSION=" = ${VERSION%.*}" # remove arch
fi
expand_macro() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment