contrib/buildrpm
changeset 8906 bb255fe7c27e
parent 8869 d244ee52ac30
child 9809 ce145bf2ca5e
equal deleted inserted replaced
8905:68decbcb12cf 8906:bb255fe7c27e
    49     -e 's,^%setup.*,,' \
    49     -e 's,^%setup.*,,' \
    50     $specfile > $tmpspec
    50     $specfile > $tmpspec
    51 
    51 
    52 cat <<EOF >> $tmpspec
    52 cat <<EOF >> $tmpspec
    53 %changelog
    53 %changelog
    54 * `date +'%a %b %d %Y'` `$HG showconfig ui.username` $version-$release
    54 * `LANG=en_US date +'%a %b %d %Y'` `$HG showconfig ui.username` $version-$release
    55 - Automatically built via $0
    55 - Automatically built via $0
    56 
    56 
    57 EOF
    57 EOF
    58 $HG log \
    58 $HG log \
    59      --template '* {date|rfc822date} {author}\n- {desc|firstline}\n\n' \
    59      --template '* {date|rfc822date} {author}\n- {desc|firstline}\n\n' \