Skip to content

Commit f9988de

Browse files
RockGrubraboneko
authored andcommitted
chore(falcond): v2 is high enough now (#5620)
DNF microarch support when so we can handle this better Signed-off-by: Gilver <[email protected]> (cherry picked from commit bd6d702)
1 parent 383098d commit f9988de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

anda/system/falcond/falcond.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Name: falcond
44
Version: 1.1.6
5-
Release: 1%?dist
5+
Release: 2%?dist
66
Summary: Advanced Linux Gaming Performance Daemon
77
License: MIT
88
URL: https://git.pika-os.com/general-packages/falcond
@@ -33,7 +33,7 @@ install -Dm644 %{SOURCE1} %{buildroot}%{_presetdir}/60-%{name}.preset
3333
# When DNF supports microarchitectures the fallback option for -c can be used here instead
3434
DESTDIR="%{buildroot}" \
3535
%ifarch x86_64
36-
%{zig_build_target -r fast -c x86_64_v3 -s} \
36+
%{zig_build_target -r fast -c x86_64_v2 -s} \
3737
%elifarch aarch64
3838
%{zig_build_target -r fast -s} \
3939
%endif

0 commit comments

Comments
 (0)