patch: sbctl (#1023)

* add sbctl

* Fix issue with kernel-install script

---------

Signed-off-by: Cappy Ishihara <cappy@cappuchino.xyz>
This commit is contained in:
Cappy Ishihara
2024-03-30 23:48:06 +07:00
committed by GitHub
parent bdcbacef70
commit 343676175e
+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