Sync from SUSE:SLFO:Main gcc13 revision 0c5881808f6295c9a609a0eec635f5e1

This commit is contained in:
2025-06-04 17:47:15 +02:00
parent 31a926c8d9
commit 2aaffc49fc
4 changed files with 13 additions and 0 deletions

View File

@@ -1825,6 +1825,8 @@ mkdir ../testresults
../contrib/test_summary | tee ../testresults/test_summary.txt
%endif
%define __provides_exclude_from ^%{libsubdir}/.*\.so.*$
%install
# Make sure libtool re-linking libasan at install time doesn't drop the
# libstdc++ reference to make asan of C++ modules in python work

View File

@@ -1008,6 +1008,8 @@ mkdir ../testresults
../contrib/test_summary | tee ../testresults/test_summary.txt
%endif
%define __provides_exclude_from ^%{libsubdir}/.*\.so.*$
%install
# Make sure libtool re-linking libasan at install time doesn't drop the
# libstdc++ reference to make asan of C++ modules in python work

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jun 4 11:38:59 UTC 2025 - Richard Biener <rguenther@suse.com>
- Exclude shared objects present for link editing in the GCC specific
subdirectory from provides processing via __provides_exclude_from.
[bsc#1244050][bsc#1243991]
-------------------------------------------------------------------
Tue Apr 22 14:31:57 UTC 2025 - Richard Biener <rguenther@suse.com>

View File

@@ -2832,6 +2832,8 @@ mkdir ../testresults
../contrib/test_summary | tee ../testresults/test_summary.txt
%endif
%define __provides_exclude_from ^%{libsubdir}/.*\.so.*$
%install
# Make sure libtool re-linking libasan at install time doesn't drop the
# libstdc++ reference to make asan of C++ modules in python work