From 06a3bb3d7411be83caf2b9c2d683c7a8ae5874f2 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sun, 1 Jun 2025 09:04:43 -0700 Subject: [PATCH] fix(rpcs3): Regex typo, add all shared libs to exclusions (#5206) (#5208) * fix(rpcs3): Regex typo * chore: Bump release * fix: I went through and checked all shared libs in the build logs --------- (cherry picked from commit c723416687f80cad552ffa1715c1480eeffb184e) Signed-off-by: Gilver Co-authored-by: Gilver --- anda/games/rpcs3/rpcs3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index cb9986419a..b20a47241a 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -1,4 +1,4 @@ -%global __requires_exclude ^((libwolfssl\\.so.*)|(libFusion\\.so.*)|(libasmjit\\.so.*)|(libcubeb\\.so.*)|(libdiscord-rpc\\.so.*)|(libglslang\\.so.*)|(librtmidi\\.so.*)(libyaml-cpp\\.so.*))$ +%global __requires_exclude ^((libwolfssl\\.so.*)|(libFusion\\.so.*)|(libasmjit\\.so.*)|(libcubeb\\.so.*)|(libdiscord-rpc\\.so.*)|(libglslang\\.so.*)|(librtmidi\\.so.*)|(libyaml-cpp\\.so.*)|(libSPIRV\\.so.*)|(libhidapi-hidraw\\.so.*)|(libpugixml\\.so.*))$ %global _distro_extra_cflags -Wno-uninitialized %global _distro_extra_cxxflags -include %_includedir/c++/*/cstdint # GLIBCXX_ASSERTIONS is known to break RPCS3 @@ -12,7 +12,7 @@ Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') -Release: 3%?dist +Release: 4%?dist Summary: PlayStation 3 emulator and debugger License: GPL-2.0-only URL: https://github.com/RPCS3/rpcs3