This commit is contained in:
committed by
Git OBS Bridge
parent
451287a11c
commit
e8f318b476
25
xen.spec
25
xen.spec
@@ -34,7 +34,7 @@ BuildRequires: glibc-32bit glibc-devel-32bit
|
||||
BuildRequires: kernel-source kernel-syms xorg-x11
|
||||
%endif
|
||||
Version: 3.1.0_15042
|
||||
Release: 19
|
||||
Release: 22
|
||||
License: GPL v2 or later
|
||||
Group: System/Kernel
|
||||
Autoreqprov: on
|
||||
@@ -55,7 +55,7 @@ Source12: block-iscsi
|
||||
Source13: block-npiv
|
||||
Source16: xmclone.sh
|
||||
Source17: sysconfig.xend
|
||||
Source18: network-multi
|
||||
Source18: network-multinet
|
||||
# Upstream patches
|
||||
Patch0: 15048-localtime.diff
|
||||
Patch1: 15059-check-libvncserver.patch
|
||||
@@ -82,6 +82,10 @@ Patch21: rtl8139-data-corruption.patch
|
||||
Patch22: 15168-check-dup-domians.patch
|
||||
Patch23: 15587-domid-reset.patch
|
||||
Patch24: 15609-save-mem-values.patch
|
||||
Patch25: 15642_uuid_unique.patch
|
||||
Patch26: 15649_xenapi.patch
|
||||
Patch27: 15650_xenapi.patch
|
||||
Patch28: 15651_xenapi.patch
|
||||
# Our patches
|
||||
Patch100: xen-config.diff
|
||||
Patch101: xend-config.diff
|
||||
@@ -553,6 +557,10 @@ Authors:
|
||||
%patch22 -p1
|
||||
%patch23 -p1
|
||||
%patch24 -p1
|
||||
%patch25 -p1
|
||||
%patch26 -p1
|
||||
%patch27 -p1
|
||||
%patch28 -p1
|
||||
%patch100 -p1
|
||||
%patch101 -p1
|
||||
%patch102 -p1
|
||||
@@ -919,8 +927,8 @@ rm -f $RPM_BUILD_ROOT/%pysite/*.egg-info
|
||||
#rm -rf $RPM_BUILD_DIR/%xen_build_dir
|
||||
|
||||
%post tools
|
||||
%{fillup_and_insserv -n xend xend}
|
||||
%{fillup_and_insserv -n xendomains xendomains}
|
||||
%{fillup_and_insserv -y -n xend xend}
|
||||
%{fillup_and_insserv -y -n xendomains xendomains}
|
||||
|
||||
%preun tools
|
||||
%{stop_on_removal xendomains xend}
|
||||
@@ -936,6 +944,15 @@ rm -f $RPM_BUILD_ROOT/%pysite/*.egg-info
|
||||
/sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Tue Jul 31 2007 - ccoffing@novell.com
|
||||
- Update Ron Terry's network-multi script
|
||||
- Fix insserv
|
||||
* Tue Jul 31 2007 - jfehlig@novell.com
|
||||
- Added following upstream patches:
|
||||
+ 15642 - Fixes bug 289421 found in SLES10 SP1 but applies to
|
||||
Xen 3.1.0 as well.
|
||||
+ 15649, 15650, 15651 - Fixes/enhancements to Xen API required
|
||||
by Xen CIM providers
|
||||
* Fri Jul 27 2007 - ccoffing@novell.com
|
||||
- #242953: Allow HVM to use blktap
|
||||
- #239173: block-attach as RW for domUloader to avoid failures with
|
||||
|
Reference in New Issue
Block a user