From 94b2829bd5d7d80abf675f4fcab051560486a1aa Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Fri, 21 May 2021 00:16:16 +0700 Subject: [PATCH] 1.4.12-alt1 - fix VM_SAVE_TARBALL parameter support - grub: save ang read default menu item (thanks jqt4@, sin@) --- .gear/mkimage-profiles.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gear/mkimage-profiles.spec b/.gear/mkimage-profiles.spec index 0fe42105..ad19d794 100644 --- a/.gear/mkimage-profiles.spec +++ b/.gear/mkimage-profiles.spec @@ -1,5 +1,5 @@ Name: mkimage-profiles -Version: 1.4.11 +Version: 1.4.12 Release: alt1 Summary: ALT based distribution metaprofile @@ -128,6 +128,10 @@ mv %buildroot%mpdir/doc/mkimage-profiles.7 %buildroot%_man7dir/ %endif %changelog +* Fri May 21 2021 Anton Midyukov 1.4.12-alt1 +- fix VM_SAVE_TARBALL parameter support +- grub: save ang read default menu item (thanks jqt4@, sin@) + * Mon May 17 2021 Anton Midyukov 1.4.11-alt1 - build-vm: Add ability to build .img.xz (thanks sem@) - reports.mk: optimiztion for generate rpm and srpms lists (thanks mike@)