Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (72e792ac0157113b263c589ef6ab8e36888e77c7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (72e792ac0157113b263c589ef6ab8e36888e77c7)
  • Date: Tue, 17 Nov 2009 10:25:28 -0600

GIT changes to master grimoire by Andraž Levstik
<ruskie+2054d253 AT codemages.net>:

dev/null |binary
libs/libvirt/CONFIGURE | 33 +++++++++++++++-
libs/libvirt/DEPENDS | 47
+++++++++++++++++------
libs/libvirt/DETAILS | 5 --
libs/libvirt/HISTORY | 7 +++
libs/libvirt/PRE_SUB_DEPENDS | 5 ++
libs/libvirt/SUB_DEPENDS | 6 ++
libs/libvirt/libvirt-0.4.6.tar.gz.sig | 0
python-pypi/virtinst/DEPENDS | 3 -
python-pypi/virtinst/DETAILS | 5 +-
python-pypi/virtinst/HISTORY | 4 +
python-pypi/virtinst/virtinst-0.400.1.tar.gz.sig | 0
utils/virt-manager/DEPENDS | 15 +------
utils/virt-manager/DETAILS | 4 -
utils/virt-manager/HISTORY | 4 +
utils/virt-manager/virt-manager-0.6.1.tar.gz.sig | 0
x11/virt-viewer/DEPENDS | 5 +-
x11/virt-viewer/DETAILS | 4 -
x11/virt-viewer/HISTORY | 4 +
x11/virt-viewer/virt-viewer-0.0.3.tar.gz.sig | 0
20 files changed, 115 insertions(+), 36 deletions(-)

New commits:
commit 1b07c2718f581a92026a2eadd732bbaf4620308d
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

virt-manager: updated to 0.8.0

commit 89344cb250ab7a38dde15ac76e38d6d5967bb7b0
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

virt-viewer: updated to 0.2.0

commit 0a7e16dfd49fd9d7396823a00c815e8b8d279e6f
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

virtinst: update to 0.500.0

commit ee4b709ff435ed131d0daed092db48276cfc152e
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

libvirt: update to 0.7.2

diff --git a/libs/libvirt/CONFIGURE b/libs/libvirt/CONFIGURE
index 64dee42..65cc7d4 100755
--- a/libs/libvirt/CONFIGURE
+++ b/libs/libvirt/CONFIGURE
@@ -1,5 +1,34 @@
-config_query_option LIBVIRT_REMOTE 'Build remote driver support?' y \
+config_query_option LIBVIRT_OPTS 'Build mpath storage backend' y \
+ '--with-storage-mpath' '--without-storage-mpath' &&
+
+config_query_option LIBVIRT_OPTS 'Build FileSystem storage backend' y \
+ '--with-storage-fs' '--without-storage-fs' &&
+
+config_query_option LIBVIRT_OPTS 'Build virtual network driver' y \
+ '--with-network' '--without-network' &&
+
+config_query_option LIBVIRT_OPTS 'Build with QEMU/KVM support' y \
+ '--with-qemu' '--without-qemu' &&
+
+config_query_option LIBVIRT_OPTS 'Build with VMWare ESX/GSX support' y \
+ '--with-esx' '--without-esx' &&
+
+config_query_option LIBVIRT_OPTS 'Build Linux Containers(lxc) support' y \
+ '--with-lxc' '--without-lxc' &&
+
+config_query_option LIBVIRT_OPTS 'Build VirtualBox support' y \
+ '--with-vbox' '--without-vbox' &&
+
+config_query_option LIBVIRT_OPTS 'Build User Mode Linux support' y \
+ '--with-uml' '--without-uml' &&
+
+if is_depends_enabled $SPELL xen ; then
+config_query_option LIBVIRT_OPTS 'Enable Xen inotify support' y \
+ '--with-xen-inotify' '--without-xen-inotify'
+fi &&
+
+config_query_option LIBVIRT_OPTS 'Build remote driver support?' y \
'--with-remote' '--without-remote' &&

-config_query_option LIBVIRT_LIBVIRTD 'Build libvirtd support?' y \
+config_query_option LIBVIRT_OPTS 'Build libvirtd support?' y \
'--with-libvirtd' '--without-libvirtd'
diff --git a/libs/libvirt/DEPENDS b/libs/libvirt/DEPENDS
index eca969d..9b11020 100755
--- a/libs/libvirt/DEPENDS
+++ b/libs/libvirt/DEPENDS
@@ -1,7 +1,9 @@
depends gnutls &&
depends libxml2 &&
-depends python &&
depends readline &&
+depends curl &&
+depends glib2 &&
+depends gnutls &&

optional_depends avahi \
'--with-avahi' \
@@ -23,22 +25,43 @@ optional_depends iptables \
'' \
'for IP table routing support' &&

-optional_depends xen \
- '--with-xen' \
- '--without-xen' \
- 'for XEN hypervisor support' &&
-
-optional_depends kvm \
- '--with-qemu' \
- '--without-qemu' \
- 'for QEMU/KVM virtualization support' &&
+optional_depends xen-tools \
+ '--with-xen' \
+ '--without-xen' \
+ 'for Xen support' &&

optional_depends lvm \
'--with-storage-lvm' \
'--without-storage-lvm' \
- 'for Logical Volumen Management support' &&
+ 'for Logical Volume Management support' &&

optional_depends parted \
'--with-storage-disk' \
'--without-storage-disk' \
- 'for GParted partitioning backend'
+ 'for GParted partitioning backend' &&
+
+optional_depends hal \
+ '--with-hal' \
+ '--without-hal' \
+ 'HAL support' &&
+
+optional_depends devicekit \
+ '--with-devkit' \
+ '--without-devkit' \
+ 'DeviceKit support' &&
+
+optional_depends python \
+ '--with-python' \
+ '--without-python' \
+ 'Python bindings' &&
+
+optional_depends policykit \
+ '--with-polkit' \
+ '--without-polkit' \
+ 'PolicyKit support' &&
+
+optional_depends libssh2 \
+ '--with-libssh2' \
+ '--without-libssh2' \
+ 'SSH2 support'
+
diff --git a/libs/libvirt/DETAILS b/libs/libvirt/DETAILS
index 72cacc8..5de0a13 100755
--- a/libs/libvirt/DETAILS
+++ b/libs/libvirt/DETAILS
@@ -1,11 +1,10 @@
SPELL=libvirt
- VERSION=0.4.6
+ VERSION=0.7.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://libvirt.org/libvirt/$SOURCE
- SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+
SOURCE_HASH=sha512:21593d18102a027db75228e9ef4e4c70eb9098bbdfc4e6a59b1c2664bdd01979559df4f822499207089c31695f0cd2ceb7ee7243dd339eb921142810443c1085
LICENSE[0]=LGPL
- PATCHLEVEL=1
WEB_SITE=http://libvirt.org/
KEYWORDS="libs virtualization"
ENTERED=20080211
diff --git a/libs/libvirt/HISTORY b/libs/libvirt/HISTORY
index e4898e2..fa0afbf 100644
--- a/libs/libvirt/HISTORY
+++ b/libs/libvirt/HISTORY
@@ -1,3 +1,10 @@
+2009-11-17 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * DETAILS: updated spell to 0.7.2
+ * CONFIGURE: updated
+ * DEPENDS: updated
+ * SUB_DEPENDS: added
+ * PRE_SUB_DEPENDS: added
+
2009-08-31 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS: changed cyrus-sasl to LIBSASL

diff --git a/libs/libvirt/PRE_SUB_DEPENDS b/libs/libvirt/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..b250742
--- /dev/null
+++ b/libs/libvirt/PRE_SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ PYTHON) is_depends_enabled $SPELL python;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
+ return 1;;
+esac
diff --git a/libs/libvirt/SUB_DEPENDS b/libs/libvirt/SUB_DEPENDS
new file mode 100755
index 0000000..392aeec
--- /dev/null
+++ b/libs/libvirt/SUB_DEPENDS
@@ -0,0 +1,6 @@
+case $THIS_SUB_DEPENDS in
+ PYTHON) message "Python bindings requested, forcing python dependency" &&
+ depends python '--with-python';;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
+ return 1;;
+esac
diff --git a/libs/libvirt/libvirt-0.4.6.tar.gz.sig
b/libs/libvirt/libvirt-0.4.6.tar.gz.sig
deleted file mode 100644
index 78a7c7d..0000000
Binary files a/libs/libvirt/libvirt-0.4.6.tar.gz.sig and /dev/null differ
diff --git a/python-pypi/virtinst/DEPENDS b/python-pypi/virtinst/DEPENDS
index 7523744..7ff4c9e 100755
--- a/python-pypi/virtinst/DEPENDS
+++ b/python-pypi/virtinst/DEPENDS
@@ -1,3 +1,4 @@
-depends libvirt &&
+depends -sub "PYTHON" libvirt &&
depends -sub "PYTHON" libxml2 &&
depends urlgrabber
+
diff --git a/python-pypi/virtinst/DETAILS b/python-pypi/virtinst/DETAILS
index b1af615..761e9e0 100755
--- a/python-pypi/virtinst/DETAILS
+++ b/python-pypi/virtinst/DETAILS
@@ -1,9 +1,9 @@
SPELL=virtinst
- VERSION=0.400.1
+ VERSION=0.500.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=http://virt-manager.et.redhat.com/download/sources/$SPELL/$SOURCE
- SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+
SOURCE_HASH=sha512:f45948f579480a562ac8e22fa35ab448fa9ab2418c8684950562b4fd8258eaae18e0a769a3235e64fa348ab3fc37f3276c18d0b002a2850fac1f7ee0491d1a82
LICENSE[0]=GPL
WEB_SITE=http://virt-manager.et.redhat.com/
KEYWORDS="util virtualization"
@@ -15,3 +15,4 @@ package name) is a command line tool which provides an easy
way to provision
operating systems into virtual machines. It also provides an API to the
virt-manager application for its graphical VM creation wizard.
EOF
+
diff --git a/python-pypi/virtinst/HISTORY b/python-pypi/virtinst/HISTORY
index 309464c..75b00b8 100644
--- a/python-pypi/virtinst/HISTORY
+++ b/python-pypi/virtinst/HISTORY
@@ -1,3 +1,7 @@
+2009-11-17 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * DETAILS: updated spell to 0.500.0
+ * DEPENDS: updated
+
2009-02-27 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.400.1

