diff options
author | Yongfeng Du <dolpher.du@intel.com> | 2014-11-24 17:34:36 +0800 |
---|---|---|
committer | Yongfeng Du <dolpher.du@intel.com> | 2014-11-24 17:41:17 +0800 |
commit | da18ca0ea08fab0bf658a872286025c9a54f0c3d (patch) | |
tree | 34a3aab2dec17a4bc845a8e16a2ad657957747ff /packaging | |
parent | a8b57f43a57d1f46b2a17a994b71e0e89c84cf8b (diff) | |
download | mic-da18ca0ea08fab0bf658a872286025c9a54f0c3d.tar.gz mic-da18ca0ea08fab0bf658a872286025c9a54f0c3d.tar.bz2 mic-da18ca0ea08fab0bf658a872286025c9a54f0c3d.zip |
Bump up to 0.24.3-rc1
Signed-off-by: Yongfeng Du <dolpher.du@intel.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/mic.changes | 5 | ||||
-rw-r--r-- | packaging/mic.spec | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/packaging/mic.changes b/packaging/mic.changes index dfcc171..b14eff7 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,3 +1,8 @@ +* Mon Nov 24 2014 Yongfeng Du <dolpher.du@intel.com> - 0.24.3 + * bug fix: + - fix qemu arm and arm64 issues + - remove --preserve-order option in taring fs image + * Wed Jul 09 2014 Gui Chen <gui.chen@intel.com> - 0.24.2 * enable ssl_verify in config file * fix logfile incompleted issue diff --git a/packaging/mic.spec b/packaging/mic.spec index cbb0bca..9146012 100644 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -1,6 +1,6 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%define rc_version 0 +%define rc_version 1 %if 0%{?rc_version} %define release_prefix 0.rc%{rc_version}. @@ -8,7 +8,7 @@ Name: mic Summary: Image Creator for Linux Distributions -Version: 0.24.2 +Version: 0.24.3 Release: %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2 |