public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/dracut] f45: build: add Requires: kbd for i18n
@ 2026-09-09 23:56 Pavel Valena
0 siblings, 0 replies; only message in thread
From: Pavel Valena @ 2026-09-09 23:56 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/dracut
Branch : f45
Commit : 36f6ba7bedc21d3f3154ef01aba8b9e7ff7457a3
Author : Pavel Valena <pvalena@redhat.com>
Date : 2026-09-10T01:54:22+02:00
Stats : +6/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/dracut/c/36f6ba7bedc21d3f3154ef01aba8b9e7ff7457a3?branch=f45
Log:
build: add Requires: kbd for i18n
Resolves: rhbz#2529572
From-source-git-commit: 1cefa78c2f88992ead99a4175af8ce3648435c59
---
diff --git a/dracut.spec b/dracut.spec
index cce388d..9419da2 100644
--- a/dracut.spec
+++ b/dracut.spec
@@ -8,7 +8,7 @@
Name: dracut
Version: 111
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Initramfs generator using udev
@@ -124,6 +124,8 @@ Requires: cpio
Requires: filesystem >= 2.1.0
Requires: findutils
Requires: grep
+# Used to be required by systemd; needed for i18n
+Requires: kbd
Requires: kmod
Requires: sed
# Used as default initramfs compression algorithm
@@ -535,6 +537,9 @@ echo 'dracut_rescue_image="yes"' > $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/
%{_prefix}/lib/kernel/install.d/51-dracut-rescue.install
%changelog
+* Wed Sep 09 2026 Pavel Valena <pvalena@redhat.com> - 111-4
+- build: add Requires: kbd for i18n
+
* Fri Sep 11 2026 Hans de Goede <johannes.goede@oss.qualcomm.com> - 111-3
- fix(drm): add leds-qcom-lpg to aarch64 specific modules needed by drm
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-09 23:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-09 23:56 [rpms/dracut] f45: build: add Requires: kbd for i18n Pavel Valena
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox