Changelog for
update-bootloader-rpm-macros-0-8.1.noarch.rpm :
* Mon Mar 04 2024 Michael Chang
- 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 2023 Giacomo Comes - 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 2022 Dirk Müller - avoid bashisms in update-bootloader scriptlets (bsc#1195391)
* Tue Jul 13 2021 Michael Chang - 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 2021 olafAATTaepfle.de- Make sure _rpmmacrodir is defined to restore compatibility with SLE12
* Thu Jun 24 2021 Ludwig Nussel - make perl-Bootloader optional. This avoids to pull in perl in small systems that do not necessarily use perl-Bootloader
* Fri May 10 2019 Dominique Leuenberger - Move RPM macros to %_rpmmacrodir.
* Thu Jan 19 2017 jengelhAATTinai.de- RPM group fixup
* Wed Dec 28 2016 mchangAATTsuse.com- New package with rpm macros to support bootloader update in %posttrans to improve the efficiency. (bsc#997317)