dracut: Update to 059

The package has been moved to GitHub and is no longer releasing tarballs
on kernel.org.

It also requires sulogin.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2023-09-21 20:08:14 +00:00
parent 8e80043691
commit a147811283
1 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,7 @@
###############################################################################
name = dracut
version = 056
version = 059
release = 1
groups = System/Boot
@ -16,8 +16,7 @@ description
dracut is a new, event-driven initramfs infrastructure based around udev.
end
source_dl = https://www.kernel.org/pub/linux/utils/boot/dracut/
sources = %{thisapp}.tar.xz
source_dl = https://github.com/dracutdevs/dracut/archive/refs/tags/%{version}.tar.gz#/
build
requires
@ -100,6 +99,9 @@ packages
util-linux
which
zstd
# Shell Commands
/usr/sbin/sulogin
end
end