mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libvirt to 10.1.0-1
This commit is contained in:
parent
3caade6dc0
commit
c036d880ce
2 changed files with 13 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = libvirt
|
||||
pkgdesc = API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)
|
||||
pkgver = 10.0.0
|
||||
pkgrel = 3
|
||||
pkgver = 10.1.0
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://libvirt.org/
|
||||
arch = x86_64
|
||||
|
@ -91,14 +91,14 @@ pkgbase = libvirt
|
|||
backup = etc/logrotate.d/libvirtd.lxc
|
||||
backup = etc/logrotate.d/libvirtd.qemu
|
||||
backup = etc/sasl2/libvirt.conf
|
||||
source = https://libvirt.org/sources/libvirt-10.0.0.tar.xz
|
||||
source = https://libvirt.org/sources/libvirt-10.0.0.tar.xz.asc
|
||||
source = https://libvirt.org/sources/libvirt-10.1.0.tar.xz
|
||||
source = https://libvirt.org/sources/libvirt-10.1.0.tar.xz.asc
|
||||
validpgpkeys = 453B65310595562855471199CA68BE8010084C9C
|
||||
sha256sums = 8ba2e72ec8bdd2418554a1474c42c35704c30174b7611eaf9a16544b71bcf00a
|
||||
sha256sums = 36d9077e2b0ef6b0c6df3b42e42a67411b6ce3b1564b427b55e65019dde60eed
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = libvirt
|
||||
provides = libvirt=10.0.0
|
||||
provides = libvirt=10.1.0
|
||||
provides = libvirt.so
|
||||
provides = libvirt-admin.so
|
||||
provides = libvirt-lxc.so
|
||||
|
@ -106,14 +106,14 @@ pkgname = libvirt
|
|||
|
||||
pkgname = libvirt-storage-gluster
|
||||
pkgdesc = Libvirt Gluster storage backend
|
||||
depends = libvirt=10.0.0
|
||||
depends = libvirt=10.1.0
|
||||
depends = glusterfs
|
||||
optdepends =
|
||||
backup =
|
||||
|
||||
pkgname = libvirt-storage-iscsi-direct
|
||||
pkgdesc = Libvirt iSCSI-direct storage backend
|
||||
depends = libvirt=10.0.0
|
||||
depends = libvirt=10.1.0
|
||||
depends = libiscsi
|
||||
optdepends =
|
||||
backup =
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
|
||||
pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
|
||||
epoch=1
|
||||
pkgver=10.0.0
|
||||
pkgrel=3
|
||||
pkgver=10.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||
arch=('x86_64')
|
||||
url="https://libvirt.org/"
|
||||
|
@ -86,7 +86,7 @@ backup=(
|
|||
source=(
|
||||
"https://libvirt.org/sources/$pkgname-$pkgver.tar.xz"{,.asc}
|
||||
)
|
||||
sha256sums=('8ba2e72ec8bdd2418554a1474c42c35704c30174b7611eaf9a16544b71bcf00a'
|
||||
sha256sums=('36d9077e2b0ef6b0c6df3b42e42a67411b6ce3b1564b427b55e65019dde60eed'
|
||||
'SKIP')
|
||||
validpgpkeys=('453B65310595562855471199CA68BE8010084C9C') # Jiří Denemark <jdenemar@redhat.com>
|
||||
|
||||
|
@ -145,8 +145,8 @@ package_libvirt() {
|
|||
cd "$pkgname-$pkgver"
|
||||
meson install -C build --destdir "$pkgdir"
|
||||
|
||||
mkdir "$pkgdir"/usr/lib/{sysusers,tmpfiles}.d
|
||||
echo 'g libvirt - -' > "$pkgdir/usr/lib/sysusers.d/libvirt.conf"
|
||||
mkdir -p "$pkgdir"/usr/lib/{sysusers,tmpfiles}.d
|
||||
echo 'g libvirt - -' > "$pkgdir/usr/lib/sysusers.d/libvirt-qemu.conf"
|
||||
echo 'u libvirt-qemu /var/lib/libvirt "Libvirt QEMU user"' >> "$pkgdir/usr/lib/sysusers.d/libvirt.conf"
|
||||
echo 'm libvirt-qemu kvm' >> "$pkgdir/usr/lib/sysusers.d/libvirt.conf"
|
||||
echo 'z /var/lib/libvirt/qemu 0751' > "$pkgdir/usr/lib/tmpfiles.d/libvirt.conf"
|
||||
|
|
Loading…
Reference in a new issue