summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2015-11-08 22:08:41 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-11-14 07:07:31 +0700
commitd066ad9ce286e5416f4740d9b3bae09d7599c66a (patch)
tree65aa75fdd85e16792226c69a402f29a18652423e
parent5c56ca4770513fbd9c21ebef7b3002c68fe920f8 (diff)
downloadslackbuilds-d066ad9ce286e5416f4740d9b3bae09d7599c66a.tar.gz
slackbuilds-d066ad9ce286e5416f4740d9b3bae09d7599c66a.tar.xz
system/virt-manager: Updated for version 1.2.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--system/virt-manager/README3
-rw-r--r--system/virt-manager/virt-manager.SlackBuild2
-rw-r--r--system/virt-manager/virt-manager.info6
3 files changed, 7 insertions, 4 deletions
diff --git a/system/virt-manager/README b/system/virt-manager/README
index 0bb36352eb..f2b2ee4838 100644
--- a/system/virt-manager/README
+++ b/system/virt-manager/README
@@ -6,3 +6,6 @@ To run virt-manager as a normal user, you need to configure libvirt
to have the correct permissions. Uncomment the unix_sock_group and
unix_sock_rw_perms in /etc/libvirt/libvirtd.conf and add the user to the
group libvirt uses.
+
+If you have python3 installed at build-time, this probably won't work,
+so you'll need to temporarily uninstall python3 for the build process.
diff --git a/system/virt-manager/virt-manager.SlackBuild b/system/virt-manager/virt-manager.SlackBuild
index e60f6d6dc6..76dc4702c1 100644
--- a/system/virt-manager/virt-manager.SlackBuild
+++ b/system/virt-manager/virt-manager.SlackBuild
@@ -7,7 +7,7 @@
# Lots of mods by rworkman for 1.x
PRGNAM=virt-manager
-VERSION=${VERSION:-1.2.0}
+VERSION=${VERSION:-1.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/virt-manager/virt-manager.info b/system/virt-manager/virt-manager.info
index 6dd347aa30..777e7fd2c2 100644
--- a/system/virt-manager/virt-manager.info
+++ b/system/virt-manager/virt-manager.info
@@ -1,8 +1,8 @@
PRGNAM="virt-manager"
-VERSION="1.2.0"
+VERSION="1.2.1"
HOMEPAGE="http://virt-manager.org/"
-DOWNLOAD="https://fedorahosted.org/released/virt-manager/virt-manager-1.2.0.tar.gz"
-MD5SUM="89e6c816054f3a3751100a8d79ec97c2"
+DOWNLOAD="http://virt-manager.org/download/sources/virt-manager/virt-manager-1.2.1.tar.gz"
+MD5SUM="c8045da517e7c9d8696e22970291c55e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libosinfo libvirt-glib libvirt-python gnome-python2-gconf tunctl ipaddr-py urlgrabber pygobject3 gtk-vnc spice-gtk vte3"