Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / dracut
Commits: 3a77b2d9 by Robin Candau at 2026-02-27T18:09:26+01:00 upgpkg: 110-2: Move cpio back to (hard) dependency Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/dracut/-/issues/16 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = dracut pkgdesc = An event driven initramfs infrastructure pkgver = 110 - pkgrel = 1 + pkgrel = 2 url = https://github.com/dracut-ng/dracut-ng arch = x86_64 license = GPL-2.0-or-later @@ -10,6 +10,7 @@ pkgbase = dracut makedepends = git makedepends = rust depends = bash + depends = cpio depends = coreutils depends = filesystem depends = findutils @@ -29,7 +30,6 @@ pkgbase = dracut optdepends = bzip2: bzip2 compression optdepends = cifs-utils: support CIFS optdepends = connman: support for connman networking - optdepends = cpio: support cpio archive generation optdepends = cryptsetup: support for encrypted with LUKS filesystems optdepends = dash: allows use of dash (on your own risk) optdepends = dbus: dbus-daemon dracut module ===================================== PKGBUILD ===================================== @@ -2,13 +2,14 @@ # Maintainer: Frederik Schwan <[email protected]> pkgname=dracut pkgver=110 -pkgrel=1 +pkgrel=2 pkgdesc="An event driven initramfs infrastructure" arch=('x86_64') url="https://github.com/dracut-ng/dracut-ng" license=('GPL-2.0-or-later') depends=( 'bash' + 'cpio' 'coreutils' 'filesystem' 'findutils' @@ -36,7 +37,6 @@ optdepends=( 'bzip2: bzip2 compression' 'cifs-utils: support CIFS' 'connman: support for connman networking' - 'cpio: support cpio archive generation' 'cryptsetup: support for encrypted with LUKS filesystems' 'dash: allows use of dash (on your own risk)' 'dbus: dbus-daemon dracut module' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dracut/-/commit/3a77b2d9f3e5b78eaffd69b08ba031fbfe2aee39 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dracut/-/commit/3a77b2d9f3e5b78eaffd69b08ba031fbfe2aee39 You're receiving this email because of your account on gitlab.archlinux.org.
