[arch-commits] Commit in libvirt/trunk (PKGBUILD libvirt.install)

Sergej Pupykin spupykin at archlinux.org
Fri Sep 12 13:07:30 UTC 2014


    Date: Friday, September 12, 2014 @ 15:07:30
  Author: spupykin
Revision: 118871

FS#41888

Modified:
  libvirt/trunk/PKGBUILD
  libvirt/trunk/libvirt.install

-----------------+
 PKGBUILD        |    7 ++++---
 libvirt.install |    4 ++--
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-12 12:56:38 UTC (rev 118870)
+++ PKGBUILD	2014-09-12 13:07:30 UTC (rev 118871)
@@ -15,13 +15,13 @@
 	 'iproute2' 'libnl' 'libx11' 'numactl' 'gettext')
 	# 'audit'
 makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc' 'libiscsi' 'open-iscsi')
-optdepends=('bridge-utils: for briged networking (default)'
-	    'dnsmasq: for NAT/DHCP for guests'
+optdepends=('ebtables: required for default NAT networking'
+	    'dnsmasq: required for default NAT/DHCP for guests'
+	    'bridge-utils: for brigded networking'
 	    'openbsd-netcat: for remote management over ssh'
 	    'qemu'
 	    'radvd'
 	    'dmidecode'
-	    'ebtables: for networking'
 	    'pm-utils: host power management')
 options=('emptydirs')
 backup=('etc/conf.d/libvirt-guests'
@@ -118,3 +118,4 @@
 	"$pkgdir"/etc/sysconfig \
 	"$pkgdir"/etc/rc.d
 }
+

Modified: libvirt.install
===================================================================
--- libvirt.install	2014-09-12 12:56:38 UTC (rev 118870)
+++ libvirt.install	2014-09-12 13:07:30 UTC (rev 118871)
@@ -10,6 +10,6 @@
 post_upgrade() {
   _libvirt_setup || return 1
   echo ">>> You may need to run 'rm -rf ~/.libvirt'"
-  echo ">>> libvirt runs qemu from nobody:nobody by default"
-  echo ">>> change it in /etc/libvirt/qemu.conf"
+  echo ">>> libvirt runs qemu from nobody:kvm by default"
+  echo ">>> change the USER if desired in /etc/libvirt/qemu.conf"
 }




More information about the arch-commits mailing list