From 580ab4bf81898f9ff43f1500052c0dc4664ad78f Mon Sep 17 00:00:00 2001 From: askiiart Date: Fri, 5 Sep 2025 20:10:18 -0500 Subject: [PATCH] Apparently it goes at the top --- librewolf-allow-dark.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/librewolf-allow-dark.spec b/librewolf-allow-dark.spec index 6fc10a6..087a3ea 100644 --- a/librewolf-allow-dark.spec +++ b/librewolf-allow-dark.spec @@ -1,3 +1,9 @@ +%global __brp_check_rpaths %{nil} +# ^ disable rpath checking +# see https://stackoverflow.com/a/73807744 +# (the problem: https://drone.askiiart.net/pkg-repo/librewolf-allow-dark/4502/1/2) +# (see also: https://fedoraproject.org/wiki/Changes/Broken_RPATH_will_fail_rpmbuild) + Name: librewolf-allow-dark Version: __VERSION__ Release: 1 @@ -9,11 +15,6 @@ BuildRequires: tar zstd %description Librewolf with the privacy.override_rfp_for_color_scheme about:config option added, which if enabled lets you change the color scheme even if rfp is turned on -# disable rpath checking -# see https://stackoverflow.com/a/73807744 -# (the problem: https://drone.askiiart.net/pkg-repo/librewolf-allow-dark/4502/1/2) -# (see also: https://fedoraproject.org/wiki/Changes/Broken_RPATH_will_fail_rpmbuild) -%global __brp_check_rpaths %{nil} #%prep %setup -q