From 4299cf907618d1ca3956e095922f6c603ea96328 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 21 Jun 2024 15:18:06 -0400 Subject: [PATCH] Fix build with rpm 4.20 rpm 4.20 now uses a build-specific %_builddir (previously %_topdir/BUILD), but this directory change occurs by default even in older versions. https://github.com/rpm-software-management/rpm/issues/2078 --- nodejs-packaging.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/nodejs-packaging.spec b/nodejs-packaging.spec index 2553949..9c77106 100644 --- a/nodejs-packaging.spec +++ b/nodejs-packaging.spec @@ -52,10 +52,8 @@ It generates a bundled license file that gets the licenses in the runtime dependency tarball %prep -pushd %{_topdir}/BUILD cp -da %{_sourcedir}/* . tar xvf test.tar.gz -popd %build