mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/libvirt to 1.2.21-1
This commit is contained in:
parent
c27acf1af6
commit
200dc7e4eb
2 changed files with 4 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
|||
# - removed qemu makedepend
|
||||
|
||||
pkgname=libvirt
|
||||
pkgver=1.2.20
|
||||
pkgrel=3
|
||||
pkgver=1.2.21
|
||||
pkgrel=1
|
||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://libvirt.org/"
|
||||
|
@ -68,7 +68,7 @@ source=("http://libvirt.org/sources/$pkgname-$pkgver.tar.gz"
|
|||
libvirtd.conf.d
|
||||
libvirtd-guests.conf.d
|
||||
libvirt.tmpfiles.d)
|
||||
md5sums=('b1058b8062a9b76f55928ce87eb0f5fe'
|
||||
md5sums=('76ab39194302b9067332e1f619c8bad9'
|
||||
'5e31269067dbd12ca871234450bb66bb'
|
||||
'384fff96c6248d4f020f6fa66c32b357'
|
||||
'020971887442ebbf1b6949e031c8dd3f')
|
||||
|
|
|
@ -4,6 +4,7 @@ _libvirt_setup() {
|
|||
|
||||
post_install() {
|
||||
_libvirt_setup || return 1
|
||||
groupadd -f libvirt
|
||||
echo ">>> libvirt runs qemu from nobody:kvm by default"
|
||||
echo ">>> change the USER if desired in /etc/libvirt/qemu.conf"
|
||||
echo ">>> See https://wiki.archlinux.org/index.php/Libvirt for more info"
|
||||
|
|
Loading…
Reference in a new issue