Skip to content

Commit

Permalink
ci(dist): add missing golang BR
Browse files Browse the repository at this point in the history
This is definitely needed for building a Go module :-) While it may be
automatically provided by the Go macros, unconditionally add it to ease
the maintenance.

The version specified is the same currently required by the build
system.

Signed-off-by: Pino Toscano <[email protected]>
  • Loading branch information
ptoscano authored and subpop committed Nov 13, 2023
1 parent 857840e commit 8579c46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/srpm/yggdrasil.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ BuildRequires: meson
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(bash-completion)
BuildRequires: golang >= 1.18

%description %{common_description}

Expand Down

0 comments on commit 8579c46

Please sign in to comment.