pck-update.in: set %_buildrootdir to tmppath_dir to preserve usual buildroot path since rpm 4.19

This commit is contained in:
Silvan Calarco 2024-05-24 12:04:56 +02:00
parent b391f4952c
commit 4613acdc52

View File

@ -2112,7 +2112,8 @@ ${proxy:+--proxy $proxy} ${proxy_user:+--proxy-user $proxy_user} \
--define=\"%_specdir $spec_dir\" \
--define=\"%_sourcedir $source_dir\" \
--define=\"%_builddir $build_dir\" \
--define=\"%_tmppath $tmppath_dir\""
--define=\"%_tmppath $tmppath_dir\" \
--define=\"%_buildrootdir $tmppath_dir\""
# [ "$rpm_rootdir" ] &&
# rpmbuild_opts="$rpmbuild_opts $rpm_root_opts"