bump up to release 0.28.19 12/291312/1 accepted/tizen_devbase_tools accepted/tizen/devbase/tools/20230414.004436 submit/trunk/20230413.154030
authorbiao716.wang <biao716.wang@samsung.com>
Thu, 13 Apr 2023 07:27:28 +0000 (16:27 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Thu, 13 Apr 2023 07:27:28 +0000 (16:27 +0900)
Change-Id: Id52b39bb8a0dec06b7563b34392daa6da1cc9c3d
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
ChangeLog
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.spec

index 5d58d1f8e6ff49d1667ead3840a01e1fcbcf011d..5cc41d8b6d3f1dc80f8b2449326c21ae2d935ce9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Release 0.28.19 -  Thu Apr. 13 2023 - Biao Wang <biao716.wang@samsung.com>
+=====================================================================
+  * Fix mic create image error with rpm 4.14 if %prepackages section exists in ks file.
+
 Release 0.28.18 -  Thu Jan. 12 2023 - Biao Wang <biao716.wang@samsung.com>
 =====================================================================
   * Add support for RISC-V arch.
index d36b62edff929928918f6d268d3a5721c792f83a..8aab8b3a03a231888029fb8889aa04bda40a3773 100644 (file)
@@ -1,3 +1,9 @@
+mic (0.28.19) unstable; urgency=low
+  * Fix mic create image error with rpm 4.14 if %prepackages section exists in
+    ks file.
+
+ -- Biao Wang <biao716.wang@samsung.com>  Thu, 13 Apr 2023 15:00:00 +0800
+
 mic (0.28.18) unstable; urgency=low
   * Add support for RISC-V arch.
 
index 2a883de308844296b5359d29d53222b7961c0416..ec8744d7b8a19e48516c86f176e493c5a9d1f2c0 100644 (file)
@@ -1,3 +1,14 @@
+MIC Image Creator 0.28.19 Release Notes
+======================================
+Released Apr 13 2023
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+new features
+--------------------------
+  * Fix mic create image error with rpm 4.14 if %prepackages section exists in ks file.
+
 MIC Image Creator 0.28.18 Release Notes
 ======================================
 Released Jan 12 2023
index 3507db0f86bf68caf6881c4bc59e6dc41261a6a9..a60b9b1ca5b7fc4ed4614cf17830931ffb3c5e80 100755 (executable)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.28.18"
+__version__ = "0.28.19"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index 20f7bc216df664147c9e3766784939897b268915..55d72de767ef0c6757c44e96aa6cb92235add646 100644 (file)
@@ -1,3 +1,6 @@
+* Thu Apr 13 2023 Biao Wang <biao716.wang@samsung.com> - 0.28.19
+  * Fix mic create image error with rpm 4.14 if %prepackages section exists in ks file.
+
 * Thu Jan 12 2023 Biao Wang <biao716.wang@samsung.com> - 0.28.18
   * Add support for RISC-V arch.
 
index 2d5413cd6630d8777a2247e4e1ea46377f85f851..b22c62a6657c36b99a9a497d56649fb80b29400d 100755 (executable)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.28.18
+Version:    0.28.19
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2