OBS User unknown 2008-12-04 12:06:42 +00:00 committed by Git OBS Bridge
parent 57503ea742
commit b38b456c0d
2 changed files with 18 additions and 11 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 4 00:49:51 CET 2008 - dpmerrill@suse.de
- Remove ia64 from build architectures (bnc#455989)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 11 11:16:45 MST 2008 - dpmerrill@novell.com Tue Nov 11 11:16:45 MST 2008 - dpmerrill@novell.com

View File

@ -26,13 +26,13 @@ Name: virt-manager
%define virtinst_rel 2 %define virtinst_rel 2
%define virtinst_name virtinst-%{virtinst_maj}.%{virtinst_min}.%{virtinst_rel} %define virtinst_name virtinst-%{virtinst_maj}.%{virtinst_min}.%{virtinst_rel}
Version: 0.5.3 Version: 0.5.3
Release: 64 Release: 65
Summary: Virtual Machine Manager Summary: Virtual Machine Manager
Group: System/Monitoring Group: System/Monitoring
License: LGPL v2.1 or later License: LGPL v2.1 or later
Url: http://virt-manager.et.redhat.com Url: http://virt-manager.et.redhat.com
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %{ix86} x86_64 ia64 ExclusiveArch: %{ix86} x86_64
Source0: virt-manager-%{version}.tar.gz Source0: virt-manager-%{version}.tar.gz
Source1: %{virtinst_name}.tar.gz Source1: %{virtinst_name}.tar.gz
Patch0: virtman-desktop.diff Patch0: virtman-desktop.diff
@ -216,6 +216,8 @@ sed -i '\^/usr/share/gnome/help/^d' %{name}.lang
%dir %{_datadir}/applications/YaST2 %dir %{_datadir}/applications/YaST2
%changelog %changelog
* Thu Dec 04 2008 dpmerrill@suse.de
- Remove ia64 from build architectures (bnc#455989)
* Tue Nov 11 2008 dpmerrill@novell.com * Tue Nov 11 2008 dpmerrill@novell.com
- Add Requires python-urlgrabber for non Xen installations - Add Requires python-urlgrabber for non Xen installations
- Change transport from nc to netcat for ssh connections - Change transport from nc to netcat for ssh connections
@ -228,7 +230,7 @@ sed -i '\^/usr/share/gnome/help/^d' %{name}.lang
* Fri May 16 2008 ro@suse.de * Fri May 16 2008 ro@suse.de
- move python install to install section in specfile - move python install to install section in specfile
- fix build without root privileges - fix build without root privileges
* Tue Apr 29 2008 dpmerrill@novell.com * Wed Apr 30 2008 dpmerrill@novell.com
- Corrected gconf calls in spec file to fix build errors - Corrected gconf calls in spec file to fix build errors
* Tue Apr 29 2008 dpmerrill@novell.com * Tue Apr 29 2008 dpmerrill@novell.com
- Added needsrootforbuild to spec file to fix build errors - Added needsrootforbuild to spec file to fix build errors
@ -248,7 +250,7 @@ sed -i '\^/usr/share/gnome/help/^d' %{name}.lang
- Changed vnc settings to prevent screen-saver lockup (bnc#253264) - Changed vnc settings to prevent screen-saver lockup (bnc#253264)
- Added read-only option in Details->Hardware for adding cdroms - Added read-only option in Details->Hardware for adding cdroms
to prevent libvirt exceptions. (bnc#368204) (bnc#361990) to prevent libvirt exceptions. (bnc#368204) (bnc#361990)
* Fri Apr 04 2008 dpmerrill@novell.com * Sat Apr 05 2008 dpmerrill@novell.com
- Removed Virtual Network tab from host details page (bnc#364514) - Removed Virtual Network tab from host details page (bnc#364514)
* Wed Apr 02 2008 dpmerrill@novell.com * Wed Apr 02 2008 dpmerrill@novell.com
- Fixed adding a virtual network to a vm (bnc#302663) - Fixed adding a virtual network to a vm (bnc#302663)
@ -259,11 +261,11 @@ sed -i '\^/usr/share/gnome/help/^d' %{name}.lang
- Added virtman-timewatch to minimize window after - Added virtman-timewatch to minimize window after
- inactivity to work around memory leaks in GTK and DBus - inactivity to work around memory leaks in GTK and DBus
- bnc#287366 (L3) - bnc#287366 (L3)
* Thu Feb 14 2008 dpmerrill@novell.com * Fri Feb 15 2008 dpmerrill@novell.com
- Changed virtman-xen-uri to correct the case where no - Changed virtman-xen-uri to correct the case where no
- connection param is passed in and uri is None - connection param is passed in and uri is None
- bnc#362013 - bnc#362013
* Tue Feb 12 2008 dpmerrill@novell.com * Wed Feb 13 2008 dpmerrill@novell.com
- Changed virtman-desktop and virtman-xen-uri to correct invalid - Changed virtman-desktop and virtman-xen-uri to correct invalid
- parms being passed in from YaST - now sends "-c xen:///" - parms being passed in from YaST - now sends "-c xen:///"
- bnc#361334 - bnc#361334
@ -274,7 +276,7 @@ sed -i '\^/usr/share/gnome/help/^d' %{name}.lang
* Mon Feb 11 2008 dpmerrill@novell.com * Mon Feb 11 2008 dpmerrill@novell.com
- Added virtman-pointer to set vnc to show only one pointer - Added virtman-pointer to set vnc to show only one pointer
- bnc#359799 - bnc#359799
* Sun Feb 03 2008 dpmerrill@novell.com * Mon Feb 04 2008 dpmerrill@novell.com
- Added virtman-vminstall for connecting to vm-install - Added virtman-vminstall for connecting to vm-install
- and changed virtman-xen-uri.diff to force "xen:///" - and changed virtman-xen-uri.diff to force "xen:///"
- bnc#358400 - bnc#358400
@ -337,12 +339,12 @@ sed -i '\^/usr/share/gnome/help/^d' %{name}.lang
* Mon Mar 12 2007 ccoffing@novell.com * Mon Mar 12 2007 ccoffing@novell.com
- Update virt-manager to match changes in vm-install's disk class, - Update virt-manager to match changes in vm-install's disk class,
due to bug #247849. due to bug #247849.
* Fri Mar 09 2007 ccoffing@novell.com * Sat Mar 10 2007 ccoffing@novell.com
- Make Ctrl+Alt release the mouse cursor (#252998). - Make Ctrl+Alt release the mouse cursor (#252998).
* Thu Mar 08 2007 ccoffing@novell.com * Thu Mar 08 2007 ccoffing@novell.com
- Add release to "Requires: xen-tools", to prevent mixing with - Add release to "Requires: xen-tools", to prevent mixing with
pre-beta 5. (#238986, #252495) pre-beta 5. (#238986, #252495)
* Fri Mar 02 2007 ccoffing@novell.com * Sat Mar 03 2007 ccoffing@novell.com
- Disable gtk-menu-bar-accel when VM has focus, to allow VM to get - Disable gtk-menu-bar-accel when VM has focus, to allow VM to get
F10 key. (#240001) F10 key. (#240001)
* Tue Feb 27 2007 ccoffing@novell.com * Tue Feb 27 2007 ccoffing@novell.com
@ -368,12 +370,12 @@ sed -i '\^/usr/share/gnome/help/^d' %{name}.lang
* Mon Jan 22 2007 ccoffing@novell.com * Mon Jan 22 2007 ccoffing@novell.com
- Fix desktop file, so icon shows in YaST. (#237046) - Fix desktop file, so icon shows in YaST. (#237046)
- Clean up macros in spec file. - Clean up macros in spec file.
* Fri Jan 19 2007 ccoffing@novell.com * Sat Jan 20 2007 ccoffing@novell.com
- Use temporary icon until real ones arrive. - Use temporary icon until real ones arrive.
- Update to changeset 371 to fix VNC issues. - Update to changeset 371 to fix VNC issues.
* Wed Jan 17 2007 ccoffing@novell.com * Wed Jan 17 2007 ccoffing@novell.com
- Fix BuildRequires and paths to work with both SLES10 and STABLE. - Fix BuildRequires and paths to work with both SLES10 and STABLE.
* Fri Jan 12 2007 ccoffing@novell.com * Sat Jan 13 2007 ccoffing@novell.com
- Fix sysconfdir path. - Fix sysconfdir path.
- Add desktop file. - Add desktop file.
* Thu Jan 11 2007 ccoffing@novell.com * Thu Jan 11 2007 ccoffing@novell.com