Commit 7601df4e authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack: always set Epoche: 100 to override repository package

parent a970df4b
......@@ -27,3 +27,6 @@ find $BUILDROOT -name "*.py" -exec subst '1{/python3/n};1i#!/usr/bin/python3' {}
if [ -n "$flag_python3" ] ; then
epm install --skip-installed rpm-build-python3
fi
# Set high Epoche to override repository package
subst "s|^\(Name: .*\)$|# Override reposity package\nEpoch: 100\n\1|g" $SPEC
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