Commit 2b9541f7 authored by Vitaly Lipatov's avatar Vitaly Lipatov Committed by Vitaly Lipatov

rpmbph: disable legacy compression for old ALT distros due new git.alt

build srpm
parent 5f1445dd
......@@ -189,10 +189,9 @@ rm -f $SPECNAME.old
if [ "$VENDOR" = "alt" ] ; then
subst "1i#" $SPECNAME
# is not needed since git.alt srpm build
# use old compress method for the src.rpm
#subst "1i%define _source_payload w9.gzdio" $SPECNAME
# FIXME: only for M40 and older?
export USE_LEGACY_COMPRESSION=1
#export USE_LEGACY_COMPRESSION=1
subst "1i# This spec is backported to `distr_vendor -d` $DISTRVERSION automatically by rpmbph script. Do not edit it." $SPECNAME
ENTRY="- backport to `distr_vendor -d` $DISTRVERSION (by rpmbph script)"
......
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