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 c723416687)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-06-01 09:04:43 -07:00
committed by GitHub
parent 542f08a674
commit 06a3bb3d74
+2 -2
View File
@@ -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