OBS User unknown 2008-05-23 00:01:07 +00:00 committed by Git OBS Bridge
parent 3d79cae7df
commit 249d427be3
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 22 18:47:15 CEST 2008 - dpmerrill@novell.com
- (bnc#383979) add vm-install to Requires section
-------------------------------------------------------------------
Fri May 16 16:22:17 CEST 2008 - ro@suse.de

View File

@ -19,7 +19,7 @@ Name: virt-manager
%define virtinst_rel 2
%define virtinst_name virtinst-%{virtinst_maj}.%{virtinst_min}.%{virtinst_rel}
Version: 0.5.3
Release: 15
Release: 18
Summary: Virtual Machine Manager
Group: System/Monitoring
License: GPL v2 or later
@ -46,6 +46,7 @@ Requires: python-gtk
Requires: python-gnome
# Absolutely require this version or newer
Requires: libvirt-python >= 0.3.0-1
Requires: vm-install
# Definitely does not work with earlier due to python API changes
# Requires: dbus-python >= 0.61
Requires: dbus-1-python
@ -202,6 +203,8 @@ sed -i '\^/usr/share/gnome/help/^d' %{name}.lang
%dir %{_datadir}/applications/YaST2
%changelog
* Thu May 22 2008 dpmerrill@novell.com
- (bnc#383979) add vm-install to Requires section
* Fri May 16 2008 ro@suse.de
- move python install to install section in specfile
- fix build without root privileges