Received: from theta.ikke.info (theta.ikke.info [178.21.117.236]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 9D8692231CC for ; Tue, 21 Mar 2023 11:56:37 +0000 (UTC) Received: from 60102fbddae7 (mutt_mutt_run_c6dbda539ceb.postfix_default [192.168.80.4]) by theta.ikke.info (Postfix) with ESMTPS id 1FEAA1408D7; Tue, 21 Mar 2023 11:56:38 +0000 (UTC) Date: Tue, 21 Mar 2023 11:56:37 +0000 From: Kevin Daudt To: Caleb Malchik Cc: alpine-aports@lists.alpinelinux.org, Peter Shkenev Subject: Re: [PATCH] community/os-prober: add missing blkid and grub-mount dependencies Message-ID: References: <20230319225550.3241-1-cm@sdf.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230319225550.3241-1-cm@sdf.org> On Sun, Mar 19, 2023 at 06:55:51PM -0400, Caleb Malchik wrote: > From: Peter Shkenev > > os-prober is unable to detect other operating systems without > grub-mount. Also, it uses blkid features that are unsupported by busybox > blkid. > > (cherry picked from commit 911d58dc60edb8d2f8f27776e6c978beb273fdc5) > --- > community/os-prober/APKBUILD | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/community/os-prober/APKBUILD b/community/os-prober/APKBUILD > index 60557b1efdd..c1d0f589138 100644 > --- a/community/os-prober/APKBUILD > +++ b/community/os-prober/APKBUILD > @@ -2,10 +2,11 @@ > # Maintainer: Bart Ribbers > pkgname=os-prober > pkgver=1.81 > -pkgrel=0 > +pkgrel=1 > pkgdesc="Utility to detect other OSes on a set of drives" > url="https://joeyh.name/code/os-prober/" > -arch="all" > +arch="all !s390x" # grub-mount does not support s390x > +depends="grub-mount blkid" > license="GPL-3.0-only" > source="https://deb.debian.org/debian/pool/main/o/os-prober/os-prober_$pkgver.tar.xz" > options="!check" # No tests > -- > 2.38.4 > This was backported through https://gitlab.alpinelinux.org/alpine/aports/-/commit/75681e04170c781ff1c2542acde04330f353a8ea