This commit is contained in:
parent
27044d0668
commit
241ee9df04
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 2 00:49:57 CET 2007 - ro@suse.de
|
||||
|
||||
- added -fno-stack-protector to CFLAGS for now, link fails
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 18:07:41 MST 2006 - ccoffing@novell.com
|
||||
|
||||
|
10
xen.spec
10
xen.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xen (Version 3.0.3_11774)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -18,7 +18,7 @@ BuildRequires: LibVNCServer SDL-devel autoconf automake bin86 dev86 glibc-devel
|
||||
%define with_pvfb 0
|
||||
%define xen_build_dir xen-3.0.3-testing
|
||||
Version: 3.0.3_11774
|
||||
Release: 18
|
||||
Release: 31
|
||||
License: GNU General Public License (GPL)
|
||||
Group: System/Kernel
|
||||
Autoreqprov: on
|
||||
@ -526,12 +526,12 @@ rm -rf tools/pygrub
|
||||
|
||||
%build
|
||||
test ! -z "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
|
||||
export CFLAGS="$RPM_OPT_FLAGS"
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fno-stack-protector"
|
||||
export RPM_OPT_FLAGS
|
||||
make tools docs
|
||||
|
||||
%install
|
||||
export CFLAGS="$RPM_OPT_FLAGS"
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fno-stack-protector"
|
||||
export RPM_OPT_FLAGS
|
||||
install_xen()
|
||||
{
|
||||
@ -804,6 +804,8 @@ rm -f $RPM_BUILD_ROOT/%pysite/*.egg-info
|
||||
%{insserv_cleanup}
|
||||
|
||||
%changelog -n xen
|
||||
* Fri Feb 02 2007 - ro@suse.de
|
||||
- added -fno-stack-protector to CFLAGS for now, link fails
|
||||
* Mon Nov 27 2006 - ccoffing@novell.com
|
||||
- Fix how bootloader is called by the xend during restarts.
|
||||
(#223850)
|
||||
|
Loading…
Reference in New Issue
Block a user