diff --git a/dracut.spec b/dracut.spec index 1b65a60..3e069da 100644 --- a/dracut.spec +++ b/dracut.spec @@ -1,6 +1,6 @@ Name: dracut Version: 049 -Release: 5mamba +Release: 6mamba Summary: Generic, modular initramfs generation tool that can be used across various distributions Group: System/Kernel and Hardware Vendor: openmamba @@ -29,6 +29,8 @@ Patch24: dracut-049-squash-live-systemd-240.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: ldconfig +BuildRequires: libkmod-devel ## AUTOBUILDREQ-END BuildRequires: %{_bindir}/xsltproc BuildRequires: dash @@ -59,7 +61,6 @@ Requires: eject Requires: mdadm Requires: isomd5sum Requires: binutils -Requires: prelink Requires: /bin/pidof Requires: /sbin/reboot Requires: /sbin/poweroff @@ -397,6 +398,9 @@ fi #%doc NEWS README README.generic README.kernel README.modules TODO %changelog +* Mon Dec 09 2019 Silvan Calarco 049-6mamba +- prelink no longer required + * Sat May 25 2019 Silvan Calarco 049-5mamba - remove old custom 99squash-live module; will use upstream 90dmsquash-live instead