Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (c57d3e0cd57d8854d06571c2f831805ba54d23cb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (c57d3e0cd57d8854d06571c2f831805ba54d23cb)
  • Date: Mon, 16 May 2011 18:39:22 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

dev/null |binary
libs/libvirt/CONFIGURE | 3 +++
libs/libvirt/DEPENDS | 5 +++++
libs/libvirt/DETAILS | 2 +-
libs/libvirt/HISTORY | 5 +++++
libs/libvirt/libvirt-0.8.7.tar.gz.sig | 0
libs/libvirt/libvirt-0.9.1.tar.gz.sig |binary
python-pypi/virtinst/DETAILS | 2 +-
python-pypi/virtinst/HISTORY | 3 +++
python-pypi/virtinst/virtinst-0.500.5.tar.gz.sig | 0
python-pypi/virtinst/virtinst-0.500.6.tar.gz.sig |binary
utils/virt-manager/DETAILS | 2 +-
utils/virt-manager/HISTORY | 3 +++
utils/virt-manager/virt-manager-0.8.6.tar.gz.sig | 0
utils/virt-manager/virt-manager-0.8.7.tar.gz.sig |binary
15 files changed, 22 insertions(+), 3 deletions(-)

New commits:
commit c57d3e0cd57d8854d06571c2f831805ba54d23cb
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

virt-manager: Updated to 0.8.7

commit ea4e351582adb2873bd01de71d1b0bf325148204
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libvirt: Updated to 0.9.1
Add query for VMware Workstation/Player support
Optionally depends on libselinux

commit 049c27b2aca8a715260bae9b9aca70148c9b8b26
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

virtinst: Updated to 0.500.6

diff --git a/libs/libvirt/CONFIGURE b/libs/libvirt/CONFIGURE
index 4739d9e..911d332 100755
--- a/libs/libvirt/CONFIGURE
+++ b/libs/libvirt/CONFIGURE
@@ -10,6 +10,9 @@ config_query_option LIBVIRT_OPTS 'Build virtual network
driver' y \
config_query_option LIBVIRT_OPTS 'Build with QEMU/KVM support' y \
'--with-qemu' '--without-qemu' &&

+config_query_option LIBVIRT_OPTS 'Build with VMWare Workstation/Player
support' y \
+ '--with-vmware' '--without-vmware' &&
+
config_query_option LIBVIRT_OPTS 'Build with VMWare ESX/GSX support' y \
'--with-esx' '--without-esx' &&

diff --git a/libs/libvirt/DEPENDS b/libs/libvirt/DEPENDS
index 27f1dc4..03a2331 100755
--- a/libs/libvirt/DEPENDS
+++ b/libs/libvirt/DEPENDS
@@ -74,6 +74,11 @@ optional_depends 'libpcap' \
'--without-libpcap' \
'for a packet filtering mechanism' &&

+optional_depends 'libselinux' \
+ '--with-selinux' \
+ '--without-selinux' \
+ 'for Security Enhanced Linux (SELinux) support' &&
+
suggest_depends nc '' '' 'for remote SSH tunneling' &&
suggest_depends 'bridge-utils' '' '' 'for creating TUN/TAP bridges' &&
suggest_depends 'iproute2' '' '' 'for routing between TUN/TAP interfaces' &&
diff --git a/libs/libvirt/DETAILS b/libs/libvirt/DETAILS
index 36e6877..805f058 100755
--- a/libs/libvirt/DETAILS
+++ b/libs/libvirt/DETAILS
@@ -1,5 +1,5 @@
SPELL=libvirt
- VERSION=0.8.7
+ VERSION=0.9.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/libs/libvirt/HISTORY b/libs/libvirt/HISTORY
index aae1a46..e0563d7 100644
--- a/libs/libvirt/HISTORY
+++ b/libs/libvirt/HISTORY
@@ -1,3 +1,8 @@
+2011-05-16 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.9.1
+ * CONFIGURE: Add query for VMware Workstation/Player support
+ * DEPENDS: Optionally depends on libselinux
+
2011-01-19 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.8.7

diff --git a/libs/libvirt/libvirt-0.8.7.tar.gz.sig
b/libs/libvirt/libvirt-0.8.7.tar.gz.sig
deleted file mode 100644
index 79556e0..0000000
Binary files a/libs/libvirt/libvirt-0.8.7.tar.gz.sig and /dev/null differ
diff --git a/libs/libvirt/libvirt-0.9.1.tar.gz.sig
b/libs/libvirt/libvirt-0.9.1.tar.gz.sig
new file mode 100644
index 0000000..891a0d3
Binary files /dev/null and b/libs/libvirt/libvirt-0.9.1.tar.gz.sig differ
diff --git a/python-pypi/virtinst/DETAILS b/python-pypi/virtinst/DETAILS
index 1b6ac06..74995ed 100755
--- a/python-pypi/virtinst/DETAILS
+++ b/python-pypi/virtinst/DETAILS
@@ -1,5 +1,5 @@
SPELL=virtinst
- VERSION=0.500.5
+ VERSION=0.500.6
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/python-pypi/virtinst/HISTORY b/python-pypi/virtinst/HISTORY
index f6cc238..7d4859b 100644
--- a/python-pypi/virtinst/HISTORY
+++ b/python-pypi/virtinst/HISTORY
@@ -1,3 +1,6 @@
+2011-05-16 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.500.6
+
2011-01-19 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.500.5

diff --git a/python-pypi/virtinst/virtinst-0.500.5.tar.gz.sig
b/python-pypi/virtinst/virtinst-0.500.5.tar.gz.sig
deleted file mode 100644
index 505d2c4..0000000
Binary files a/python-pypi/virtinst/virtinst-0.500.5.tar.gz.sig and /dev/null
differ
diff --git a/python-pypi/virtinst/virtinst-0.500.6.tar.gz.sig
b/python-pypi/virtinst/virtinst-0.500.6.tar.gz.sig
new file mode 100644
index 0000000..70f2da6
Binary files /dev/null and b/python-pypi/virtinst/virtinst-0.500.6.tar.gz.sig
differ
diff --git a/utils/virt-manager/DETAILS b/utils/virt-manager/DETAILS
index aae546a..feb8b66 100755
--- a/utils/virt-manager/DETAILS
+++ b/utils/virt-manager/DETAILS
@@ -1,5 +1,5 @@
SPELL=virt-manager
- VERSION=0.8.6
+ VERSION=0.8.7
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/utils/virt-manager/HISTORY b/utils/virt-manager/HISTORY
index 335e7e7..71c99b8 100644
--- a/utils/virt-manager/HISTORY
+++ b/utils/virt-manager/HISTORY
@@ -1,3 +1,6 @@
+2011-05-16 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.8.7
+
2011-01-19 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.8.6
* PRE_BUILD: No longer apply py27.patch
diff --git a/utils/virt-manager/virt-manager-0.8.6.tar.gz.sig
b/utils/virt-manager/virt-manager-0.8.6.tar.gz.sig
deleted file mode 100644
index 7d6f499..0000000
Binary files a/utils/virt-manager/virt-manager-0.8.6.tar.gz.sig and /dev/null
differ
diff --git a/utils/virt-manager/virt-manager-0.8.7.tar.gz.sig
b/utils/virt-manager/virt-manager-0.8.7.tar.gz.sig
new file mode 100644
index 0000000..5cdb732
Binary files /dev/null and b/utils/virt-manager/virt-manager-0.8.7.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (c57d3e0cd57d8854d06571c2f831805ba54d23cb), Eric Sandall, 05/16/2011

Archive powered by MHonArc 2.6.24.

Top of Page