~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH] community/os-prober: add missing blkid and grub-mount dependencies

Caleb Malchik <cm@sdf.org>
Details
Message ID
<20230319225550.3241-1-cm@sdf.org>
DKIM signature
missing
Download raw message
Patch: +3 -2
From: Peter Shkenev <santurysim@gmail.com>

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 <bribbers@disroot.org>
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
Caleb Malchik <cm@sdf.org>
Details
Message ID
<ZBedUreOgeliT3Yq@styx.my.domain>
In-Reply-To
<20230319225550.3241-1-cm@sdf.org> (view parent)
DKIM signature
missing
Download raw message
This patch is meant to be applied to the 3.17-stable branch, backporting
a fix from edge.

Please let me know if there's a better way to do this; I thought the
branch would show up in the email generated by git.

-- Caleb
Details
Message ID
<ZBmbdY3gZwZ+4lGg@60102fbddae7>
In-Reply-To
<20230319225550.3241-1-cm@sdf.org> (view parent)
DKIM signature
missing
Download raw message
On Sun, Mar 19, 2023 at 06:55:51PM -0400, Caleb Malchik wrote:
> From: Peter Shkenev <santurysim@gmail.com>
> 
> 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 <bribbers@disroot.org>
>  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
Reply to thread Export thread (mbox)