From b89465cf23de43b13a5d0795fdce84438e12e05c Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 2 Jan 2026 15:45:03 -0800 Subject: [PATCH] fix(breakpad): Static files (#8862) (#8865) (cherry picked from commit 377abcc783bc3a64e057f2d73d0173df80b0b20d) Signed-off-by: Gilver Co-authored-by: Gilver --- anda/lib/breakpad/breakpad.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/anda/lib/breakpad/breakpad.spec b/anda/lib/breakpad/breakpad.spec index 8438611cab..8964f54b2f 100644 --- a/anda/lib/breakpad/breakpad.spec +++ b/anda/lib/breakpad/breakpad.spec @@ -1,6 +1,6 @@ Name: breakpad Version: 2024.02.16 -Release: 1%?dist +Release: 2%?dist Summary: Google Breakpad crash-reporting system License: BSD-3-Clause Group: System @@ -22,8 +22,9 @@ A set of client and server components which implement a crash-reporting system. %package devel Requires: %{name} = %{evr} %pkg_devel_files -%{_libdir}/libbreakpad.a -%{_libdir}/libbreakpad_client.a + +%package static +%pkg_static_files %prep %autosetup -n breakpad-%{version} @@ -59,4 +60,4 @@ rm -rf %{buildroot}%{_docdir}/breakpad-0.1 %changelog * Fri Jan 02 2026 Willow Reed -- Initial commit \ No newline at end of file +- Initial commit