forked from pool/elilo
This commit is contained in:
parent
89cdf89ac1
commit
dde3d84b1a
@ -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
|
Tue Feb 6 18:33:55 CET 2007 - bwalle@suse.de
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ Name: elilo
|
|||||||
URL: http://elilo.sourceforge.net/
|
URL: http://elilo.sourceforge.net/
|
||||||
Summary: EFI Linux Loader
|
Summary: EFI Linux Loader
|
||||||
Version: 3.6
|
Version: 3.6
|
||||||
Release: 44
|
Release: 47
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
PreReq: /usr/bin/perl
|
PreReq: /usr/bin/perl
|
||||||
@ -51,7 +51,7 @@ chmod 555 elilo.pl && touch -r %{SOURCE1} elilo.pl
|
|||||||
! fgrep '%%{version}-%%{release}' elilo.pl
|
! fgrep '%%{version}-%%{release}' elilo.pl
|
||||||
|
|
||||||
%build
|
%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" \
|
pod2man -s 8 -c "System Boot" -r "SuSE Linux" \
|
||||||
-n elilo -d "%{version}-%{release}" elilo.pl elilo.8
|
-n elilo -d "%{version}-%{release}" elilo.pl elilo.8
|
||||||
touch -r elilo.pl elilo.8
|
touch -r elilo.pl elilo.8
|
||||||
@ -78,7 +78,9 @@ echo "Please run /sbin/elilo!"
|
|||||||
/sbin/eliloalt
|
/sbin/eliloalt
|
||||||
#/usr/share/man/man8/*
|
#/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
|
* Tue Feb 06 2007 - bwalle@suse.de
|
||||||
- elilo.efi
|
- elilo.efi
|
||||||
* increase command line size to 2048 (as in >= 2.6.20-rc6-mm1)
|
* increase command line size to 2048 (as in >= 2.6.20-rc6-mm1)
|
||||||
|
Loading…
Reference in New Issue
Block a user