Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / mkosi
Commits: acf3930a by Christian Heusel at 2025-02-13T11:17:26+01:00 upgpkg: 25.3-3: Add new optdepend on socat Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/mkosi/-/issues/5 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = mkosi pkgdesc = Build Legacy-Free OS Images pkgver = 25.3 - pkgrel = 2 + pkgrel = 3 url = https://github.com/systemd/mkosi arch = any license = LGPL-2.1-or-later @@ -15,7 +15,6 @@ pkgbase = mkosi depends = python depends = python-argcomplete depends = sh - depends = socat depends = systemd optdepends = acl: for removing directories created by mkosi optdepends = apt: for creating Debian and Ubuntu images @@ -33,6 +32,7 @@ pkgbase = mkosi optdepends = qemu: for running bootable images using QEMU optdepends = sbsigntools: for UEFI SecureBoot optdepends = swtpm: for adding software TPM when running bootable images using QEMU + optdepends = socat: for running the "mkosi ssh" subcommand optdepends = systemd-ukify: for Unified Kernel Image (UKI) support optdepends = tar: for tar output format and Debian or Ubuntu images optdepends = ubuntu-keyring: for building Ubuntu images ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgname=mkosi pkgver=25.3 -pkgrel=2 +pkgrel=3 pkgdesc="Build Legacy-Free OS Images" arch=(any) url="https://github.com/systemd/mkosi" @@ -15,7 +15,6 @@ depends=( python python-argcomplete sh - socat systemd ) makedepends=( @@ -46,6 +45,7 @@ optdepends=( 'qemu: for running bootable images using QEMU' 'sbsigntools: for UEFI SecureBoot' 'swtpm: for adding software TPM when running bootable images using QEMU' + 'socat: for running the "mkosi ssh" subcommand' 'systemd-ukify: for Unified Kernel Image (UKI) support' 'tar: for tar output format and Debian or Ubuntu images' 'ubuntu-keyring: for building Ubuntu images' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mkosi/-/commit/acf3930a23dfddf97343dfd9626c50568eb7e976 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mkosi/-/commit/acf3930a23dfddf97343dfd9626c50568eb7e976 You're receiving this email because of your account on gitlab.archlinux.org.