- only build on arches with virt
This commit is contained in:
parent
a785d06257
commit
01b5ca9a40
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: virt-manager
|
Name: virt-manager
|
||||||
Version: 0.2.0
|
Version: 0.2.0
|
||||||
Release: 1%{_extra_release}
|
Release: 2%{_extra_release}
|
||||||
Summary: Virtual Machine Manager
|
Summary: Virtual Machine Manager
|
||||||
|
|
||||||
Group: Applications/Emulators
|
Group: Applications/Emulators
|
||||||
@ -40,6 +40,8 @@ Requires: python-xeninst >= 0.90.1
|
|||||||
# Earlier vte han broken python binding module
|
# Earlier vte han broken python binding module
|
||||||
Requires: vte >= 0.12.2
|
Requires: vte >= 0.12.2
|
||||||
|
|
||||||
|
ExclusiveArch: %{ix86} x86_64 ia64
|
||||||
|
|
||||||
BuildRequires: pygtk2-devel
|
BuildRequires: pygtk2-devel
|
||||||
BuildRequires: gtk2-devel
|
BuildRequires: gtk2-devel
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
@ -95,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/dbus-1/services/%{name}.service
|
%{_datadir}/dbus-1/services/%{name}.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 24 2006 Jeremy Katz <katzj@redhat.com> - 0.2.0-2
|
||||||
|
- only build on arches with virt
|
||||||
|
|
||||||
* Tue Aug 22 2006 Daniel Berrange <berrange@redhat.com> - 0.2.0-1
|
* Tue Aug 22 2006 Daniel Berrange <berrange@redhat.com> - 0.2.0-1
|
||||||
- Added wizard for creating virtual machines
|
- Added wizard for creating virtual machines
|
||||||
- Added embedded serial console
|
- Added embedded serial console
|
||||||
|
Loading…
Reference in New Issue
Block a user