From e49a729d352532f7bda630fab441c7465f0a7930 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Jul 31 2017 12:02:39 +0000 Subject: Make debuginfo packages parallel installable --- diff --git a/python3.spec b/python3.spec index 38fe5ac..0bb71e1 100644 --- a/python3.spec +++ b/python3.spec @@ -882,7 +882,7 @@ make install DESTDIR=%{buildroot} INSTALL="install -p" EXTRA_CFLAGS="$MoreCFlags # %if 0%{?with_gdb_hooks} DirHoldingGdbPy=%{_prefix}/lib/debug/%{_libdir} - PathOfGdbPy=$DirHoldingGdbPy/$PyInstSoName.debug-gdb.py + PathOfGdbPy=$DirHoldingGdbPy/$PyInstSoName-%{version}-%{release}.%{_arch}.debug-gdb.py mkdir -p %{buildroot}$DirHoldingGdbPy cp Tools/gdb/libpython.py %{buildroot}$PathOfGdbPy