Commit 7a60063a authored by Vitaly Lipatov's avatar Vitaly Lipatov Committed by Vitaly Lipatov

rpmbph: use legacy compression only for 4.0/4.1

parent 2b9541f7
...@@ -189,9 +189,10 @@ rm -f $SPECNAME.old ...@@ -189,9 +189,10 @@ rm -f $SPECNAME.old
if [ "$VENDOR" = "alt" ] ; then if [ "$VENDOR" = "alt" ] ; then
subst "1i#" $SPECNAME subst "1i#" $SPECNAME
# is not needed since git.alt srpm build # use old compress method for the src.rpm on ALT 4.0 and 4.1
# use old compress method for the src.rpm if [ "$DISTRVERSION" = "4.0" ] || [ "$DISTRVERSION" = "4.1" ] ; then
#export USE_LEGACY_COMPRESSION=1 export USE_LEGACY_COMPRESSION=1
fi
subst "1i# This spec is backported to `distr_vendor -d` $DISTRVERSION automatically by rpmbph script. Do not edit it." $SPECNAME 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)" 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