From 981bf4029c5aa018fda48544c8eae74028a5b339 Mon Sep 17 00:00:00 2001 From: kth5 Date: Fri, 9 Aug 2024 13:46:41 +0200 Subject: [PATCH] * update dracut to 103-1 --- dracut/.SRCINFO | 68 ++++++++++++++++++++++++++++++++++++++++++ dracut/.nvchecker.toml | 3 ++ dracut/PKGBUILD | 6 ++-- 3 files changed, 74 insertions(+), 3 deletions(-) create mode 100644 dracut/.SRCINFO create mode 100644 dracut/.nvchecker.toml diff --git a/dracut/.SRCINFO b/dracut/.SRCINFO new file mode 100644 index 0000000000..9edb6e8270 --- /dev/null +++ b/dracut/.SRCINFO @@ -0,0 +1,68 @@ +pkgbase = dracut + pkgdesc = An event driven initramfs infrastructure + pkgver = 103 + pkgrel = 1 + url = https://github.com/dracut-ng/dracut-ng + arch = x86_64 + license = GPL-2.0-or-later + makedepends = asciidoc + makedepends = bash-completion + makedepends = git + depends = bash + depends = coreutils + depends = cpio + depends = filesystem + depends = findutils + depends = gawk + depends = grep + depends = kmod + depends = pkgconf + depends = procps-ng + depends = sed + depends = systemd + depends = util-linux + optdepends = binutils: --uefi option support + optdepends = bluez: bluetooth (keyboard) + optdepends = btrfs-progs: scan for Btrfs on block devices + optdepends = busybox: allows use of busybox (on your own risk) + optdepends = bzip2: bzip2 compression + optdepends = cifs-utils: support CIFS + optdepends = connman: support for connman networking + optdepends = cryptsetup: support for encrypted with LUKS filesystems + optdepends = dash: allows use of dash (on your own risk) + optdepends = dhclient: legacy networking support + optdepends = dmraid: dmraid dracut module support + optdepends = e2fsprogs: ext2/3/4 filesystem support + optdepends = elfutils: strip binaries to reduce initramfs size + optdepends = f2fs-tools: fsfs filesystem support + optdepends = fuse3: live on NTFS (dmsquash-live-ntfs module) + optdepends = gzip: gzip compression + optdepends = iproute2: legacy networking support + optdepends = iputils: networking support + optdepends = lvm2: support Logical Volume Manager + optdepends = lzop: lzop compression + optdepends = mdadm: support MD devices, also known as software RAID devices + optdepends = multipath-tools: dmraid dracut module support + optdepends = nbd: support network block devices + optdepends = ndctl: NVDIMM support + optdepends = networkmanager: networkmanager support + optdepends = nfs-utils: support NFS + optdepends = ntfs-3g: live on NTFS (dmsquash-live-ntfs module) + optdepends = nvme-cli: NVMe-oF support (nvmf module) + optdepends = open-iscsi: support iSCSI (iscsi module) + optdepends = openssh: install ssh and scp along with config files and specified keys (ssh-client module) + optdepends = pigz: faster gzip compression + optdepends = plymouth: plymouth boot splash + optdepends = rng-tools: enable rngd service to help generating entropy early during boot + optdepends = sbsigntools: uefi_secureboot_cert/key configuration option support + optdepends = squashfs-tools: support for building a squashed initramfs + optdepends = tar: live tar image + optdepends = tpm2-tools: tpm2 support for e.g. LUKS + optdepends = xz: xz compression + provides = initramfs + backup = etc/dracut.conf + source = dracut-103::git+https://github.com/dracut-ng/dracut-ng#tag=103 + sha512sums = af696ba9ec6c48861a8e9ebca3679aac1cd35c22a1cdb29f7710cfa7ce1d77108ddbf726a77dcb9a47170fed9f21c45e286614280f0892a5aa05ddc4eac25bb5 + b2sums = f8d594e9ac7d4f0bda0f83bc781746cb559a91c0bb56d4c480660451785911477202d614311866904eaf8d6ee7d89ea2e3cd00899dd2b0a51379e2d41bac0957 + +pkgname = dracut diff --git a/dracut/.nvchecker.toml b/dracut/.nvchecker.toml new file mode 100644 index 0000000000..82bcdf898f --- /dev/null +++ b/dracut/.nvchecker.toml @@ -0,0 +1,3 @@ +[dracut] +source = "git" +git = "https://github.com/dracut-ng/dracut-ng.git" diff --git a/dracut/PKGBUILD b/dracut/PKGBUILD index c637acf41d..49b314c3fb 100644 --- a/dracut/PKGBUILD +++ b/dracut/PKGBUILD @@ -1,7 +1,7 @@ # POWER Maintainer: Alexander Baldeck # Maintainer: Giancarlo Razzolini pkgname=dracut -pkgver=102 +pkgver=103 pkgrel=1 pkgdesc="An event driven initramfs infrastructure" arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) @@ -72,8 +72,8 @@ backup=('etc/dracut.conf') source=( "${pkgname}-${pkgver}::git+${url}#tag=${pkgver}" ) -sha512sums=('1bc57ba049e05a178ad92787615187c04b0baed414d684f4091bb1bb7105fcac851525ccb260e1ad7ba834689a67cd013147215378c8187455090b7045a61a21') -b2sums=('f06a79c381d5e67a107c1e98109fe97850a294125b6afd3b81799e711f4fb02c900e7473e925837025365d773e1fd3d901d5b205c0debd36c5fd81ed4d7adc2e') +sha512sums=('af696ba9ec6c48861a8e9ebca3679aac1cd35c22a1cdb29f7710cfa7ce1d77108ddbf726a77dcb9a47170fed9f21c45e286614280f0892a5aa05ddc4eac25bb5') +b2sums=('f8d594e9ac7d4f0bda0f83bc781746cb559a91c0bb56d4c480660451785911477202d614311866904eaf8d6ee7d89ea2e3cd00899dd2b0a51379e2d41bac0957') build() { local prefix=/usr sysconfdir=/etc