From 1b75c70fbe568a03dfed9fc82833d9daa572fa20 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 5 Dec 2024 22:27:14 +0100 Subject: [PATCH] added requires(post) for grep and findutils [release 105-3mamba;Thu Dec 05 2024] --- dracut.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dracut.spec b/dracut.spec index fc863bd..0fa7f6a 100644 --- a/dracut.spec +++ b/dracut.spec @@ -1,6 +1,6 @@ Name: dracut Version: 105 -Release: 2mamba +Release: 3mamba Summary: Generic, modular initramfs generation tool that can be used across various distributions Group: System/Kernel and Hardware Vendor: openmamba @@ -34,6 +34,8 @@ Requires: dhcp-client Requires: dmraid Requires: eject Requires: file +Requires: findutils +Requires: grep Requires: kexec-tools Requires: keyutils Requires: kmod @@ -70,6 +72,8 @@ Requires: /sbin/reboot Requires: /sbin/poweroff Requires: /sbin/halt Requires(post): filesystem >= 2.3-10mamba +Requires(post): findutils +Requires(post): grep Requires(post): systemd >= 2:255 Provides: mkinitramfs Obsoletes: mkinitramfs < 054 @@ -409,6 +413,9 @@ fi #%doc NEWS README README.generic README.kernel README.modules TODO %changelog +* Thu Dec 05 2024 Silvan Calarco 105-3mamba +- added requires(post) for grep and findutils + * Sun Oct 20 2024 Silvan Calarco 105-2mamba - move required shell-interpreter module from extras to main package