From 8c291862b628f0431797a1879650008e01acd7a0 Mon Sep 17 00:00:00 2001 From: Dylan Van Assche Date: Sun, 4 Sep 2022 12:58:08 +0200 Subject: [PATCH] main/postmarketos-base: add replace for busybox-openrc (MR 3400) Alpine refactored the Busybox APKBUILD which resulted into a few renamings like busybox-initscripts to busybox-openrc. See https://gitlab.alpinelinux.org/alpine/aports/-/commit/8b30ff10ab691ce8380423c551dd9c327a5a1f9a --- main/postmarketos-base/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main/postmarketos-base/APKBUILD b/main/postmarketos-base/APKBUILD index a044e2a13..93bd239f8 100644 --- a/main/postmarketos-base/APKBUILD +++ b/main/postmarketos-base/APKBUILD @@ -1,6 +1,6 @@ pkgname=postmarketos-base pkgver=21 -pkgrel=1 +pkgrel=2 pkgdesc="Meta package for minimal postmarketOS base" url="https://postmarketos.org" arch="noarch" @@ -22,13 +22,14 @@ subpackages=" " options="!check" -# alpine-base can be removed from here after 23.01 is out +# alpine-base and busybox-initscripts can be removed from here after 23.01 is out replaces=" alpine-base alpine-baselayout alpine-baselayout-data alpine-release busybox-initscripts + busybox-openrc openrc sudo "