community/libvirt to 1.3.1-6

This commit is contained in:
David Beauchamp 2014-09-29 09:03:04 -04:00
parent f6485ccdef
commit 5121604766
3 changed files with 17 additions and 17 deletions

View file

@ -7,7 +7,7 @@
pkgname=libvirt
pkgver=1.2.8
pkgrel=1
pkgrel=2
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
arch=('i686' 'x86_64')
url="http://libvirt.org/"
@ -61,12 +61,14 @@ backup=('etc/conf.d/libvirt-guests'
'etc/sasl2/libvirt.conf')
install="libvirt.install"
source=("http://libvirt.org/sources/$pkgname-$pkgver.tar.gz"
"3e745e8f775dfe6f64f18b5c2fe4791b35d3546b.patch::http://libvirt.org/git/?p=libvirt.git;a=patch;h=3e745e8f775dfe6f64f18b5c2fe4791b35d3546b"
libvirtd.conf.d
libvirtd-guests.conf.d
libvirt.tmpfiles.d)
md5sums=('75114991290f7c8f01dd5223431b9c00'
'3ed0e24f5b5e25bf553f5427d64915e6'
'0a96ed876ffb1fcb9dff5a9b3a609c1e'
'695e138afb1edf31bb650d4ecf2bdfe8'
'5e31269067dbd12ca871234450bb66bb'
'384fff96c6248d4f020f6fa66c32b357'
'020971887442ebbf1b6949e031c8dd3f')
prepare() {
@ -77,6 +79,8 @@ prepare() {
sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
done
patch -p1 <$srcdir/3e745e8f775dfe6f64f18b5c2fe4791b35d3546b.patch
sed -i 's|/sysconfig/|/conf.d/|g' \
daemon/libvirtd.service.in \
tools/{libvirt-guests.service,libvirt-guests.sh,virt-pki-validate}.in \

View file

@ -1,11 +1,9 @@
LIBVIRTD_STOP_ACTION=suspend
#LIBVIRTD_URI="-c qemu+ssh://user@host/system"
LIBVIRTD_URI=""
#LIBVIRTD_BYPASS_CACHE="--bypass-cache"
LIBVIRTD_BYPASS_CACHE=""
LIBVIRTD_START_DELAY=0
LIBVIRTD_SHUTDOWN_TIMEOUT=60
BYPASS_CACHE=0
CONNECT_RETRIES=10
ON_BOOT=start
ON_SHUTDOWN=suspend
PARALLEL_SHUTDOWN=0
RETRIES_SLEEP=1
SHUTDOWN_TIMEOUT=300
START_DELAY=0
URIS=default

View file

@ -1,3 +1 @@
LIBVIRTD_CONFIG="/etc/libvirt/libvirtd.conf"
LIBVIRTD_ARGS="-p /var/run/libvirtd.pid"
KRB5_KTNAME="/etc/libvirt/krb5.tab"
LIBVIRTD_ARGS=""