libvirt: update to 3.1.0
This commit is contained in:
parent
2775305f04
commit
fc0635f8c1
|
@ -2796,4 +2796,6 @@ libomxdynamicloader.so.0 libomxil-bellagio-0.9.3_1
|
|||
libomxaudio_effects.so.0 libomxil-bellagio-0.9.3_1
|
||||
libomxclocksrc.so.0 libomxil-bellagio-0.9.3_1
|
||||
libomxvideosched.so.0 libomxil-bellagio-0.9.3_1
|
||||
|
||||
libnss_libvirt_guest.so.2 libvirt-3.1.0_1
|
||||
libvirt-admin.so.0 libvirt-3.1.0_1
|
||||
libnss_libvirt.so.2 libvirt-3.1.0_1
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec logger -t libvirtd -p daemon.info
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libvirt'
|
||||
pkgname=libvirt
|
||||
version=2.3.0
|
||||
revision=2
|
||||
version=3.1.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-hal --with-storage-lvm --with-qemu-user=libvirt
|
||||
--with-qemu-group=libvirt --without-netcf --with-interface --disable-static"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="https://libvirt.org"
|
||||
license="LGPL-2.1"
|
||||
distfiles="https://libvirt.org/sources/${pkgname}-${version}.tar.xz"
|
||||
checksum=e430e69b27d3f6c97255e638617b59b179618d531d81ac7dfe0783a1c1eeafd1
|
||||
checksum="7879029a0fcac4e58dbeec66f0bc77771565c4b6667212c8f6251eefb03732a9"
|
||||
|
||||
# FIX https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701649
|
||||
system_accounts="libvirt"
|
||||
|
|
Loading…
Reference in New Issue