Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
libvirt
Commits:
eaa20a76 by Tobias Powalowski at 2026-02-15T19:34:51+01:00
upgpkg: 1:12.0.0-2: update depends to new gcc-libs split up
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libvirt
pkgdesc = API for controlling virtualization engines
(openvz,kvm,qemu,virtualbox,xen,etc)
pkgver = 12.0.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://libvirt.org/
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = libvirt
depends = curl
depends = device-mapper
depends = fuse3
- depends = gcc-libs
+ depends = libgcc
depends = glib2
depends = glibc
depends = gnutls
@@ -123,7 +123,7 @@ pkgname = libvirt
pkgname = libvirt-storage-gluster
pkgdesc = Libvirt Gluster storage backend
depends = libvirt=12.0.0
- depends = gcc-libs
+ depends = libgcc
depends = glib2
depends = glibc
depends = glusterfs
@@ -133,7 +133,7 @@ pkgname = libvirt-storage-gluster
pkgname = libvirt-storage-iscsi-direct
pkgdesc = Libvirt iSCSI-direct storage backend
depends = libvirt=12.0.0
- depends = gcc-libs
+ depends = libgcc
depends = glib2
depends = glibc
depends = libiscsi
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
epoch=1
pkgver=12.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="API for controlling virtualization engines
(openvz,kvm,qemu,virtualbox,xen,etc)"
arch=('x86_64')
url="https://libvirt.org/"
@@ -22,7 +22,7 @@ depends=(
curl
device-mapper
fuse3
- gcc-libs
+ libgcc
glib2
glibc
gnutls
@@ -222,7 +222,7 @@ package_libvirt-storage-gluster() {
pkgdesc="Libvirt Gluster storage backend"
depends=(
"libvirt=$pkgver"
- gcc-libs
+ libgcc
glib2
glibc
glusterfs
@@ -238,7 +238,7 @@ package_libvirt-storage-iscsi-direct() {
pkgdesc="Libvirt iSCSI-direct storage backend"
depends=(
"libvirt=$pkgver"
- gcc-libs
+ libgcc
glib2
glibc
libiscsi
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libvirt/-/commit/eaa20a765350d424645dee9cdb860b59876cd382
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libvirt/-/commit/eaa20a765350d424645dee9cdb860b59876cd382
You're receiving this email because of your account on gitlab.archlinux.org.