system/virt-manager: Updated for version 1.2.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
5c56ca4770
commit
d066ad9ce2
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue