forked from pool/elilo
b9e5aabc62
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1149245 OBS-URL: https://build.opensuse.org/package/show/Base:System/elilo?expand=0&rev=24
551 lines
17 KiB
Plaintext
551 lines
17 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Feb 22 11:34:21 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
%patchN
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 16 14:30:43 UTC 2022 - rw@suse.com
|
|
|
|
- elilo.spec, elilo.pl
|
|
* Move to '/usr/sbin'. (bsc#1191059)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 3 12:32:12 UTC 2021 - Martin Liška <mliska@suse.cz>
|
|
|
|
- Add elilo-binutils-2.36-fix.patch in order to fix build
|
|
with binutils 2.36.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 23 14:29:41 UTC 2018 - rw@suse.com
|
|
|
|
- elilo.efi
|
|
* Try to properly allocate high_base_mem. (bsc#1000769)
|
|
(elilo-high_base_mem.diff)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 22 16:17:20 UTC 2018 - rw@suse.com
|
|
|
|
- elilo.spec
|
|
* Work around glitches introduced by gnu-efi.
|
|
* Add '-mno-red-zone' to work around Microsoft/SystemV AMD64 ABI
|
|
discrepancies. (bsc#953502)
|
|
- elilo.pl
|
|
* Support 'ucode=' for XEN. (bsc#1102567)
|
|
* SecureBoot: Support detached configuration template.
|
|
* Add support for 'UUID='/'LABEL=' to specify EFI system partition
|
|
and fix bug introduced by NVMe device handling. (bsc#917195)
|
|
* Handle NVMe device names. (fate#317591)
|
|
* Don't abort, when "skip" is announced. (bsc#917130)
|
|
- elilo.efi
|
|
* Remove special handling for '?' in textmenu-mode. (bsc#928546)
|
|
(elilo-textmenu-disable-print-devices.diff)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 3 11:12:54 UTC 2018 - bwiedemann@suse.com
|
|
|
|
- Do not include rebuild counter in rpm to make build-compare happy
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 31 12:41:32 UTC 2014 - dimstar@opensuse.org
|
|
|
|
- Rename rpmlintrc to %{name}-rpmlintrc.
|
|
Follow the packaging guidelines.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 25 13:37:55 UTC 2013 - rw@suse.de
|
|
|
|
- elilo.efi
|
|
* Update to elilo-3.16 to fix OBS download check.
|
|
Essentially "white-space" changes, plus bumping version number,
|
|
minus Debian idiosyncrasies.
|
|
- elilo.spec
|
|
* Remove date string from 'eliloalt'.
|
|
* Avoid duplication of 'elilo.txt'.
|
|
- elilo.pl
|
|
* Support for 'UUID=' and 'LABEL=' to specify root file-system.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 24 17:18:48 UTC 2013 - rw@suse.de
|
|
|
|
- elilo.spec
|
|
* Add perl modules to 'PreReq'. (bnc#842183)
|
|
- Update openSUSE to elilo-3.14 from SLE11.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 16 12:01:42 UTC 2013 - rw@suse.de
|
|
|
|
- elilo.pl
|
|
* SecureBoot: cope with separate '/boot' file-system. (bnc#825932)
|
|
* SecureBoot: improve detection of file-system UUIDs. (bnc#828835)
|
|
* Correctly handle installation to 'BOOT'.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 29 15:10:40 UTC 2013 - rw@suse.com
|
|
|
|
- elilo.pl
|
|
* Always delete old EBM entries to fix ordering. (bnc#819900)
|
|
* Prevent XEN 'default' in 'elilo.conf'. (bnc#819900c5)
|
|
* Add man-page section about '--refresh-EBM' failure. (bnc#821109)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 8 13:30:02 UTC 2013 - rw@suse.com
|
|
|
|
- elilo.pl
|
|
* SecureBoot: create only one Boot Manager entry. (bnc#818961)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 19 13:28:08 UTC 2013 - rw@suse.com
|
|
|
|
- elilo.efi
|
|
* Clear console on startup. (bnc#812799)
|
|
* Avoid crash caused by EFI memory map changes. (bnc#800035)
|
|
- elilo.pl
|
|
* Work around chainloading issue with XEN. (bnc#812109)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 27 21:40:29 UTC 2013 - rw@suse.com
|
|
|
|
- elilo.pl
|
|
* Fix handling of missing 'default' again.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 27 20:42:50 UTC 2013 - rw@suse.com
|
|
|
|
- elilo.pl
|
|
* Implement chainloading of XEN for SecureBoot. (bnc#809702)
|
|
* Maintain 'default' in SecureBoot config. (bnc#811608c28)
|
|
* Handle failure of 'efibootmgr'. (bnc#809702c10)
|
|
* Improve verbose messages to be less alarming.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 8 14:06:28 UTC 2013 - rw@suse.com
|
|
|
|
- elilo.efi
|
|
* Force default configs at the end of the network search list.
|
|
(bnc#789137)
|
|
- elilo.pl
|
|
* Disable use of 'shim'-loader options. (bnc#798043)
|
|
* Fix solitary 'secure-boot' for real.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 12 17:00:32 UTC 2013 - rw@suse.com
|
|
|
|
- elilo.pl
|
|
* Revert work-around for 'shim'-loader option parsing. (bnc#798043)
|
|
* Treat 'secure-boot' identical to 'secure-boot = on'.
|
|
* Fix 'SecureBoot' sysfs variable reading.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 8 18:42:49 UTC 2013 - rw@suse.com
|
|
|
|
- elilo.efi
|
|
* Now really introduce 'block-size'. (bnc#681242)
|
|
* Clarify warning message on GOP failure.
|
|
- elilo.pl
|
|
* Synchronize check for "Secure Boot" with YaST.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 18 15:00:44 UTC 2013 - rw@suse.com
|
|
|
|
- elilo.efi
|
|
* Make automatic appending of 'add_efi_memmap' to kernel command
|
|
line default, and introduce config-file option (add-efi-memmap)
|
|
to control this (auto|false). (fate#314210, bnc#772245)
|
|
* Bring network search list more in line with 'PXELINUX'. (bnc#789137)
|
|
* Introduce 'block-size' as global option in 'elilo.conf'. (bnc#681242)
|
|
- elilo.pl
|
|
* Work around limitations in 'shim'-loader option parsing. (bnc#798043)
|
|
* Don't use temporary file to establish load options.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 19 21:20:25 UTC 2012 - rw@suse.com
|
|
|
|
- elilo.pl
|
|
* Add support UEFI Secure Boot (via 'grub.efi'). (fate#314485)
|
|
* Don't try to write 'xen.cfg', if no valid XEN section is found
|
|
and treat "VMM" EFI-binaries as "mandatory". (bnc#792100)
|
|
* Support more than 10 EFI Boot Manager (EBM) entries.
|
|
* Stop using '--write-signature' for 'efibootmgr' (as non-GPT
|
|
disk-labels aren't supported anyway).
|
|
* Sort creation of EBM entries according to default boot section.
|
|
* Fix initial handling of obsolete files.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 16 15:21:24 UTC 2012 - rw@suse.de
|
|
|
|
- elilo.pl
|
|
* Cope with misguided '/dev/mapper/' entries in 'fstab'. (bnc#717828)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 25 17:12:38 UTC 2011 - rw@suse.de
|
|
|
|
- elilo.pl
|
|
* Allow empty 'vmmopts' for 'xen.efi'. (bnc#731288)
|
|
* Implement refreshing of EFI Boot Manager entries. (bnc#717828)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 19 14:53:06 UTC 2011 - rw@suse.de
|
|
|
|
- elilo.pl
|
|
* Fix handling of 'xen.cfg'. (bnc#706110)
|
|
* Record installed files and remove only those in the future.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
|
|
|
- elilo.spec
|
|
* Remove redundant/obsolete tags/sections from specfile
|
|
(cf. packaging guidelines)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 1 12:43:45 UTC 2011 - rw@suse.de
|
|
|
|
- elilo.efi
|
|
* Allow booting in an IPv6 network environment. (fate#311995)
|
|
- elilo.pl
|
|
* Add support for 'xen.efi'. (fate#311376)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 17 12:54:53 UTC 2011 - rw@suse.de
|
|
|
|
- elilo.efi
|
|
* Update to elilo-3.14. (fate#311532)
|
|
- elilo.spec
|
|
* Follow openSUSE migration from libexecdir to libdir.
|
|
- elilo.pl
|
|
* Don't initialize '$[' to 0.
|
|
* Adapt to replacement of libexecdir with libdir.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 17 10:51:23 UTC 2010 - coolo@novell.com
|
|
|
|
- Update openSUSE to elilo-3.12 from SLE11 to fix EFI boot (bnc#659368)
|
|
(see ChangeLog for a detailed log)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 12 16:59:30 CEST 2010 - rw@suse.de
|
|
|
|
- elilo.efi
|
|
* Handle EFI memory maps larger than E820_MAX. (bnc#594516)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 30 11:42:43 CEST 2010 - rw@suse.de
|
|
|
|
- elilo.efi
|
|
* Update boot protocol for 2.6.30. (bnc#560443)
|
|
* Allocate initrd below kernel specified limit. (bnc#577570)
|
|
* Load kernel relocated. (bnc#447843, 516215, 568848, 587858)
|
|
- elilo.pl
|
|
* Add handling of VMM for XEN. (bnc#578926)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 26 12:14:57 CET 2010 - rw@suse.de
|
|
|
|
- elilo.efi
|
|
* PRELIMINARY debugging patch for x86_64. (bnc#560443)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 20 13:10:51 CET 2009 - rw@suse.de
|
|
|
|
- elilo.efi
|
|
* Update to elilo-3.12.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 22 18:30:29 CEST 2009 - rw@suse.de
|
|
|
|
- elilo.spec
|
|
* Submit to SLE11. (bnc#494042)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 20 08:16:44 CEST 2009 - coolo@novell.com
|
|
|
|
- elilo.spec
|
|
* replace libexecdir with libdir
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 28 13:05:25 CEST 2009 - ro@suse.de
|
|
|
|
- elilo.spec
|
|
* Use binutils219 on SLE10 SP3.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 15 13:47:44 CEST 2009 - rw@suse.de
|
|
|
|
- elilo.efi
|
|
* Update to elilo-3.10. (fate#306032)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 30 15:24:26 CEST 2009 - ro@suse.de
|
|
|
|
- elilo.spec
|
|
* Submit to SLE10 SP3. (fate#306032)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 9 15:36:39 CET 2009 - rw@suse.de
|
|
|
|
- elilo.efi
|
|
* Allow booting x86_64 from network. (bnc#473914)
|
|
* Introduce new per-image option 'text-mode' for x86_64, which can
|
|
be used to sidestep "dubious" GOP implementations. (bnc#466570)
|
|
* Minor cleanup.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 9 16:34:53 CET 2008 - rw@suse.de
|
|
|
|
- elilo.efi
|
|
* Second attempt to work around firmware problem. (bnc#437486)
|
|
- elilo.conf
|
|
* Provide stub man page. (bnc#435648)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 21 15:56:50 CET 2008 - rw@suse.de
|
|
|
|
- elilo.efi
|
|
* Significant code cleanup from CVS. (bnc#443565)
|
|
* First attempt to work around firmware problem. (bnc#437486)
|
|
- elilo.pl
|
|
* Improve removal of obsolete files. (bnc#398416)
|
|
- eliloalt
|
|
* Support sysfs interface. (bnc#440489)
|
|
* Provide man page. (bnc#440197)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 27 18:16:02 CET 2008 - rw@suse.de
|
|
|
|
- elilo.pl
|
|
* Mask 'relocatable' (unless supported). (bnc#438276)
|
|
* Remove old files from target directory. (bnc#398416)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 17 08:52:44 CEST 2008 - olh@suse.de
|
|
|
|
- elilo.spec
|
|
* Add ExclusiveArch ia64 x86 x86_64
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 31 10:22:56 CEST 2008 - rw@suse.de
|
|
|
|
- elilo.efi
|
|
* Update to final elilo-3.8 for uEFI support. (fate#301882)
|
|
- elilo.pl
|
|
* Preserve time-stamps but not permissions. (bnc#394331)
|
|
* Unconditionally strip deprecated 'read-only' from 'elilo.conf'.
|
|
* Support '$LIBEXECDIR' to please uEFI/x86_64 and
|
|
relocate efi-binaries from 'elilo' to 'efi'. (fate#301882)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 28 17:48:31 CET 2008 - ro@suse.de
|
|
|
|
- elilo.spec
|
|
* No strip for elilo.efi during install (unknown binary format).
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 27 00:56:14 CEST 2007 - schwab@suse.de
|
|
|
|
- elilo.spec
|
|
* Revert last change.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 26 23:55:13 CEST 2007 - ro@suse.de
|
|
|
|
- elilo.spec
|
|
* Added gnu-efi-devel to buildreq.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 9 14:29:40 CEST 2007 - rw@suse.de
|
|
|
|
- elilo.efi
|
|
* Reduce non-"command line" strings back to 512. (#256676)
|
|
* Fix another buffer overrun. (#256676)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 23 10:44:35 CET 2007 - schwab@suse.de
|
|
|
|
- elilo.spec
|
|
* Disable stack protector.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 6 18:33:55 CET 2007 - bwalle@suse.de
|
|
|
|
- elilo.efi
|
|
* Increase command line size to 2048. (#242702)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 10 10:37:13 CET 2006 - schwab@suse.de
|
|
|
|
- elilo.efi
|
|
* Fix spelling.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 2 17:33:57 CET 2006 - rw@suse.de
|
|
|
|
- elilo.efi
|
|
* Update to final 3.6
|
|
(Fixed vmcode_name initialization in textmenu chooser)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:44:13 CET 2006 - mls@suse.de
|
|
|
|
- elilo.spec
|
|
* Converted neededforbuild to BuildRequires.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 20 12:51:08 CET 2006 - schwab@suse.de
|
|
|
|
- elilo.spec
|
|
* Don't strip binaries.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 9 18:57:56 CET 2006 - rw@suse.de
|
|
|
|
- elilo.efi
|
|
* Fix vmcode_name initialization in textmenu chooser. (#140519)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 9 16:37:17 CET 2005 - rw@suse.de
|
|
|
|
- elilo.pl
|
|
* Fix formatting of man-page.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 7 16:31:04 CET 2005 - rw@suse.de
|
|
|
|
- elilo.efi
|
|
* Update to 3.5-pre2.
|
|
- elilo.pl
|
|
* Make "best effort" instead of giving up early.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 13 16:03:14 CEST 2005 - schwab@suse.de
|
|
|
|
- elilo.pl
|
|
* Check that the default label is defined.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 5 18:14:04 CEST 2005 - schwab@suse.de
|
|
|
|
- elilo.pl
|
|
* Barf on duplicate labels.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 13 17:41:15 CEST 2005 - schwab@suse.de
|
|
|
|
- elilo.efi
|
|
* Fix for new assembler.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 19 00:36:17 CET 2005 - schwab@suse.de
|
|
|
|
- elilo.efi
|
|
* Clear extra memory in initrd block so that initramfs works.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 6 17:10:32 CEST 2004 - rw@suse.de
|
|
|
|
- elilo.efi
|
|
* Fix simple-chooser (#45493)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 27 17:39:05 CEST 2004 - rw@suse.de
|
|
|
|
- elilo.pl
|
|
* Make all image-objects (kernel/initrd) *optional* by default (#41315)
|
|
|
|
------------------------------------------------------------------
|
|
Mon Feb 23 15:32:53 CET 2004 - rw@suse.de
|
|
|
|
- elilo.efi
|
|
* Use '$RPM_OPT_FLAGS' with '-fno-strict-aliasing' appended.
|
|
- elilo.pl
|
|
* Take care of FPSWA.
|
|
* Try to avoid copying the same files more than once.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 24 13:59:08 CET 2003 - rw@suse.de
|
|
|
|
- Provide '/sbin/elilo' to simplify separation of '/boot' and the
|
|
EFI FAT-partition (bug #21644)
|
|
- Move 'elilo.efi' to '/usr/lib/elilo'
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 1 17:45:41 CEST 2003 - schwab@suse.de
|
|
|
|
- Update to final 3.4 to remove extraneous debug output.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 26 19:33:50 CEST 2003 - rw@suse.de
|
|
|
|
- Add patch from Greg Edwards (SGI) (#29340)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 22 12:02:33 CEST 2003 - schwab@suse.de
|
|
|
|
- Update to elilo 3.4.
|
|
* Improved netbooting.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 10 13:24:05 CEST 2003 - schwab@suse.de
|
|
|
|
- Add fix for netbooting.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 8 17:34:48 CEST 2003 - schwab@suse.de
|
|
|
|
- Add two fixes from author.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 17 11:17:23 CEST 2002 - schwab@suse.de
|
|
|
|
- Update to elilo 3.3a.
|
|
* More memory management bugs fixed.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 13 12:01:47 CEST 2002 - schwab@suse.de
|
|
|
|
- Fix %post.
|
|
- Fix eliloalt.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 11 20:24:52 CEST 2002 - schwab@suse.de
|
|
|
|
- Fix buffer overrun.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 2 17:08:05 CEST 2002 - schwab@suse.de
|
|
|
|
- Move elilo.conf to /boot/efi/SuSE.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 27 17:11:26 CEST 2002 - schwab@suse.de
|
|
|
|
- Update to elilo 3.3.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 16 17:30:11 CEST 2002 - schwab@suse.de
|
|
|
|
- Move boot loader to /boot/efi/SuSE.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 5 11:22:09 CET 2002 - schwab@suse.de
|
|
|
|
- Update to elilo 3.2.
|
|
- Make elilo.conf and startup.nsh %ghost files.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 18 20:41:52 CEST 2001 - schwab@suse.de
|
|
|
|
- Update to elilo 3.1.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 25 19:43:04 CEST 2001 - schwab@suse.de
|
|
|
|
- Add two patches from author.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 18 14:33:22 CEST 2001 - schwab@suse.de
|
|
|
|
- Split from gnu-efi packages.
|
|
- New version 3.0.
|
|
|