Commit 7f9f8303 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgp: make temp. commit before query requires

parent f71962d8
......@@ -223,7 +223,7 @@ test -z "$LISTARGS" && fatal "Please run with spec/package name"
# install required for build binary packages
if [ -n "$INSTALLBINARY" ] ; then
parse_cmd_pre "$@"
pack_src_rpm $LISTRPMARGS
pack_src_rpm --commit $LISTRPMARGS
LISTPKG=$(rpmquery --requires -p $LISTBUILT | clean_pkgreq | sed -e "s|rpm-build-altlinux-compat||g")
DISTRVENDOR=$(distr_vendor -d)
CMD=$(get_install_package_command $DISTRVENDOR interactive)
......
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