BUGFIX: Removed generation of build-id during rpmbuild; build-id requires unnecessary sudo privileges during RPM installations
This commit is contained in:
parent
322d20b1a1
commit
ca57cacacd
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ rpm_build()
|
|||
#rpmbuild --define "_topdir $buildBase" --dbpath $buildBase/rpmDB --clean -bb ./SPECS/$specFile "$@"
|
||||
#
|
||||
# Let's keep the compilation directory alive for now in order to facilitate postmortems of failed compilations
|
||||
rpmbuild --define "_topdir $buildBase" --dbpath $buildBase/rpmDB -bb ./SPECS/$specFile "$@"
|
||||
rpmbuild --define "_build_id_links none" --define "_topdir $buildBase" --dbpath $buildBase/rpmDB -bb ./SPECS/$specFile "$@"
|
||||
}
|
||||
|
||||
#
|
||||
|
|
Reference in a new issue