diff --git a/elilo.changes b/elilo.changes index f9f4604..fe45bd0 100644 --- a/elilo.changes +++ b/elilo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 23 10:44:35 CET 2007 - schwab@suse.de + +- Disable stack protector. + ------------------------------------------------------------------- Tue Feb 6 18:33:55 CET 2007 - bwalle@suse.de diff --git a/elilo.spec b/elilo.spec index 7c4a7f6..a876370 100644 --- a/elilo.spec +++ b/elilo.spec @@ -14,7 +14,7 @@ Name: elilo URL: http://elilo.sourceforge.net/ Summary: EFI Linux Loader Version: 3.6 -Release: 44 +Release: 47 Group: System/Boot Autoreqprov: on PreReq: /usr/bin/perl @@ -51,7 +51,7 @@ chmod 555 elilo.pl && touch -r %{SOURCE1} elilo.pl ! fgrep '%%{version}-%%{release}' elilo.pl %build -make OPTIMFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" +make OPTIMFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fno-stack-protector" pod2man -s 8 -c "System Boot" -r "SuSE Linux" \ -n elilo -d "%{version}-%{release}" elilo.pl elilo.8 touch -r elilo.pl elilo.8 @@ -78,7 +78,9 @@ echo "Please run /sbin/elilo!" /sbin/eliloalt #/usr/share/man/man8/* -%changelog -n elilo +%changelog +* Fri Feb 23 2007 - schwab@suse.de +- Disable stack protector. * Tue Feb 06 2007 - bwalle@suse.de - elilo.efi * increase command line size to 2048 (as in >= 2.6.20-rc6-mm1)