From 7573f5fce48261a3475dc7be6a7ea5841a7a8cfe Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Tue, 17 Nov 2020 15:49:17 +0100 Subject: [PATCH] main/postmarketos-mkinitfs: workaround for not being able to find provider of kpartx (MR 1732) Because of https://gitlab.alpinelinux.org/alpine/apk-tools/-/issues/10725, cmd:kpartx can not be found. That bug obviously needs to be fixed, but let's workaround it for now by just depending on the package that provides it. --- main/postmarketos-mkinitfs/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/postmarketos-mkinitfs/APKBUILD b/main/postmarketos-mkinitfs/APKBUILD index 96c014f52..2adf93c61 100644 --- a/main/postmarketos-mkinitfs/APKBUILD +++ b/main/postmarketos-mkinitfs/APKBUILD @@ -1,14 +1,14 @@ # Maintainer: Oliver Smith pkgname=postmarketos-mkinitfs pkgver=0.16 -pkgrel=0 +pkgrel=1 pkgdesc="Tool to generate initramfs images for postmarketOS" url="https://postmarketos.org" depends=" busybox-extras bzip2 charging-sdl - cmd:kpartx + multipath-tools cryptsetup device-mapper e2fsprogs