This commit is contained in:
parent
c24eba7145
commit
ee8cfe525e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 3 23:19:55 CET 2008 - dpmerrill@novell.com
|
||||
|
||||
- Add Requires librsvg for minimal template
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 10 11:56:11 CEST 2008 - ro@suse.de
|
||||
|
||||
|
@ -26,7 +26,7 @@ Name: virt-manager
|
||||
%define virtinst_rel 2
|
||||
%define virtinst_name virtinst-%{virtinst_maj}.%{virtinst_min}.%{virtinst_rel}
|
||||
Version: 0.5.3
|
||||
Release: 59
|
||||
Release: 63
|
||||
Summary: Virtual Machine Manager
|
||||
Group: System/Monitoring
|
||||
License: LGPL v2.1 or later
|
||||
@ -81,6 +81,7 @@ Requires: scrollkeeper
|
||||
# For console widget
|
||||
# Requires: gtk-vnc-python
|
||||
Requires: python-gtk-vnc
|
||||
Requires: librsvg
|
||||
BuildRequires: python
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: python-devel
|
||||
@ -210,6 +211,8 @@ sed -i '\^/usr/share/gnome/help/^d' %{name}.lang
|
||||
%dir %{_datadir}/applications/YaST2
|
||||
|
||||
%changelog
|
||||
* Mon Nov 03 2008 dpmerrill@novell.com
|
||||
- Add Requires librsvg for minimal template
|
||||
* Wed Sep 10 2008 ro@suse.de
|
||||
- fix build
|
||||
* Thu May 22 2008 dpmerrill@novell.com
|
||||
@ -221,16 +224,16 @@ sed -i '\^/usr/share/gnome/help/^d' %{name}.lang
|
||||
- Corrected gconf calls in spec file to fix build errors
|
||||
* Tue Apr 29 2008 dpmerrill@novell.com
|
||||
- Added needsrootforbuild to spec file to fix build errors
|
||||
* Sat Apr 26 2008 dpmerrill@novell.com
|
||||
- Fixed SendKey "PrintScreen" option
|
||||
* Fri Apr 25 2008 dpmerrill@novell.com
|
||||
- Fixed SendKey "PrintScreen" option
|
||||
* Thu Apr 24 2008 dpmerrill@novell.com
|
||||
- Added python-gtk-devel and python-gobject2-devel to spec file
|
||||
to reflect changes in OpenSuse11.0
|
||||
* Tue Apr 22 2008 dpmerrill@novell.com
|
||||
- Changed desktop file for starting from KDE (bnc#377277)
|
||||
* Tue Apr 22 2008 dpmerrill@novell.com
|
||||
* Mon Apr 21 2008 dpmerrill@novell.com
|
||||
- Changed "SendKey" to send "Delete" instead of "Del" (bnc#381897)
|
||||
* Sat Apr 19 2008 dpmerrill@novell.com
|
||||
* Fri Apr 18 2008 dpmerrill@novell.com
|
||||
- Added vncViewerMaxRetries to prevent showing expected libvirt
|
||||
exceptions from cluttering the error log (bnc#366792)
|
||||
* Wed Apr 09 2008 dpmerrill@novell.com
|
||||
@ -260,14 +263,14 @@ sed -i '\^/usr/share/gnome/help/^d' %{name}.lang
|
||||
- Added virtman-detect to delay Hal signal connection until
|
||||
- after device detection to prevent start-up delay
|
||||
- bnc#361202
|
||||
* Tue Feb 12 2008 dpmerrill@novell.com
|
||||
* Mon Feb 11 2008 dpmerrill@novell.com
|
||||
- Added virtman-pointer to set vnc to show only one pointer
|
||||
- bnc#359799
|
||||
* Mon Feb 04 2008 dpmerrill@novell.com
|
||||
- Added virtman-vminstall for connecting to vm-install
|
||||
- and changed virtman-xen-uri.diff to force "xen:///"
|
||||
- bnc#358400
|
||||
* Mon Feb 04 2008 dpmerrill@novell.com
|
||||
* Sun Feb 03 2008 dpmerrill@novell.com
|
||||
- Added virtman-xen-uri.diff to fix problem starting vnc.
|
||||
- virtman was getting confused between "xen" and "xen:///" uris.
|
||||
- bnc#358397
|
||||
@ -279,7 +282,7 @@ sed -i '\^/usr/share/gnome/help/^d' %{name}.lang
|
||||
- Added virtinst to finish resolving run-time dependencies
|
||||
- bnc#355826
|
||||
- bnc#356999
|
||||
* Thu Jan 24 2008 dpmerrill@novell.com
|
||||
* Wed Jan 23 2008 dpmerrill@novell.com
|
||||
- Changed package requirements in spec file Requires section.
|
||||
- pygtk2 -> python-gtk
|
||||
- gnome-python2-gconf -> python-gnome
|
||||
@ -289,14 +292,14 @@ sed -i '\^/usr/share/gnome/help/^d' %{name}.lang
|
||||
- python-virtinst -> removed
|
||||
- pygtk2-libglade -> removed
|
||||
- gtk-vnc-python -> python-gtk-vnc
|
||||
* Sun Jan 20 2008 dpmerrill@novell.com
|
||||
* Sat Jan 19 2008 dpmerrill@novell.com
|
||||
- Added new virt-manager version (0.5.3) to sle10-sp2-i386
|
||||
- (FATE Feature #302140)
|
||||
* Fri Aug 17 2007 ccoffing@novell.com
|
||||
* Thu Aug 16 2007 ccoffing@novell.com
|
||||
- Update virt-manager to match vm-install changes due to #279153.
|
||||
* Mon Jul 09 2007 ccoffing@novell.com
|
||||
- Properly attach and detach CDs to running VM. (#289393)
|
||||
* Thu May 10 2007 ccoffing@novell.com
|
||||
* Wed May 09 2007 ccoffing@novell.com
|
||||
- Update .desktop with proper group. (#258600)
|
||||
* Fri May 04 2007 ccoffing@novell.com
|
||||
- Fix syntax error ("NOne" should be "None"), which caused
|
||||
@ -307,7 +310,7 @@ sed -i '\^/usr/share/gnome/help/^d' %{name}.lang
|
||||
important to have up-to-date knowledge of VMs (to ensure consoles
|
||||
can be opened, etc) rather than trying to lessen virt-manager's
|
||||
processor load. (#270761)
|
||||
* Wed Apr 11 2007 ccoffing@novell.com
|
||||
* Tue Apr 10 2007 ccoffing@novell.com
|
||||
- Remove code that (incorrectly) guesses the vnc port. (#259692)
|
||||
- Do not refresh GUI every second (which causes xenstored to not
|
||||
thrash so badly, which makes virt-manager more responsive and
|
||||
@ -319,7 +322,7 @@ sed -i '\^/usr/share/gnome/help/^d' %{name}.lang
|
||||
- Fix attaching disks to running VM. (#238986)
|
||||
* Wed Mar 28 2007 ccoffing@novell.com
|
||||
- Update icon filename.
|
||||
* Wed Mar 14 2007 ccoffing@novell.com
|
||||
* Tue Mar 13 2007 ccoffing@novell.com
|
||||
- Import threading and timer tick patches from upstream to improve
|
||||
stability. (#237406 and others)
|
||||
- Do not offer QEMU option. (#254083)
|
||||
@ -360,12 +363,12 @@ sed -i '\^/usr/share/gnome/help/^d' %{name}.lang
|
||||
* Sat Jan 20 2007 ccoffing@novell.com
|
||||
- Use temporary icon until real ones arrive.
|
||||
- Update to changeset 371 to fix VNC issues.
|
||||
* Thu Jan 18 2007 ccoffing@novell.com
|
||||
* Wed Jan 17 2007 ccoffing@novell.com
|
||||
- Fix BuildRequires and paths to work with both SLES10 and STABLE.
|
||||
* Sat Jan 13 2007 ccoffing@novell.com
|
||||
- Fix sysconfdir path.
|
||||
- Add desktop file.
|
||||
* Fri Jan 12 2007 ccoffing@novell.com
|
||||
* Thu Jan 11 2007 ccoffing@novell.com
|
||||
- Add to SLES 10 SP1 (fate #301181)
|
||||
- Update to virt-manager 0.2.6.
|
||||
- Fix type_register deprecation warnings.
|
||||
|
Loading…
Reference in New Issue
Block a user