Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
libvirt
Commits:
2f9b3c05 by Frederik Schwan at 2025-12-01T16:04:33+01:00
upgpkg: 1:11.10.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libvirt
pkgdesc = API for controlling virtualization engines
(openvz,kvm,qemu,virtualbox,xen,etc)
- pkgver = 11.9.0
+ pkgver = 11.10.0
pkgrel = 1
epoch = 1
url = https://libvirt.org/
@@ -110,11 +110,11 @@ pkgbase = libvirt
backup = etc/logrotate.d/libvirtd.lxc
backup = etc/logrotate.d/libvirtd.qemu
backup = etc/sasl2/libvirt.conf
- source = git+https://gitlab.com/libvirt/libvirt.git#tag=v11.9.0
- sha256sums =
44bb37813d27c2bc3a53b8d9e1ac74a197a6e4c10a7ff1f2a8717aa89a5e19bd
+ source = git+https://gitlab.com/libvirt/libvirt.git#tag=v11.10.0
+ sha256sums =
24e5e20169037352cd9f2a53f0a3b02f585464727731cda2e61f9bd487928631
pkgname = libvirt
- provides = libvirt=11.9.0
+ provides = libvirt=11.10.0
provides = libvirt.so
provides = libvirt-admin.so
provides = libvirt-lxc.so
@@ -122,7 +122,7 @@ pkgname = libvirt
pkgname = libvirt-storage-gluster
pkgdesc = Libvirt Gluster storage backend
- depends = libvirt=11.9.0
+ depends = libvirt=11.10.0
depends = gcc-libs
depends = glib2
depends = glibc
@@ -132,7 +132,7 @@ pkgname = libvirt-storage-gluster
pkgname = libvirt-storage-iscsi-direct
pkgdesc = Libvirt iSCSI-direct storage backend
- depends = libvirt=11.9.0
+ depends = libvirt=11.10.0
depends = gcc-libs
depends = glib2
depends = glibc
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
epoch=1
-pkgver=11.9.0
+pkgver=11.10.0
pkgrel=1
pkgdesc="API for controlling virtualization engines
(openvz,kvm,qemu,virtualbox,xen,etc)"
arch=('x86_64')
@@ -130,7 +130,7 @@ backup=(
source=(
"git+https://gitlab.com/libvirt/libvirt.git#tag=v${pkgver}"
)
-sha256sums=('44bb37813d27c2bc3a53b8d9e1ac74a197a6e4c10a7ff1f2a8717aa89a5e19bd')
+sha256sums=('24e5e20169037352cd9f2a53f0a3b02f585464727731cda2e61f9bd487928631')
prepare() {
cd ${pkgname}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libvirt/-/commit/2f9b3c05f58a12ac2fb974e14d99ee7a6916862d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libvirt/-/commit/2f9b3c05f58a12ac2fb974e14d99ee7a6916862d
You're receiving this email because of your account on gitlab.archlinux.org.