forked from pool/libvirt
This commit is contained in:
parent
92cce1a7b8
commit
a7c01f6406
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 20 15:00:11 MDT 2008 - jfehlig@novell.com
|
||||
|
||||
- Remove IA64 from list of architectures supporting Xen.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 10 10:48:19 MDT 2008 - jfehlig@novell.com
|
||||
|
||||
|
@ -20,8 +20,8 @@
|
||||
%define with_xen 1
|
||||
%define with_lxc 0
|
||||
%define with_selinux 0
|
||||
# Xen is available only on i386 x86_64 ia64
|
||||
%ifnarch i386 i586 x86_64 ia64
|
||||
# Xen is available only on i386 x86_64
|
||||
%ifnarch i386 i586 x86_64
|
||||
%define with_xen 0
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1100
|
||||
@ -49,7 +49,7 @@ License: LGPL v2.1 or later
|
||||
Group: Development/Libraries/C and C++
|
||||
AutoReqProv: yes
|
||||
Version: 0.4.6
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: A C toolkit to interract with the virtualization capabilities of Linux
|
||||
Requires: readline
|
||||
Requires: ncurses
|
||||
@ -310,6 +310,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{py_sitedir}/libvirtmod*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 20 2008 jfehlig@novell.com
|
||||
- Remove IA64 from list of architectures supporting Xen.
|
||||
* Fri Oct 10 2008 jfehlig@novell.com
|
||||
- Added upstream patches providing additional LXC support
|
||||
bnc#433881
|
||||
|
Loading…
Reference in New Issue
Block a user