Skip to content

main/doas-sudo-shim: provide sudo-virt

Adam requested to merge (removed):doas-sudo-shim-provide-sudo-virt into master

Attempting to replace sudo with doas-sudo-shim on a system with packages that depend on sudo-virt results in error. I am experiencing this on postmarketos, but I believe the postmarketos-base package is doing the right thing by depending on a -virt package instead of a cmd:, and the appropriate fix is for shim to provide the virt package, right? It seems like that's standard in Alpine.

ERROR: unable to select packages:
  sudo-1.9.13_p3-r2:
    conflicts: doas-sudo-shim-0.1.1-r0[cmd:sudo=1.9.13_p3-r2]
    breaks: doas-sudo-shim-0.1.1-r0[!sudo]
    satisfies: world[sudo] postmarketos-base-26-r3[sudo-virt]
  doas-sudo-shim-0.1.1-r0:
    conflicts: sudo-1.9.13_p3-r2[cmd:sudo=0.1.1-r0]
    satisfies: world[doas-sudo-shim]

Merge request reports