File update-bootloader-rpm-macros.changes of Package update-bootloader-rpm-macros
-------------------------------------------------------------------
Mon Mar 4 07:53:38 UTC 2024 - Michael Chang <mchang@suse.com>
- Remove coreutils from the %update_bootloader_requires (bsc#1218241)
- Make mkdir optional if it is not available, this is non-fatal because that
generally indicates update-bootloader can be ignored due to missing coreutils
-------------------------------------------------------------------
Tue Dec 12 09:54:44 UTC 2023 - Giacomo Comes <gcomes.obs@gmail.com>
- add Requires(post): coreutils to the macro %update_bootloader_requires
* the post scriptlets use the commands mkdir and touch which would fail
if coreutils is not installed
-------------------------------------------------------------------
Mon Aug 15 19:07:05 UTC 2022 - Dirk Müller <dmueller@suse.com>
- avoid bashisms in update-bootloader scriptlets (bsc#1195391)
-------------------------------------------------------------------
Tue Jul 13 06:16:06 UTC 2021 - Michael Chang <mchang@suse.com>
- Use grub2-instdev-fixup.pl if available for correting
/etc/default/grub_installdevice to use disk device if grub has been
installed on it
-------------------------------------------------------------------
Tue Jun 29 07:07:07 UTC 2021 - olaf@aepfle.de
- Make sure _rpmmacrodir is defined to restore compatibility with SLE12
-------------------------------------------------------------------
Thu Jun 24 09:33:46 UTC 2021 - Ludwig Nussel <lnussel@suse.de>
- make perl-Bootloader optional. This avoids to pull in perl in
small systems that do not necessarily use perl-Bootloader
-------------------------------------------------------------------
Fri May 10 09:16:21 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
- Move RPM macros to %_rpmmacrodir.
-------------------------------------------------------------------
Thu Jan 19 10:14:01 UTC 2017 - jengelh@inai.de
- RPM group fixup
-------------------------------------------------------------------
Wed Dec 28 09:45:49 UTC 2016 - mchang@suse.com
- New package with rpm macros to support bootloader update in %posttrans to
improve the efficiency. (bsc#997317)