forked from pool/elilo
This commit is contained in:
parent
aa3377b0cc
commit
8c4e780b47
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 28 17:48:31 CET 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- no strip for elilo.efi during install (unknown binary format)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 27 00:56:14 CEST 2007 - schwab@suse.de
|
Sun May 27 00:56:14 CEST 2007 - schwab@suse.de
|
||||||
|
|
||||||
|
83
elilo.spec
83
elilo.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package elilo (Version 3.6)
|
# spec file for package elilo (Version 3.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 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.
|
||||||
#
|
#
|
||||||
@ -10,15 +10,16 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: elilo
|
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: 67
|
Release: 142
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
PreReq: /usr/bin/perl
|
PreReq: /usr/bin/perl
|
||||||
License: GNU General Public License (GPL)
|
License: GPL v2 or later
|
||||||
Source: http://mesh.dl.sourceforge.net/sourceforge/elilo/elilo-3.6.src.tgz
|
Source: http://mesh.dl.sourceforge.net/sourceforge/elilo/elilo-3.6.src.tgz
|
||||||
Source1: elilo.pl
|
Source1: elilo.pl
|
||||||
Patch0: elilo-%{version}-asm.diff
|
Patch0: elilo-%{version}-asm.diff
|
||||||
@ -58,7 +59,7 @@ touch -r elilo.pl elilo.8
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
install -d $RPM_BUILD_ROOT/usr/lib/elilo $RPM_BUILD_ROOT/sbin
|
install -d $RPM_BUILD_ROOT/usr/lib/elilo $RPM_BUILD_ROOT/sbin
|
||||||
install -s -m 444 elilo.efi $RPM_BUILD_ROOT/usr/lib/elilo
|
install -m 444 elilo.efi $RPM_BUILD_ROOT/usr/lib/elilo
|
||||||
install tools/eliloalt $RPM_BUILD_ROOT/sbin
|
install tools/eliloalt $RPM_BUILD_ROOT/sbin
|
||||||
install -p -m 555 elilo.pl $RPM_BUILD_ROOT/sbin/elilo
|
install -p -m 555 elilo.pl $RPM_BUILD_ROOT/sbin/elilo
|
||||||
#install -D -p elilo.8 $RPM_BUILD_ROOT/usr/share/man/man8/elilo.8
|
#install -D -p elilo.8 $RPM_BUILD_ROOT/usr/share/man/man8/elilo.8
|
||||||
@ -79,99 +80,101 @@ echo "Please run /sbin/elilo!"
|
|||||||
#/usr/share/man/man8/*
|
#/usr/share/man/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun May 27 2007 - schwab@suse.de
|
* Thu Feb 28 2008 ro@suse.de
|
||||||
|
- no strip for elilo.efi during install (unknown binary format)
|
||||||
|
* Sun May 27 2007 schwab@suse.de
|
||||||
- Revert last change.
|
- Revert last change.
|
||||||
* Sat May 26 2007 - ro@suse.de
|
* Sun May 27 2007 ro@suse.de
|
||||||
- added gnu-efi-devel to buildreq
|
- added gnu-efi-devel to buildreq
|
||||||
* Fri Feb 23 2007 - schwab@suse.de
|
* Fri Feb 23 2007 schwab@suse.de
|
||||||
- Disable stack protector.
|
- 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)
|
||||||
(#242702)
|
(#242702)
|
||||||
* Fri Nov 10 2006 - schwab@suse.de
|
* Fri Nov 10 2006 schwab@suse.de
|
||||||
- Fix spelling.
|
- Fix spelling.
|
||||||
* Thu Feb 02 2006 - rw@suse.de
|
* Thu Feb 02 2006 rw@suse.de
|
||||||
- elilo.efi
|
- elilo.efi
|
||||||
* Update to final 3.6
|
* Update to final 3.6
|
||||||
(Fixed vmcode_name initialization in textmenu chooser)
|
(Fixed vmcode_name initialization in textmenu chooser)
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- elilo.spec
|
- elilo.spec
|
||||||
* Converted neededforbuild to BuildRequires.
|
* Converted neededforbuild to BuildRequires.
|
||||||
* Fri Jan 20 2006 - schwab@suse.de
|
* Fri Jan 20 2006 schwab@suse.de
|
||||||
- elilo.spec
|
- elilo.spec
|
||||||
* Don't strip binaries.
|
* Don't strip binaries.
|
||||||
* Mon Jan 09 2006 - rw@suse.de
|
* Mon Jan 09 2006 rw@suse.de
|
||||||
- elilo.efi
|
- elilo.efi
|
||||||
* Fix vmcode_name initialization in textmenu chooser. (#140519)
|
* Fix vmcode_name initialization in textmenu chooser. (#140519)
|
||||||
* Fri Dec 09 2005 - rw@suse.de
|
* Fri Dec 09 2005 rw@suse.de
|
||||||
- /sbin/elilo
|
- /sbin/elilo
|
||||||
* Fix formatting of man-page.
|
* Fix formatting of man-page.
|
||||||
* Wed Dec 07 2005 - rw@suse.de
|
* Wed Dec 07 2005 rw@suse.de
|
||||||
- elilo.efi
|
- elilo.efi
|
||||||
* Update to 3.5-pre2.
|
* Update to 3.5-pre2.
|
||||||
- /sbin/elilo
|
- /sbin/elilo
|
||||||
* Make "best effort" instead of giving up early.
|
* Make "best effort" instead of giving up early.
|
||||||
* Sat Aug 13 2005 - schwab@suse.de
|
* Sat Aug 13 2005 schwab@suse.de
|
||||||
- /sbin/elilo
|
- /sbin/elilo
|
||||||
* Check that the default label is defined.
|
* Check that the default label is defined.
|
||||||
* Fri Aug 05 2005 - schwab@suse.de
|
* Fri Aug 05 2005 schwab@suse.de
|
||||||
- /sbin/elilo
|
- /sbin/elilo
|
||||||
* Barf on duplicate labels.
|
* Barf on duplicate labels.
|
||||||
* Wed Apr 13 2005 - schwab@suse.de
|
* Wed Apr 13 2005 schwab@suse.de
|
||||||
- elilo.efi
|
- elilo.efi
|
||||||
* Fix for new assembler.
|
* Fix for new assembler.
|
||||||
* Sat Feb 19 2005 - schwab@suse.de
|
* Sat Feb 19 2005 schwab@suse.de
|
||||||
- elilo.efi
|
- elilo.efi
|
||||||
* Clear extra memory in initrd block so that initramfs works.
|
* Clear extra memory in initrd block so that initramfs works.
|
||||||
* Wed Oct 06 2004 - rw@suse.de
|
* Wed Oct 06 2004 rw@suse.de
|
||||||
- elilo.efi
|
- elilo.efi
|
||||||
* Fix simple-chooser (#45493)
|
* Fix simple-chooser (#45493)
|
||||||
* Thu May 27 2004 - rw@suse.de
|
* Thu May 27 2004 rw@suse.de
|
||||||
- /sbin/elilo
|
- /sbin/elilo
|
||||||
* Make all image-objects (kernel/initrd) *optional* by default (#41315)
|
* Make all image-objects (kernel/initrd) *optional* by default (#41315)
|
||||||
* Mon Feb 23 2004 - rw@suse.de
|
* Mon Feb 23 2004 rw@suse.de
|
||||||
- elilo.efi
|
- elilo.efi
|
||||||
* Use '$RPM_OPT_FLAGS' with '-fno-strict-aliasing' appended.
|
* Use '$RPM_OPT_FLAGS' with '-fno-strict-aliasing' appended.
|
||||||
- /sbin/elilo
|
- /sbin/elilo
|
||||||
* Take care of FPSWA.
|
* Take care of FPSWA.
|
||||||
* Try to avoid copying the same files more than once.
|
* Try to avoid copying the same files more than once.
|
||||||
* Mon Nov 24 2003 - rw@suse.de
|
* Mon Nov 24 2003 rw@suse.de
|
||||||
- Provide '/sbin/elilo' to simplify separation of '/boot' and the
|
- Provide '/sbin/elilo' to simplify separation of '/boot' and the
|
||||||
EFI FAT-partition (bug #21644)
|
EFI FAT-partition (bug #21644)
|
||||||
- Move 'elilo.efi' to '/usr/lib/elilo'
|
- Move 'elilo.efi' to '/usr/lib/elilo'
|
||||||
* Mon Sep 01 2003 - schwab@suse.de
|
* Mon Sep 01 2003 schwab@suse.de
|
||||||
- Update to final 3.4 to remove extraneous debug output.
|
- Update to final 3.4 to remove extraneous debug output.
|
||||||
* Tue Aug 26 2003 - rw@suse.de
|
* Tue Aug 26 2003 rw@suse.de
|
||||||
- Add patch from Greg Edwards (SGI) (#29340)
|
- Add patch from Greg Edwards (SGI) (#29340)
|
||||||
* Fri Aug 22 2003 - schwab@suse.de
|
* Fri Aug 22 2003 schwab@suse.de
|
||||||
- Update to elilo 3.4.
|
- Update to elilo 3.4.
|
||||||
* Improved netbooting.
|
* Improved netbooting.
|
||||||
* Tue Jun 10 2003 - schwab@suse.de
|
* Tue Jun 10 2003 schwab@suse.de
|
||||||
- Add fix for netbooting.
|
- Add fix for netbooting.
|
||||||
* Tue Apr 08 2003 - schwab@suse.de
|
* Tue Apr 08 2003 schwab@suse.de
|
||||||
- Add two fixes from author.
|
- Add two fixes from author.
|
||||||
* Thu Oct 17 2002 - schwab@suse.de
|
* Thu Oct 17 2002 schwab@suse.de
|
||||||
- Update to elilo 3.3a.
|
- Update to elilo 3.3a.
|
||||||
* More memory management bugs fixed.
|
* More memory management bugs fixed.
|
||||||
* Fri Sep 13 2002 - schwab@suse.de
|
* Fri Sep 13 2002 schwab@suse.de
|
||||||
- Fix %%post.
|
- Fix %%post.
|
||||||
- Fix eliloalt.
|
- Fix eliloalt.
|
||||||
* Wed Sep 11 2002 - schwab@suse.de
|
* Wed Sep 11 2002 schwab@suse.de
|
||||||
- Fix buffer overrun.
|
- Fix buffer overrun.
|
||||||
* Mon Sep 02 2002 - schwab@suse.de
|
* Mon Sep 02 2002 schwab@suse.de
|
||||||
- Move elilo.conf to /boot/efi/SuSE.
|
- Move elilo.conf to /boot/efi/SuSE.
|
||||||
* Tue Aug 27 2002 - schwab@suse.de
|
* Tue Aug 27 2002 schwab@suse.de
|
||||||
- Update to elilo 3.3.
|
- Update to elilo 3.3.
|
||||||
* Thu May 16 2002 - schwab@suse.de
|
* Thu May 16 2002 schwab@suse.de
|
||||||
- Move boot loader to /boot/efi/SuSE.
|
- Move boot loader to /boot/efi/SuSE.
|
||||||
* Tue Mar 05 2002 - schwab@suse.de
|
* Tue Mar 05 2002 schwab@suse.de
|
||||||
- Update to elilo 3.2.
|
- Update to elilo 3.2.
|
||||||
- Make elilo.conf and startup.nsh %%ghost files.
|
- Make elilo.conf and startup.nsh %%ghost files.
|
||||||
* Sat Aug 18 2001 - schwab@suse.de
|
* Sat Aug 18 2001 schwab@suse.de
|
||||||
- Update to elilo 3.1.
|
- Update to elilo 3.1.
|
||||||
* Wed Jul 25 2001 - schwab@suse.de
|
* Wed Jul 25 2001 schwab@suse.de
|
||||||
- Add two patches from author.
|
- Add two patches from author.
|
||||||
* Wed Jul 18 2001 - schwab@suse.de
|
* Wed Jul 18 2001 schwab@suse.de
|
||||||
- Split from gnu-efi packages.
|
- Split from gnu-efi packages.
|
||||||
- New version 3.0.
|
- New version 3.0.
|
||||||
|
Loading…
Reference in New Issue
Block a user