From a2f8ad1597b99bad7ccdb83a2edcce8a768b3dfa Mon Sep 17 00:00:00 2001 From: Pavol Sloboda Date: Fri, 30 May 2025 10:05:35 +0000 Subject: [PATCH] Changed the occurences of redhat-linux-build to %{_vpath_builddir} to ensure proper macro usage inside the spec file --- mariadb10.11.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mariadb10.11.spec b/mariadb10.11.spec index 45440c0..95baec5 100644 --- a/mariadb10.11.spec +++ b/mariadb10.11.spec @@ -836,12 +836,12 @@ rm -r storage/columnstore rm -r debian %if %{with bundled_fmt} -mkdir -p redhat-linux-build/extra/libfmt/ -mv %{SOURCE1} redhat-linux-build/extra/libfmt/ +mkdir -p %{_vpath_builddir}/extra/libfmt/ +mv %{SOURCE1} %{_vpath_builddir}/extra/libfmt/ %endif %if %{with bundled_pcre} -mkdir -p redhat-linux-build/extra/pcre2/ -mv %{SOURCE4} redhat-linux-build/extra/pcre2/ +mkdir -p %{_vpath_builddir}/extra/pcre2/ +mv %{SOURCE4} %{_vpath_builddir}/extra/pcre2/ %endif # Remove JAR files that upstream puts into tarball