+Release 2.0.3 - Mon Jul. 22 2024 - Huayong Xu <huayong.xu@samsung.com>
+=====================================================================
+ * Fix build errors on Ubuntu 24.04
+ * Add new section 'runscript_out_bootstrap' for kickstart to run script
+ on host pc after image created.
+ * Replace SafeConfigParser with ConfigParser which is dropped in
+ python3.12
+ * Replace setup module from distuils.core to setuptools
+ * Ignore the pylint warning of raising-bad-type and
+ unbalanced-tuple-unpacking in connection and grabber script
+ * Fix mic create image error: Rpmdb checksum is invalid:
+ dCDPT(pkg checksums)
+
Release 2.0.2 - Fri Apr. 19 2024 - Huayong Xu <huayong.xu@samsung.com>
=====================================================================
* Fix the issue that mic lost dependency file in docker
+mic (2.0.3) unstable; urgency=low
+ * Fix build errors on Ubuntu 24.04
+ * Add new section 'runscript_out_bootstrap' for kickstart to run script
+ on host pc after image created.
+ * Replace SafeConfigParser with ConfigParser which is dropped in
+ python3.12
+ * Replace setup module from distuils.core to setuptools
+ * Ignore the pylint warning of raising-bad-type and
+ unbalanced-tuple-unpacking in connection and grabber script
+ * Fix mic create image error: Rpmdb checksum is invalid:
+ dCDPT(pkg checksums)
+
+ -- Xu Huayong <huayong.xu@samsung.com> Mon, 22 Jul 2024 15:00:00 +0800
+
mic (2.0.2) unstable; urgency=low
* Fix the issue that mic lost dependency file in docker
* Fix the mic can't create image into specified folder which defined
* Add the error message while no qemu for mic chroot
* Adjust the format of Notification
+ -- Xu Huayong <huayong.xu@samsung.com> Fri, 19 Apr 2024 15:00:00 +0800
+
mic (2.0.1) unstable; urgency=low
* Support ubuntu 22.04 distro
* Port code from python2.x to python3.x
+MIC Image Creator 2.0.3 Release Notes
+======================================
+Released Jul 22 2024
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+new features
+--------------------------
+ * Fix build errors on Ubuntu 24.04
+ * Add new section 'runscript_out_bootstrap' for kickstart to run script
+ on host pc after image created.
+ * Replace SafeConfigParser with ConfigParser which is dropped in
+ python3.12
+ * Replace setup module from distuils.core to setuptools
+ * Ignore the pylint warning of raising-bad-type and
+ unbalanced-tuple-unpacking in connection and grabber script
+ * Fix mic create image error: Rpmdb checksum is invalid:
+ dCDPT(pkg checksums)
+
MIC Image Creator 2.0.2 Release Notes
======================================
Released Apr 19 2024
import os, sys
-__version__ = "2.0.2"
+__version__ = "2.0.3"
cur_path = os.path.dirname(__file__) or '.'
sys.path.insert(0, cur_path + '/3rdparty')
+* Mon Jul 22 2024 Huayong Xu <huayong.xu@samsung.com> - 2.0.3
+ * Fix build errors on Ubuntu 24.04
+ * Add new section 'runscript_out_bootstrap' for kickstart to run script
+ on host pc after image created.
+ * Replace SafeConfigParser with ConfigParser which is dropped in
+ python3.12
+ * Replace setup module from distuils.core to setuptools
+ * Ignore the pylint warning of raising-bad-type and
+ unbalanced-tuple-unpacking in connection and grabber script
+ * Fix mic create image error: Rpmdb checksum is invalid:
+ dCDPT(pkg checksums)
+
* Fri Apr 19 2024 Huayong Xu <huayong.xu@samsung.com> - 2.0.2
* Fix the issue that mic lost dependency file in docker
* Fix the mic can't create image into specified folder which defined
Name: mic
Summary: Image Creator for Linux Distributions
-Version: 2.0.2
+Version: 2.0.3
Release: %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
Group: Development/Tools
License: GPLv2