public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/akmods] f44: Enforce jq for bootctl
@ 2026-07-29  9:48 Nicolas Chauvet
  0 siblings, 0 replies; only message in thread
From: Nicolas Chauvet @ 2026-07-29  9:48 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/akmods
Branch : f44
Commit : 3979c172b8067de5246f18cc2be1ddb9c1420f72
Author : Nicolas Chauvet <kwizart@gmail.com>
Date   : 2026-07-29T11:35:57+02:00
Stats  : +3/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/akmods/c/3979c172b8067de5246f18cc2be1ddb9c1420f72?branch=f44

Log:
Enforce jq for bootctl

---
diff --git a/akmods.spec b/akmods.spec
index 88d3cef..bf43f56 100644
--- a/akmods.spec
+++ b/akmods.spec
@@ -79,10 +79,10 @@ Requires(postun): systemd
 Requires: pkgconfig(libelf)
 
 # We need grubby or systemd-boot to know the default kernel
-# On EL7 assumes grubby is there by default - rhbz#2124086
-%if 0%{?fedora} || 0%{?rhel} > 7
 Requires: (grubby or sdubby)
-%endif
+# If using bootctl there is a need to enforce jq to parse the result
+Requires: (jq if sdubby)
+
 
 %description
 Akmods startup script will rebuild akmod packages during system

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-29  9:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-29  9:48 [rpms/akmods] f44: Enforce jq for bootctl Nicolas Chauvet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox