Apparently it goes at the top
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
askiiart 2025-09-05 20:10:18 -05:00
parent 0d3ff69ce1
commit 580ab4bf81

View file

@ -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 Name: librewolf-allow-dark
Version: __VERSION__ Version: __VERSION__
Release: 1 Release: 1
@ -9,11 +15,6 @@ BuildRequires: tar zstd
%description %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 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 #%prep
%setup -q %setup -q