From f0c17ca54e5f0d9d35e775534b73eb528f79d8bb8389c44a4897ccad116911f8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 14 Nov 2024 07:14:37 +0000 Subject: [PATCH] Accepting request 1223924 from home:dgarcia:branches:devel:languages:python:Factory - Remove -IVendor/ from python-config boo#1231795 OBS-URL: https://build.opensuse.org/request/show/1223924 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python311?expand=0&rev=149 --- python311.changes | 5 +++++ python311.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python311.changes b/python311.changes index 9a362f9..97d8e4b 100644 --- a/python311.changes +++ b/python311.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 11 12:43:40 UTC 2024 - Daniel Garcia + +- Remove -IVendor/ from python-config boo#1231795 + ------------------------------------------------------------------- Fri Nov 1 16:32:10 UTC 2024 - Matej Cepl diff --git a/python311.spec b/python311.spec index 564e5a2..e4e6912 100644 --- a/python311.spec +++ b/python311.spec @@ -768,6 +768,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/