public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/dracut] rawhide: build: BuildRequire systemd-devel to dynamically detect dependencies
@ 2026-08-26 9:32 Pavel Valena
0 siblings, 0 replies; only message in thread
From: Pavel Valena @ 2026-08-26 9:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/dracut
Branch : rawhide
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=rawhide
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-26 9:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26 9:32 [rpms/dracut] rawhide: build: BuildRequire systemd-devel to dynamically detect dependencies Pavel Valena
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox