public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nicolas Chauvet <kwizart@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/akmods] rawhide: Enforce jq for bootctl
Date: Wed, 29 Jul 2026 09:36:10 GMT	[thread overview]
Message-ID: <178531777061.1.1760026532563643352.rpms-akmods-3979c172b806@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/akmods
Branch : rawhide
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=rawhide

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

                 reply	other threads:[~2026-07-29  9:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178531777061.1.1760026532563643352.rpms-akmods-3979c172b806@fedoraproject.org \
    --to=kwizart@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox