From f43f553f03c8d0ae706381856ccdff85f2dc42c0 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sun, 16 Feb 2025 03:06:31 -0800 Subject: [PATCH] fix: fuc (#3354) (#3378) Signed-off-by: madomado (cherry picked from commit a0dffcf76115440cfe57f2c87c7cb7998e1a2a97) Co-authored-by: madomado --- anda/tools/fuc/fuc.spec | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/anda/tools/fuc/fuc.spec b/anda/tools/fuc/fuc.spec index 14bfc2a84b..09b4a29ae7 100644 --- a/anda/tools/fuc/fuc.spec +++ b/anda/tools/fuc/fuc.spec @@ -8,11 +8,11 @@ URL: https://github.com/SUPERCILEX/fuc Source0: https://raw.githubusercontent.com/SUPERCILEX/fuc/%{version}/README.md Source1: https://raw.githubusercontent.com/SUPERCILEX/fuc/%{version}/LICENSE %ifarch x86_64 -Source2: %{url}/releases/download/%{version}/rmz-x86_64-unknown-linux-gnu -Source3: %{url}/releases/download/%{version}/cpz-x86_64-unknown-linux-gnu +Source2: %{url}/releases/download/%{version}/x86_64-unknown-linux-gnu-rmz +Source3: %{url}/releases/download/%{version}/x86_64-unknown-linux-gnu-cpz %elifarch aarch64 -Source2: %{url}/releases/download/%{version}/rmz-aarch64-unknown-linux-gnu -Source3: %{url}/releases/download/%{version}/cpz-aarch64-unknown-linux-gnu +Source2: %{url}/releases/download/%{version}/aarch64-unknown-linux-gnu-rmz +Source3: %{url}/releases/download/%{version}/aarch64-unknown-linux-gnu-cpz %endif License: Apache-2.0 Requires: cpz rmz @@ -60,7 +60,3 @@ install -Dm755 %{SOURCE3} %{buildroot}/usr/bin/cpz %doc README.md %license LICENSE /usr/bin/cpz - -%changelog -* Wed Jan 18 2023 windowsboy111 - 1.1.3-1 -- Initial package