diff --git a/0005-Remove-webkit2gtk3-in-mold-whitelist.patch b/0005-Remove-webkit2gtk3-in-mold-whitelist.patch new file mode 100644 index 0000000000000000000000000000000000000000..5fc3b8be7117591acb517b9d208604a301878154 --- /dev/null +++ b/0005-Remove-webkit2gtk3-in-mold-whitelist.patch @@ -0,0 +1,22 @@ +From 478f62159042a59262d26686afa681f9084ddd03 Mon Sep 17 00:00:00 2001 +From: lingsheng +Date: Wed, 19 Mar 2025 16:44:50 +0800 +Subject: [PATCH] Remove webkit2gtk3 in mold whitelist + +--- + pkg_enable_mold_whitelist | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/pkg_enable_mold_whitelist b/pkg_enable_mold_whitelist +index e22f858..fcf04e4 100644 +--- a/pkg_enable_mold_whitelist ++++ b/pkg_enable_mold_whitelist +@@ -1,5 +1,4 @@ + wxGTK3 +-webkit2gtk3 + uboot-tools + tog-pegasus + texlive-base +-- +2.33.0 + diff --git a/openEuler-rpm-config.spec b/openEuler-rpm-config.spec index afea1c5607a5ee30e665e6839a66945514532f87..fa0265e66e971091822d9cba27b43fe5a5075226 100644 --- a/openEuler-rpm-config.spec +++ b/openEuler-rpm-config.spec @@ -3,7 +3,7 @@ Name: %{vendor}-rpm-config Version: 31 -Release: 17 +Release: 18 License: GPL+ Summary: specific rpm configuration files URL: https://gitee.com/src-openeuler/openEuler-rpm-config @@ -51,6 +51,7 @@ Patch0001: 0001-support-sw_64-arch.patch Patch0002: 0002-Enable-mold-links-through-whitelist.patch Patch0003: 0003-Remove-packages-affected-by-mold.patch Patch0004: 0004-Add-check-for-mold-before-use-it.patch +Patch0005: 0005-Remove-webkit2gtk3-in-mold-whitelist.patch # BRPs Source700: brp-chrpath Source701: brp-digest-list @@ -191,6 +192,9 @@ sed -i "s/@VENDOR@/%{vendor}/g" `grep "@VENDOR@" -rl %{buildroot}%{_rpmconfigdir %{rpmvdir}/find-requires.ksyms %changelog +* Wed Mar 19 2025 lingsheng - 31-18 +- Remove webkit2gtk3 in mold whitelist + * Fri Feb 28 2025 yinchuang - 31-17 - Add check for mold before use it