OBS User unknown 2007-02-02 14:58:18 +00:00 committed by Git OBS Bridge
parent 27044d0668
commit 241ee9df04
2 changed files with 11 additions and 4 deletions

View File

@ -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 Mon Nov 27 18:07:41 MST 2006 - ccoffing@novell.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package xen (Version 3.0.3_11774) # 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 # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # 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 with_pvfb 0
%define xen_build_dir xen-3.0.3-testing %define xen_build_dir xen-3.0.3-testing
Version: 3.0.3_11774 Version: 3.0.3_11774
Release: 18 Release: 31
License: GNU General Public License (GPL) License: GNU General Public License (GPL)
Group: System/Kernel Group: System/Kernel
Autoreqprov: on Autoreqprov: on
@ -526,12 +526,12 @@ rm -rf tools/pygrub
%build %build
test ! -z "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT 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 export RPM_OPT_FLAGS
make tools docs make tools docs
%install %install
export CFLAGS="$RPM_OPT_FLAGS" export CFLAGS="$RPM_OPT_FLAGS -fno-stack-protector"
export RPM_OPT_FLAGS export RPM_OPT_FLAGS
install_xen() install_xen()
{ {
@ -804,6 +804,8 @@ rm -f $RPM_BUILD_ROOT/%pysite/*.egg-info
%{insserv_cleanup} %{insserv_cleanup}
%changelog -n xen %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 * Mon Nov 27 2006 - ccoffing@novell.com
- Fix how bootloader is called by the xend during restarts. - Fix how bootloader is called by the xend during restarts.
(#223850) (#223850)