diff --git a/srcpkgs/dracut/patches/ext_crc32c_module.patch b/srcpkgs/dracut/patches/ext_crc32c_module.patch deleted file mode 100644 index 54e47ac6a14..00000000000 --- a/srcpkgs/dracut/patches/ext_crc32c_module.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- modules.d/99fs-lib/module-setup.sh.orig -+++ modules.d/99fs-lib/module-setup.sh -@@ -41,7 +41,7 @@ - include_fs_helper_modules() { - local dev=$1 fs=$2 - case "$fs" in -- xfs|btrfs) -+ xfs|btrfs|ext[234]) - instmods crc32c - ;; - f2fs) diff --git a/srcpkgs/dracut/patches/prevent_error_message.patch b/srcpkgs/dracut/patches/prevent_error_message.patch deleted file mode 100644 index ec91fb6decf..00000000000 --- a/srcpkgs/dracut/patches/prevent_error_message.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/modules.d/50drm/module-setup.sh b/modules.d/50drm/module-setup.sh -index 382f51a9..c995c2c5 100755 ---- modules.d/50drm/module-setup.sh -+++ modules.d/50drm/module-setup.sh -@@ -40,6 +40,7 @@ installkernel() { - fi - done - else -- dracut_instmods -s "drm_crtc_init" "=drivers/gpu/drm" "=drivers/staging" -+ dracut_instmods -s "drm_crtc_init" "=drivers/gpu/drm" -+ dracut_instmods -o -s "drm_crtc_init" "=drivers/staging" - fi - } diff --git a/srcpkgs/dracut/template b/srcpkgs/dracut/template index 6854e9df64b..3477366a756 100644 --- a/srcpkgs/dracut/template +++ b/srcpkgs/dracut/template @@ -1,22 +1,23 @@ # Template file for 'dracut' pkgname=dracut -version=047 -revision=5 +version=048 +revision=1 build_style=configure configure_args="--prefix=/usr --sysconfdir=/etc" hostmakedepends="asciidoc pkg-config" makedepends="libkmod-devel" depends="bash coreutils cpio psmisc" conf_files="/etc/dracut.conf" -make_dirs=" - /etc/dracut.conf.d 0755 root root - /usr/lib/dracut/dracut.conf.d 0755 root root" homepage="http://www.kernel.org/pub/linux/utils/boot/dracut/dracut.html" short_desc="A new initramfs infrastructure" maintainer="Juan RP " -license="GPL-2.0-or-later" -distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.xz" -checksum=b0afd3bdd886b2f756743c91a00a155da9df0644625b1c565c3d5ef78cd76ab2 +license="GPL-2.0-or-later, LGPL-2.0-or-later" +distfiles="${KERNEL_SITE}/utils/boot/${pkgname}/${pkgname}-${version}.tar.xz" +checksum=0750d6b71b7f95d8dfa338404372bfeb0e5c30e7fe2a21ba55c6dbf3dbcf6a79 + +make_dirs=" + /etc/dracut.conf.d 0755 root root + /usr/lib/dracut/dracut.conf.d 0755 root root" case "$XBPS_TARGET_MACHINE" in *-musl) # Add musl-fts implementation