Commit dcc8603f authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbph: add hack for repack on x86_64 system packages contains ExclusiveArch in spec

parent 4ebb7af4
......@@ -50,6 +50,8 @@ if [ "$VENDOR" = "alt" ] ; then
%undefine __libtoolize"
fi
else
# Hack for repack on x86_64 packages with ExclusiveArch: %{ix586}
subst "s|^ExclusiveArch:.*||g" $SPECNAME
# Need our compat package and disable strong patch checking
BUILDREQ="BuildRequires: rpm-build-altlinux-compat >= 0.95 make gcc\n$FIXPATCHFUZZ"
[ -z "$BUILDCOMMAND" ] && BUILDCOMMAND=$ETERBUILDBIN/rpmbb
......
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