This commit is contained in:
parent
0d3ff69ce1
commit
580ab4bf81
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue