Skip to content
Snippets Groups Projects
Unverified Commit a375ff04 authored by Clayton Craft's avatar Clayton Craft :speech_balloon: Committed by Casey
Browse files

systemd/systemd: move udevadm into udev subpkg

Fixes a conflict between systemd and systemd-udev where apk thinks they both provide cmd:udevadm:

ERROR: unable to select packages:
  systemd-256.11-r2:
    conflicts: systemd-udevd-256.11-r2[cmd:udevadm=256.11-r2]
  systemd-udevd-256.11-r2:
    conflicts: systemd-256.11-r2[cmd:udevadm=256.11-r2]

[ci:ignore-count]
[ci:skip-build] already built in CI

Part-of: postmarketOS/pmaports!6334
parent eb8b32bd
Branches
No related tags found
1 merge request!6334systemd: refactor apk macros and add reload/restart support
Pipeline #217641 passed
......@@ -6,7 +6,7 @@ pkgname=systemd
# currently tracking git MR
pkgver=256.11
_pkgver="musl-v${pkgver//_/-}-split-usr"
pkgrel=2
pkgrel=3
pkgdesc="System and service manager"
url="https://github.com/systemd/systemd"
arch="all !ppc64le !s390x" # blocked by pmboostrap not supporting
......@@ -259,6 +259,7 @@ udevd() {
provider_priority=100
amove etc/udev
amove usr/bin/udevadm
amove usr/lib/libudev*
amove usr/lib/systemd/system/initrd-udevadm-cleanup-db.service
amove usr/lib/systemd/system/sockets.target.wants/systemd-udev*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment