Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
libvirt
Commits:
56f300f3 by Frederik Schwan at 2026-01-15T11:09:58+01:00
upgpkg: 1:12.0.0-1
- - - - -
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 = 11.10.0
- pkgrel = 2
+ pkgver = 12.0.0
+ pkgrel = 1
epoch = 1
url = https://libvirt.org/
arch = x86_64
@@ -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.10.0
- sha256sums =
24e5e20169037352cd9f2a53f0a3b02f585464727731cda2e61f9bd487928631
+ source = git+https://gitlab.com/libvirt/libvirt.git#tag=v12.0.0
+ sha256sums =
00d3df8f165b52d5c1b1f36a3b90bf50d309f2317482e56bbec633ec45442001
pkgname = libvirt
- provides = libvirt=11.10.0
+ provides = libvirt=12.0.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.10.0
+ depends = libvirt=12.0.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.10.0
+ depends = libvirt=12.0.0
depends = gcc-libs
depends = glib2
depends = glibc
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
epoch=1
-pkgver=11.10.0
-pkgrel=2
+pkgver=12.0.0
+pkgrel=1
pkgdesc="API for controlling virtualization engines
(openvz,kvm,qemu,virtualbox,xen,etc)"
arch=('x86_64')
url="https://libvirt.org/"
@@ -130,7 +130,7 @@ backup=(
source=(
"git+https://gitlab.com/libvirt/libvirt.git#tag=v${pkgver}"
)
-sha256sums=('24e5e20169037352cd9f2a53f0a3b02f585464727731cda2e61f9bd487928631')
+sha256sums=('00d3df8f165b52d5c1b1f36a3b90bf50d309f2317482e56bbec633ec45442001')
prepare() {
cd ${pkgname}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libvirt/-/commit/56f300f34cc934fbdef1cacc1e0671b5a18af934
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libvirt/-/commit/56f300f34cc934fbdef1cacc1e0671b5a18af934
You're receiving this email because of your account on gitlab.archlinux.org.