Commit 58724499 authored by Vitaly Lipatov's avatar Vitaly Lipatov

buildsrpm: run gear with LANG=C for correct date in changelog

parent a20e3242
......@@ -44,7 +44,7 @@ uni_rpmbuildsrpm()
# build package without MENV checking
if true || [ "$MENV" = "SS" ] ; then
docmd $NICE $GEAR $COMMIT $GEARRULES --rpmbuild -- $RPMBUILD "$ONEPARAM" "$TWOPARAM" "$THRPARAM" "$@" || RET=$?
LANG=C docmd $NICE $GEAR $COMMIT $GEARRULES --rpmbuild -- $RPMBUILD "$ONEPARAM" "$TWOPARAM" "$THRPARAM" "$@" || RET=$?
[ -z "$COMMANDAFTER" ] || docmd $COMMANDAFTER
else
fatal "Build backported src.rpm from git is unsupported now"
......
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