From 14eee5b53ec9b04d2876deb47d42dfafe33264df Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Mon, 23 Jun 2025 08:11:05 -0700 Subject: [PATCH] chore(falcond): v2 is high enough now (#5620) (#5623) DNF microarch support when so we can handle this better (cherry picked from commit bd6d702dd98ea8679b746f9e2679c62b4c4634a2) Signed-off-by: Gilver Co-authored-by: Gilver --- anda/system/falcond/falcond.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/system/falcond/falcond.spec b/anda/system/falcond/falcond.spec index ea21e8e01a..fbe5981f7d 100644 --- a/anda/system/falcond/falcond.spec +++ b/anda/system/falcond/falcond.spec @@ -2,7 +2,7 @@ Name: falcond Version: 1.1.6 -Release: 1%?dist +Release: 2%?dist Summary: Advanced Linux Gaming Performance Daemon License: MIT URL: https://git.pika-os.com/general-packages/falcond @@ -33,7 +33,7 @@ install -Dm644 %{SOURCE1} %{buildroot}%{_presetdir}/60-%{name}.preset # When DNF supports microarchitectures the fallback option for -c can be used here instead DESTDIR="%{buildroot}" \ %ifarch x86_64 -%{zig_build_target -r fast -c x86_64_v3 -s} \ +%{zig_build_target -r fast -c x86_64_v2 -s} \ %elifarch aarch64 %{zig_build_target -r fast -s} \ %endif