mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/libvirt to 5.3.0-1
This commit is contained in:
parent
1a7f047576
commit
203aa2436c
3 changed files with 4 additions and 16 deletions
|
@ -8,7 +8,7 @@
|
|||
# - removed qemu makedepend
|
||||
|
||||
pkgname=libvirt
|
||||
pkgver=5.2.0
|
||||
pkgver=5.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||
arch=('x86_64')
|
||||
|
@ -51,6 +51,7 @@ backup=('etc/conf.d/libvirt-guests'
|
|||
'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
|
||||
'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
|
||||
'etc/libvirt/nwfilter/qemu-announce-self.xml'
|
||||
'etc/libvirt/nwfilter/clean-traffic-gateway.xml'
|
||||
'etc/libvirt/qemu-lockd.conf'
|
||||
'etc/libvirt/qemu.conf'
|
||||
'etc/libvirt/qemu/networks/default.xml'
|
||||
|
@ -59,21 +60,18 @@ backup=('etc/conf.d/libvirt-guests'
|
|||
'etc/logrotate.d/libvirtd'
|
||||
'etc/logrotate.d/libvirtd.lxc'
|
||||
'etc/logrotate.d/libvirtd.qemu'
|
||||
'etc/logrotate.d/libvirtd.uml'
|
||||
'etc/sasl2/libvirt.conf')
|
||||
install="libvirt.install"
|
||||
|
||||
options=('emptydirs')
|
||||
validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
|
||||
source=("https://libvirt.org/sources/${pkgname}-${pkgver}.tar.xz"{,.asc}
|
||||
'libvirtd.conf.d'
|
||||
'libvirtd-guests.conf.d'
|
||||
'libvirt.sysusers.d')
|
||||
sha512sums=('378dc1552263cce746117487abc0a1f3411e5be149331717158ba23825734ceae7ca474290264d71de798fdd089ad9672026bcb242fa5b3aef87294284d06f04'
|
||||
sha512sums=('de3888d448463ff1d981e8dcf1aaed39c8215c368d133ed03b8cc5d7e05a77d385287d388d9db109df21df9bf348a14e7c654ca509d41addaadaa199d16b162e'
|
||||
'SKIP'
|
||||
'fc0e16e045a2c84d168d42c97d9e14ca32ba0d86025135967f4367cf3fa663882eefb6923ebf04676ae763f4f459e5156d7221b36b47c835f9e531c6b6e0cd9d'
|
||||
'ef221bae994ad0a15ab5186b7469132896156d82bfdc3ef3456447d5cf1af347401ef33e8665d5b2f76451f5457aee7ea01064d7b9223d6691c90c4456763258'
|
||||
'519a9f245bed077137a1b01dec07a178885ac2527b47a1bd883bbb908bf9b4fa0c039525600e09f7db636f8849870fe2ce8ffe5b75532ff9d3fa1a91115875f8')
|
||||
'7d1d535aaf739a6753f6819c49272c8d9b5f488e0a8553797499334a76b8631474e222b6048f2125b858e5ecc21e602face45dd02121f833d605b9ae58322982')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
post_install() {
|
||||
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"
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
echo ">>> You may need to run 'rm -rf ~/.libvirt'"
|
||||
}
|
|
@ -1,2 +1 @@
|
|||
g libvirt - -
|
||||
g tss - -
|
||||
|
|
Loading…
Reference in a new issue