diff --git a/python-pypi/virtinst/virtinst-0.400.1.tar.gz.sig
b/python-pypi/virtinst/virtinst-0.400.1.tar.gz.sig
deleted file mode 100644
index 83a6abc..0000000
Binary files a/python-pypi/virtinst/virtinst-0.400.1.tar.gz.sig and /dev/null
differ
diff --git a/utils/virt-manager/DEPENDS b/utils/virt-manager/DEPENDS
index f03d6bf..5667f32 100755
--- a/utils/virt-manager/DEPENDS
+++ b/utils/virt-manager/DEPENDS
@@ -1,22 +1,15 @@
depends dbus-python &&
depends gnome-python2 &&
+depends gnome-keyring &&
depends gnome-python-desktop &&
depends -sub "PYTHON" gtk-vnc &&
depends -sub "PYTHON" libxml2 &&
depends pygtk2 &&
depends python &&
depends -sub "pygtk2" vte &&
-
-suggest_depends libvirt \
- '' \
- '' \
- 'for local Virtual Machines' &&
-
-suggest_depends virtinst \
- '' \
- '' \
- 'for provisioning local Virtual Machines' &&
-
+depends -sub "PYTHON" libvirt &&
+depends virtinst &&
+#depends policykit &&
optional_depends gettext \
'--enable-nls' \
'--disable-nls' \
diff --git a/utils/virt-manager/DETAILS b/utils/virt-manager/DETAILS
index 32ac9ad..48aa8e2 100755
--- a/utils/virt-manager/DETAILS
+++ b/utils/virt-manager/DETAILS
@@ -1,9 +1,9 @@
SPELL=virt-manager
- VERSION=0.6.1
+ VERSION=0.8.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=http://virt-manager.et.redhat.com/download/sources/$SPELL/$SOURCE
- SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+
SOURCE_HASH=sha512:a00d2147ae99dbf9cab8853fbd466c0ed79841499a4071c421a90f21a2129db428383451bf445b73e42f82d6db548460c431fea607c24570b7e123dadbf9e2d5
LICENSE[0]=GPL
WEB_SITE=http://virt-manager.et.redhat.com/
KEYWORDS="util virtualization"
diff --git a/utils/virt-manager/HISTORY b/utils/virt-manager/HISTORY
index b56e50c..a236bc7 100644
--- a/utils/virt-manager/HISTORY
+++ b/utils/virt-manager/HISTORY
@@ -1,3 +1,7 @@
+2009-11-17 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * DETAILS: updated spell to 0.8.0
+ * DEPENDS: updated
+
2009-02-27 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.6.1
Suggest dependencies on libvirt and virtinst for local operations,
diff --git a/utils/virt-manager/virt-manager-0.6.1.tar.gz.sig
b/utils/virt-manager/virt-manager-0.6.1.tar.gz.sig
deleted file mode 100644
index 722b47a..0000000
Binary files a/utils/virt-manager/virt-manager-0.6.1.tar.gz.sig and /dev/null
differ
diff --git a/x11/virt-viewer/DEPENDS b/x11/virt-viewer/DEPENDS
index cf68923..7ca551f 100755
--- a/x11/virt-viewer/DEPENDS
+++ b/x11/virt-viewer/DEPENDS
@@ -1,2 +1,5 @@
-depends gtk-vnc &&
+depends gtk+2 &&
+depends libxml2 &&
+depends gtk-vnc &&
+depends libglade2 &&
depends libvirt
diff --git a/x11/virt-viewer/DETAILS b/x11/virt-viewer/DETAILS
index 890ee38..bddfc01 100755
--- a/x11/virt-viewer/DETAILS
+++ b/x11/virt-viewer/DETAILS
@@ -1,9 +1,9 @@
SPELL=virt-viewer
- VERSION=0.0.3
+ VERSION=0.2.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=http://virt-manager.et.redhat.com/download/sources/$SPELL/$SOURCE
- SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+
SOURCE_HASH=sha512:2b8d1554c580da3e20c6d36cce080546be5ad03633c638646b3d8d129379a3dca88d851c07c4960a471770920d0af04940870598e6505be862e556fe3a006d2e
LICENSE[0]=GPL
WEB_SITE=http://virt-manager.et.redhat.com/
KEYWORDS="vnc virtualization"
diff --git a/x11/virt-viewer/HISTORY b/x11/virt-viewer/HISTORY
index fb62619..3420030 100644
--- a/x11/virt-viewer/HISTORY
+++ b/x11/virt-viewer/HISTORY
@@ -1,3 +1,7 @@
+2009-11-17 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * DETAILS: updated spell to 0.2.0
+ * DEPENDS: updated
+
2008-04-23 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.0.3

diff --git a/x11/virt-viewer/virt-viewer-0.0.3.tar.gz.sig
b/x11/virt-viewer/virt-viewer-0.0.3.tar.gz.sig
deleted file mode 100644
index e209e06..0000000
Binary files a/x11/virt-viewer/virt-viewer-0.0.3.tar.gz.sig and /dev/null
differ




Archive powered by MHonArc 2.6.24.

Top of Page