From 622f9d4446459b8985ab0f2d13f3d7dbf2dc1efa53b1ca648774408ee895de54 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 14 Nov 2024 16:25:57 +0000 Subject: [PATCH] - Remove -IVendor/ from python-config boo#1231795 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python310?expand=0&rev=160 --- python310.changes | 5 +++++ python310.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python310.changes b/python310.changes index e59cab2..a8320ed 100644 --- a/python310.changes +++ b/python310.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 14 07:06:20 UTC 2024 - Matej Cepl + +- Remove -IVendor/ from python-config boo#1231795 + ------------------------------------------------------------------- Wed Nov 13 13:25:01 UTC 2024 - Matej Cepl diff --git a/python310.spec b/python310.spec index 7e4cb9f..58d32bc 100644 --- a/python310.spec +++ b/python310.spec @@ -799,6 +799,9 @@ install -m 755 -D Tools/gdb/libpython.py %{buildroot}%{_datadir}/gdb/auto-load/% # install devel files to /config #cp Makefile Makefile.pre.in Makefile.pre $RPM_BUILD_ROOT%{sitedir}/config-%{python_abi}/ +# Remove -IVendor/ from python-config boo#1231795 +sed -i 's/-IVendor\///' %{buildroot}%{_bindir}/python%{python_abi}-config + # RPM macros %if %{primary_interpreter} mkdir -p %{buildroot}%{_rpmconfigdir}/macros.d/