David Runge pushed to branch main at Arch Linux / Packaging / Packages / libguestfs
Commits: fe37b0eb by David Runge at 2026-07-11T10:39:57+02:00 Add rpm-tools as optional dependency for librpm support in libguests Signed-off-by: David Runge <[email protected]> - - - - - 6f91f596 by David Runge at 2026-07-11T11:03:05+02:00 upgpkg: 1.60.0-2 Rebuild to add optional support for librpm (via rpm-tools). - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = libguestfs pkgdesc = Access and modify virtual machine disk images pkgver = 1.60.0 - pkgrel = 1 + pkgrel = 2 url = https://libguestfs.org/ arch = x86_64 license = GPL-2.0-or-later @@ -57,6 +57,7 @@ pkgbase = libguestfs makedepends = pciutils makedepends = procps-ng makedepends = psmisc + makedepends = rpm-tools makedepends = rsync makedepends = squashfs-tools makedepends = strace @@ -158,6 +159,7 @@ pkgname = libguestfs optdepends = pciutils: for PCI bus support in the VM appliance optdepends = procps-ng: for system monitoring support in the VM appliance optdepends = psmisc: for procfs support in the VM appliance + optdepends = rpm-tools: for librpm support in the VM appliance optdepends = rsync: for rsync support in the VM appliance optdepends = squashfs-tools: for squashfs support in the VM appliance optdepends = strace: for tracing support in the VM appliance ===================================== PKGBUILD ===================================== @@ -18,7 +18,7 @@ pkgname=( ruby-libguestfs ) pkgver=1.60.0 -pkgrel=1 +pkgrel=2 pkgdesc="Access and modify virtual machine disk images" arch=(x86_64) url="https://libguestfs.org/" @@ -55,6 +55,7 @@ _appliancedeps=( pciutils procps-ng psmisc + rpm-tools rsync squashfs-tools strace @@ -220,6 +221,7 @@ package_libguestfs() { 'pciutils: for PCI bus support in the VM appliance' 'procps-ng: for system monitoring support in the VM appliance' 'psmisc: for procfs support in the VM appliance' + 'rpm-tools: for librpm support in the VM appliance' 'rsync: for rsync support in the VM appliance' 'squashfs-tools: for squashfs support in the VM appliance' 'strace: for tracing support in the VM appliance' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libguestfs/-/compare/3f1598b7302b4c20d7fb2ffad6b37636d3036037...6f91f596c5ed7726eedd372766dc79d252cd9e83 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libguestfs/-/compare/3f1598b7302b4c20d7fb2ffad6b37636d3036037...6f91f596c5ed7726eedd372766dc79d252cd9e83 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
