diff --git a/SPECS/boom-boot.spec b/SPECS/boom-boot.spec index 9b45070..3e26b6b 100644 --- a/SPECS/boom-boot.spec +++ b/SPECS/boom-boot.spec @@ -2,19 +2,23 @@ %global sphinx_docs 1 Name: boom-boot -Version: 1.0 -Release: 1%{?dist} +Version: 1.2 +Release: 2%{?dist} Summary: %{summary} License: GPLv2 URL: https://github.com/snapshotmanager/boom Source0: https://github.com/snapshotmanager/boom/archive/%{version}/boom-%{version}.tar.gz Patch0: Disable-GRUB2-plugin-on-RHEL-8.patch -Patch1: 0001-boom.command-replace-.-with-_-in-automatic-uname-pat.patch -Patch2: 0002-boom.command-remove-duplicate-host-profile-argument.patch -Patch3: 0003-examples-Remove-dangling-symlinks-in-entries.patch -Patch4: 0004-etc-Remove-executable-permission-from-etc-default-bo.patch -Patch5: 0005-man-Fix-line-starting-with.patch +Patch1: 0001-etc-Remove-executable-permission-from-etc-default-bo.patch +Patch2: 0002-man-Fix-line-starting-with.patch +Patch3: 0003-boom-bump-release-to-1.2.patch +Patch4: 0004-boom-fix-precedence-and-handle-conflicts-when-mergin.patch +Patch5: 0005-boom-pass-add-del-opts-to-edit_entry-in-edit-command.patch +Patch6: 0006-boom-check-for-duplicates-in-edit_entry.patch +Patch7: 0007-tests-add-test_clone_entry_-add-del-_opts_and_re_-ad.patch +Patch8: 0008-tests-skip-add-del-and-re-del-add-tests-if-have_root.patch + BuildArch: noarch @@ -96,6 +100,9 @@ This package provides integration scripts for grub2 bootloader. %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 %build %if 0%{?sphinx_docs} @@ -121,7 +128,9 @@ install -m 644 etc/default/boom ${RPM_BUILD_ROOT}/etc/default install -d -m 700 ${RPM_BUILD_ROOT}/boot/boom/profiles install -d -m 700 ${RPM_BUILD_ROOT}/boot/boom/hosts install -d -m 700 ${RPM_BUILD_ROOT}/boot/loader/entries +install -d -m 700 ${RPM_BUILD_ROOT}/boot/boom/cache install -m 644 examples/boom.conf ${RPM_BUILD_ROOT}/boot/boom +install -m 644 examples/profiles/*.profile ${RPM_BUILD_ROOT}/boot/boom/profiles mkdir -p ${RPM_BUILD_ROOT}/%{_mandir}/man8 mkdir -p ${RPM_BUILD_ROOT}/%{_mandir}/man5 @@ -155,7 +164,9 @@ rm doc/conf.py %dir /boot/boom %config(noreplace) /boot/boom/boom.conf %dir /boot/boom/profiles +%config(noreplace) /boot/boom/profiles/* %dir /boot/boom/hosts +%dir /boot/boom/cache %dir /boot/loader/entries %files grub2 @@ -166,6 +177,22 @@ rm doc/conf.py %changelog +* Mon Jun 29 2020 Marian Csontos 1.2-2 +- Fix RHEL-8 profiles. +- Fix --add/del-opt precedence. +- Fix backup image reference counting. + +* Sun Jun 07 2020 Marian Csontos 1.2-1 +- Update to bug fix release 1.2. + +* Tue May 26 2020 Marian Csontos 1.1-2 +- Fix unicode entries handling. +- Add tracebacks when --debug is used. + +* Thu May 14 2020 Marian Csontos 1.1-1 +- Update to new upstream release 1.1. +- Add caching of kernel and init ramdisk images. + * Fri Nov 29 2019 Marian Csontos 1.0-1 - Update to new upstream release 1.0.