Skip to content

Commit

Permalink
patch: sbctl (#1023)
Browse files Browse the repository at this point in the history
* add sbctl

* Fix issue with kernel-install script

---------

Signed-off-by: Cappy Ishihara <[email protected]>
(cherry picked from commit 3436761)
  • Loading branch information
korewaChino authored and raboneko committed May 10, 2024
1 parent 16fae52 commit e5c500c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion anda/tools/sbctl/sbctl.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -25,7 +29,8 @@ needs to be signed in the boot chain.


%prep
%setup -q
%autosetup -p1

sed -i '/go build/d' Makefile


Expand Down

0 comments on commit e5c500c

Please sign in to comment.