From 4613acdc5256b55a4a13643bc912226adf30101d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 24 May 2024 12:04:56 +0200 Subject: [PATCH] pck-update.in: set %_buildrootdir to tmppath_dir to preserve usual buildroot path since rpm 4.19 --- plugins/pck-update.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/pck-update.in b/plugins/pck-update.in index fdc8a9b..9a3c505 100644 --- a/plugins/pck-update.in +++ b/plugins/pck-update.in @@ -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"