1
0
mirror of https://src.fedoraproject.org/rpms/virt-manager.git synced 2026-01-11 14:31:14 +00:00

Fix spec for building on F9 Update 'New VM' virt descriptions to be less

black and white (bz 470563)
This commit is contained in:
Cole Robinson
2008-12-01 17:07:17 +00:00
parent 736fd112ee
commit 8e0acf05b2
2 changed files with 32 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
Name: virt-manager
Version: 0.6.0
Release: 4%{_extra_release}
Release: 5%{_extra_release}
Summary: Virtual Machine Manager
Group: Applications/Emulators
@@ -25,6 +25,7 @@ Patch5: %{name}-%{version}-update-translations.patch
Patch6: %{name}-%{version}-multiple-sound-dev.patch
Patch7: %{name}-%{version}-vol-copy-popup.patch
Patch8: %{name}-%{version}-connect-variable-typo.patch
Patch9: %{name}-%{version}-fix-virt-type-desc.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# These two are just the oldest version tested
@@ -43,7 +44,11 @@ Requires: gnome-keyring >= 0.4.9
# disabled
Requires: gnome-python2-gnomekeyring >= 2.15.4
Requires: gnome-python2-gnomevfs >= 2.15.4
%if "%{fedora}" <= "9"
Requires: gnome-python2
%else
Requires: gnome-python2-gnome
%endif
# Minimum we've tested with
Requires: libxml2-python >= 2.6.23
# Required to install Xen & QEMU guests
@@ -98,6 +103,7 @@ management API.
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%build
%configure
@@ -187,6 +193,10 @@ fi
%{_datadir}/dbus-1/services/%{name}.service
%changelog
* Mon Dec 1 2008 Cole Robinson <crobinso@redhat.com> - 0.6.0-5.fc10
- Fix spec for building on F9
- Update 'New VM' virt descriptions to be less black and white (bz 470563)
* Sun Nov 30 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.6.0-4
- Rebuild for Python 2.6