patch: sbctl (#1023) (#1247)

* add sbctl

* Fix issue with kernel-install script

---------

Signed-off-by: Cappy Ishihara <cappy@cappuchino.xyz>
(cherry picked from commit 343676175e)

Co-authored-by: Cappy Ishihara <cappy@cappuchino.xyz>
This commit is contained in:
Raboneko
2024-05-10 04:01:24 -07:00
committed by GitHub
parent 16fae52da2
commit db0f004f3f
+6 -1
View File
@@ -7,6 +7,10 @@ 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
@@ -25,7 +29,8 @@ needs to be signed in the boot chain.
%prep
%setup -q
%autosetup -p1
sed -i '/go build/d' Makefile