+Release 0.29.2 - Wed Feb. 26 2025 - Saulin Tuhin <s.tuhin@samsung.com>
+=====================================================================
+ * Enable mixed mode for formatting on Btrfs filesystems to support small devices
+ * If arch is riscv64, pass the QEMU_RESERVED_VA environment variable to install_root
+ * Add new section 'runscript_out_bootstrap' for kickstart to run script on host pc after image created.
+ * fix mic create image error: Rpmdb checksum is invalid: dCDPT(pkg checksums)
+ rebuild rpmdb before run intall package transaction.
+
Release 0.29.1 - Thu Apr. 18 2024 - Huayong Xu <huayong.xug@samsung.com>
=====================================================================
* Fix the issue that mic lost dependency file in docker
+mic (0.29.2) unstable; urgency=low
+ * Enable mixed mode for formatting on Btrfs filesystems to support small devices
+ * If arch is riscv64, pass the QEMU_RESERVED_VA environment variable to install_root
+ * Add new section 'runscript_out_bootstrap' for kickstart to run script on host pc after image created.
+ * fix mic create image error: Rpmdb checksum is invalid: dCDPT(pkg checksums)
+ rebuild rpmdb before run intall package transaction.
+
+ -- Saulin Tuhin <s.tuhin@samsung.com> Wed, 26 Feb 2025 17:00:00 +0600
+
mic (0.29.1) unstable; urgency=low
* Fix the issue that mic lost dependency file in docker.
* enable global arguament '-d' '-i' '-v' to mic create subcommands
+MIC Image Creator 0.29.2 Release Notes
+======================================
+Released Feb 26 2025
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+new features
+--------------------------
+ * Enable mixed mode for formatting on Btrfs filesystems to support small devices
+ * If arch is riscv64, pass the QEMU_RESERVED_VA environment variable to install_root
+ * Add new section 'runscript_out_bootstrap' for kickstart to run script on host pc after image created.
+ * fix mic create image error: Rpmdb checksum is invalid: dCDPT(pkg checksums)
+ rebuild rpmdb before run intall package transaction.
+
MIC Image Creator 0.29.1 Release Notes
======================================
Released Apr 18 2024
import os, sys
-__version__ = "0.29.1"
+__version__ = "0.29.2"
cur_path = os.path.dirname(__file__) or '.'
sys.path.insert(0, cur_path + '/3rdparty')
+* Wed Feb 26 2025 Saulin Tuhin <s.tuhin@samsung.com> - 0.29.2
+ * Enable mixed mode for formatting on Btrfs filesystems to support small devices
+ * If arch is riscv64, pass the QEMU_RESERVED_VA environment variable to install_root
+ * Add new section 'runscript_out_bootstrap' for kickstart to run script on host pc after image created.
+ * fix mic create image error: Rpmdb checksum is invalid: dCDPT(pkg checksums)
+ rebuild rpmdb before run intall package transaction.
+
* Thu Apr 18 2024 Huayong Xu <huayong.xu@samsung.com> - 0.29.1
* Fix the issue that mic lost dependency file in docker
* enable global arguament '-d' '-i' '-v' to mic create subcommands
Name: mic
Summary: Image Creator for Linux Distributions
-Version: 0.29.1
+Version: 0.29.2
Release: %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
Group: Development/Tools
License: GPLv2