Incremented deps on xeninst & libvirt. Bumped release to 0.2.0

This commit is contained in:
Daniel P. Berrange 2006-08-22 14:50:45 -04:00
parent 13ee480ec8
commit 5b7b7c07b2
4 changed files with 55 additions and 30 deletions

5
README
View File

@ -34,6 +34,11 @@ please report any success to the mailing lists
gnome-python-desktop >= 2.15.4
libxml2-python >= 2.6.23
vte >= 0.12.2
python-xeninst >= 0.90.1
The latter is available from
http://hg.et.redhat.com/virt/applications/xeninst--devel
Contact
-------

View File

@ -1,5 +1,5 @@
AC_INIT(virt-manager.spec.in)
AM_INIT_AUTOMAKE(virt-manager, 0.1.5)
AM_INIT_AUTOMAKE(virt-manager, 0.2.0)
AC_PROG_CC
AC_PROG_LIBTOOL

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-08-18 17:01-0400\n"
"POT-Creation-Date: 2006-08-22 11:33-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -63,7 +63,7 @@ msgstr ""
msgid "Couldn't open console: "
msgstr ""
#: ../../src/virtManager/create.py:261
#: ../../src/virtManager/create.py:267
#, python-format
msgid ""
"Congratulations, you have successfully created a new virtual system, <b>\"%s"
@ -72,86 +72,98 @@ msgid ""
"manager."
msgstr ""
#: ../../src/virtManager/create.py:302
#: ../../src/virtManager/create.py:310
msgid "Installs from local CD are not yet supported"
msgstr ""
#: ../../src/virtManager/create.py:307
#: ../../src/virtManager/create.py:315
msgid "Invalid FV media address"
msgstr ""
#: ../../src/virtManager/create.py:316
#: ../../src/virtManager/create.py:322
msgid "Invalid PV media address"
msgstr ""
#: ../../src/virtManager/create.py:324
#: ../../src/virtManager/create.py:328
msgid "Error locating PV install image"
msgstr ""
#: ../../src/virtManager/create.py:334
msgid "Error locating PV kickstart file"
msgstr ""
#: ../../src/virtManager/create.py:342
msgid "Invalid system name"
msgstr ""
#: ../../src/virtManager/create.py:332
#: ../../src/virtManager/create.py:350
msgid "Invalid memory setting"
msgstr ""
#: ../../src/virtManager/create.py:351
#: ../../src/virtManager/create.py:369
msgid "Invalid storage address"
msgstr ""
#: ../../src/virtManager/create.py:366
#: ../../src/virtManager/create.py:385
msgid "Creating Virtual Machine"
msgstr ""
#: ../../src/virtManager/create.py:399
#: ../../src/virtManager/create.py:388
msgid "Guest Install Error"
msgstr ""
#: ../../src/virtManager/create.py:421
msgid "Locate ISO Image"
msgstr ""
#: ../../src/virtManager/create.py:436
#: ../../src/virtManager/create.py:458
msgid "Locate Storage Partition"
msgstr ""
#: ../../src/virtManager/create.py:442
#: ../../src/virtManager/create.py:464
msgid "Locate or Create New Storage File"
msgstr ""
#: ../../src/virtManager/create.py:494
#: ../../src/virtManager/create.py:516
msgid "Invalid System Name"
msgstr ""
#: ../../src/virtManager/create.py:495
#: ../../src/virtManager/create.py:517
msgid ""
"System name must be non-blank, less than 50 characters, and contain no spaces"
msgstr ""
#: ../../src/virtManager/create.py:500
#: ../../src/virtManager/create.py:522
msgid "Hardware Support Required"
msgstr ""
#: ../../src/virtManager/create.py:501
#: ../../src/virtManager/create.py:523
msgid ""
"Your hardware does not appear to support full virtualization. Only "
"paravirtualized guests will be available on this hardware."
msgstr ""
#: ../../src/virtManager/create.py:507
#: ../../src/virtManager/create.py:529
msgid "ISO Location Required"
msgstr ""
#: ../../src/virtManager/create.py:508
#: ../../src/virtManager/create.py:530
msgid "You must specify an ISO location for the guest install image"
msgstr ""
#: ../../src/virtManager/create.py:513
#: ../../src/virtManager/create.py:535
msgid "URL Required"
msgstr ""
#: ../../src/virtManager/create.py:514
#: ../../src/virtManager/create.py:536
msgid "You must specify a URL for the install image for the guest install"
msgstr ""
#: ../../src/virtManager/create.py:519
#: ../../src/virtManager/create.py:541
msgid "Storage Address Required"
msgstr ""
#: ../../src/virtManager/create.py:520
#: ../../src/virtManager/create.py:542
msgid ""
"You must specify a partition or a file for storage for the guest install"
msgstr ""
@ -190,15 +202,15 @@ msgstr ""
msgid "Error refreshing connection '%s'"
msgstr ""
#: ../../src/virtManager/engine.py:243
#: ../../src/virtManager/engine.py:244
msgid "Save requested, but machine is shutdown / shutoff / paused"
msgstr ""
#: ../../src/virtManager/engine.py:245
#: ../../src/virtManager/engine.py:246
msgid "Save Virtual Machine"
msgstr ""
#: ../../src/virtManager/engine.py:258
#: ../../src/virtManager/engine.py:259
msgid "Saving Virtual Machine"
msgstr ""

View File

@ -8,7 +8,7 @@
Name: @PACKAGE@
Version: @VERSION@
Release: 2%{_extra_release}
Release: 1%{_extra_release}
Summary: Virtual Machine Manager
Group: Applications/Emulators
@ -21,20 +21,23 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: pygtk2 >= 1.99.12-6
Requires: gnome-python2-gconf >= 1.99.11-7
# Absolutely require this version or newer
Requires: libvirt-python >= 0.1.4
Requires: libvirt-python >= 0.1.4-3
# Definitely does not work with earlier due to python API changes
Requires: dbus-python >= 0.61
# Might work with earlier, but this is what we've tested
# We use 'ctypes' so don't need the 'gnome-keyring-python' bits
Requires: gnome-keyring >= 0.4.9
# Minimum we've tested with
# Although if you don't have this, comment it out and the app
# will work just fine - keyring functionality will simply be
# disabled
Requires: gnome-python2-gnomekeyring >= 2.15.4
# Minimum we've tested with
Requires: libxml2-python >= 2.6.23
# Required to install Xen guests
Requires: python-xeninst >= 0.90.0
Requires: python-xeninst >= 0.90.1
# Earlier vte hand broken python binding module
# Earlier vte han broken python binding module
Requires: vte >= 0.12.2
BuildRequires: pygtk2-devel
@ -92,6 +95,11 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/dbus-1/services/%{name}.service
%changelog
* Tue Aug 22 2006 Daniel Berrange <berrange@redhat.com> - 0.2.0-1
- Added wizard for creating virtual machines
- Added embedded serial console
- Added ability to take screenshots
* Mon Jul 24 2006 Daniel Berrange <berrange@redhat.com> - 0.1.5-2
- Prefix *.pyo files with 'ghost' macro
- Use fully qualified URL in Source tag