OBS User unknown 2007-02-12 01:09:41 +00:00 committed by Git OBS Bridge
parent d7002a96b9
commit 724a41d19b
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 12 01:50:34 CET 2007 - ro@suse.de
- remove -fstack-protector from RPM_OPT_FLAGS for now
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 8 16:54:59 MST 2007 - ccoffing@novell.com Thu Feb 8 16:54:59 MST 2007 - ccoffing@novell.com

View File

@ -30,7 +30,7 @@ BuildRequires: glibc-32bit glibc-devel-32bit
BuildRequires: kernel-source kernel-syms xorg-x11 BuildRequires: kernel-source kernel-syms xorg-x11
%endif %endif
Version: 3.0.4_13138 Version: 3.0.4_13138
Release: 1 Release: 2
License: GNU General Public License (GPL) License: GNU General Public License (GPL)
Group: System/Kernel Group: System/Kernel
Autoreqprov: on Autoreqprov: on
@ -665,7 +665,8 @@ sed -i "s/XEN_CHANGESET[ ]*=.*\$/XEN_CHANGESET = %{changeset}/" xen/Makefil
%build %build
cd .. cd ..
export CFLAGS="$RPM_OPT_FLAGS" RPM_OPT_FLAGS=${RPM_OPT_FLAGS//-fstack-protector/}
export CFLAGS="${RPM_OPT_FLAGS}"
export RPM_OPT_FLAGS export RPM_OPT_FLAGS
make -C xen/include/public/foreign make -C xen/include/public/foreign
make tools docs make tools docs
@ -968,6 +969,8 @@ rm -f $RPM_BUILD_ROOT/%pysite/*.egg-info
%{insserv_cleanup} %{insserv_cleanup}
%changelog -n xen %changelog -n xen
* Mon Feb 12 2007 - ro@suse.de
- remove -fstack-protector from RPM_OPT_FLAGS for now
* Thu Feb 08 2007 - ccoffing@novell.com * Thu Feb 08 2007 - ccoffing@novell.com
- Update vm-install: - Update vm-install:
+ Allow specifing disk (and disk size) vs. cdrom from CLI + Allow specifing disk (and disk size) vs. cdrom from CLI