SHA256
1
0
forked from pool/xen
OBS User unknown
2007-08-07 07:32:10 +00:00
committed by Git OBS Bridge
parent 6a0d86b634
commit 960b6f7080
3 changed files with 15 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ BuildRequires: glibc-32bit glibc-devel-32bit
BuildRequires: kernel-source kernel-syms xorg-x11
%endif
Version: 3.1.0_15042
Release: 23
Release: 25
License: GPL v2 or later
Group: System/Kernel
Autoreqprov: on
@@ -163,7 +163,6 @@ Patch211: 32on64-extra-mem.patch
Patch212: blktap.patch
URL: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 x86_64 ia64
%define pysite %(python -c "import distutils.sysconfig; print distutils.sysconfig.get_python_lib()")
%if %{?with_kmp}0
%suse_kernel_module_package -n xen um xen xenpae
@@ -635,12 +634,12 @@ Authors:
%patch210 -p1
%patch211 -p1
%patch212 -p1
%build
XEN_EXTRAVERSION=%version-%release
XEN_EXTRAVERSION=${XEN_EXTRAVERSION#%{xvers}}
sed -i "s/XEN_EXTRAVERSION[\t ]*.=.*\$/XEN_EXTRAVERSION = $XEN_EXTRAVERSION/" xen/Makefile
sed -i "s/XEN_CHANGESET[\t ]*=.*\$/XEN_CHANGESET = %{changeset}/" xen/Makefile
%build
RPM_OPT_FLAGS=${RPM_OPT_FLAGS//-fstack-protector/}
export CFLAGS="${RPM_OPT_FLAGS}"
export RPM_OPT_FLAGS
@@ -946,6 +945,9 @@ rm -f $RPM_BUILD_ROOT/%pysite/*.egg-info
/sbin/ldconfig
%changelog
* Tue Aug 07 2007 - olh@suse.de
- remove inclusion of linux/compiler.h and linux/string.h
remove ExclusiveArch and fix prep section for quilt setup *.spec
* Thu Aug 02 2007 - jfehlig@novell.com
- Added patch to fix/cleanup destoryDevice code path in xend.
Patch was submitted upstream. Aids in fixing several bugs, e.g.