public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Pavel Valena <pvalena@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/dracut] f45: build: BuildRequire systemd-devel to dynamically detect dependencies
Date: Thu, 27 Aug 2026 10:37:43 GMT	[thread overview]
Message-ID: <178782706320.1.8086645354584673314.rpms-dracut-6b9ddd529cc9@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/dracut
            Branch : f45
            Commit : 6b9ddd529cc9da2a2b8a0978bebddd51ca90f6eb
            Author : Pavel Valena <pvalena@redhat.com>
            Date   : 2026-08-26T11:30:43+02:00
            Stats  : +3/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/dracut/c/6b9ddd529cc9da2a2b8a0978bebddd51ca90f6eb?branch=f45

            Log:
            build: BuildRequire systemd-devel to dynamically detect dependencies

From-source-git-commit: 88f70b7f563cff4d4efeac28f839b622fbd8edcf

---
diff --git a/dracut.spec b/dracut.spec
index fb48cd1..8cf3146 100644
--- a/dracut.spec
+++ b/dracut.spec
@@ -94,6 +94,8 @@ BuildRequires: gcc
 
 BuildRequires: pkgconfig
 BuildRequires: systemd
+# For dracut-install.c sd-json support
+BuildRequires: systemd-devel
 BuildRequires: bash-completion
 BuildRequires: cargo
 BuildRequires: openssl-devel
@@ -534,6 +536,7 @@ echo 'dracut_rescue_image="yes"' > $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/
 * Thu Aug 13 2026 Pavel Valena <pvalena@redhat.com> - 111-2
 - fix(base): escape die() message in emergency hook script
 - fix(base): replace eval with safe variable indirection in splitsep and export_n
+- spec: json support for dracut-install (needed for detecting dlopen dependencies)
 
 * Mon aug 10 2026 Hans de Goede <johannes.goede@oss.qualcomm.com> - 111-2
 - feat(dracut): add module to load Qualcomm ADSP module pre-udev

                 reply	other threads:[~2026-08-27 10:37 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=178782706320.1.8086645354584673314.rpms-dracut-6b9ddd529cc9@fedoraproject.org \
    --to=pvalena@redhat.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