SHA256
1
0
forked from pool/libvirt
OBS User unknown 2008-10-22 16:17:33 +00:00 committed by Git OBS Bridge
parent 92cce1a7b8
commit a7c01f6406
2 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -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