From 3f1e4c1a0a6e82ac7e3a647b548124b9b7d676f2 Mon Sep 17 00:00:00 2001 From: madomado Date: Fri, 10 May 2024 22:55:37 +0800 Subject: [PATCH] fix: sbctl (#1248) Signed-off-by: madomado (cherry picked from commit 21443e086a80c421586c6bbb534ddeefda467628) --- anda/tools/sbctl/sbctl.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/anda/tools/sbctl/sbctl.spec b/anda/tools/sbctl/sbctl.spec index 5a8cecae40..7fc8fef57a 100644 --- a/anda/tools/sbctl/sbctl.spec +++ b/anda/tools/sbctl/sbctl.spec @@ -7,10 +7,6 @@ License: MIT URL: https://github.com/Foxboron/sbctl Source0: https://github.com/Foxboron/sbctl/releases/download/%{version}/sbctl-%{version}.tar.gz -# Fixes https://github.com/Foxboron/sbctl/issues/293, allowing kernel-install to work properly with Fedora -Patch1: https://patch-diff.githubusercontent.com/raw/Foxboron/sbctl/pull/294.patch - - ExclusiveArch: %{golang_arches} Requires: binutils @@ -86,4 +82,4 @@ fi - Update to version 0.9 * Thu Jan 27 2022 Andrew Gunnerson - 0.8-1 -- Initial release \ No newline at end of file +- Initial release