From 202f4ce0250f11ec3151df75dca0df67108929d2 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 10 Dec 2025 20:23:39 +0100 Subject: [PATCH] systemd/dbus: rebuild with proper deps The dbus-dev package in ppc64le does not depend on systemd-dev yet, as it was not rebuilt after the initial bootstrap of the repository. See depends here: * https://pkgs.postmarketos.org/package/master/postmarketos:systemd/ppc64le/dbus-dev * https://pkgs.postmarketos.org/package/master/postmarketos:systemd/riscv64/dbus-dev Rebuild it to fix that packages building against dbus-dev fail with: Package 'libsystemd', required by 'dbus-1', not found All arches in v25.12 have the same problem, so this patch will be backported there. Long-term we will want to fix this properly, but given that the release is close, this is a good enough workaround with low risk of breaking anything. Related: pmaports issue 4156 Part-of: --- extra-repos/systemd/dbus/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra-repos/systemd/dbus/APKBUILD b/extra-repos/systemd/dbus/APKBUILD index 7eaf998e6..dfd3281f3 100644 --- a/extra-repos/systemd/dbus/APKBUILD +++ b/extra-repos/systemd/dbus/APKBUILD @@ -3,7 +3,7 @@ pkgname=dbus pkgver=9991.16.2 _pkgver=1.16.2 -pkgrel=4 +pkgrel=5 pkgdesc="Freedesktop.org message bus system" url="https://www.freedesktop.org/Software/dbus" # armhf: pmb#2618