diff options
author | Lihong Sun <lihongx.sun@intel.com> | 2015-01-21 22:00:18 -0500 |
---|---|---|
committer | Lihong Sun <lihongx.sun@intel.com> | 2015-01-21 23:51:47 -0500 |
commit | 7b4399af9d207f23689fdc1dbe01787d9b96bf48 (patch) | |
tree | 2cfea44818e38573f0e2daeb8986edca7c2d6735 /packaging | |
parent | 490fd72946d6345e378baf51581c8f9d963a1abf (diff) | |
download | mic-7b4399af9d207f23689fdc1dbe01787d9b96bf48.tar.gz mic-7b4399af9d207f23689fdc1dbe01787d9b96bf48.tar.bz2 mic-7b4399af9d207f23689fdc1dbe01787d9b96bf48.zip |
bump up to 0.24.4 rc1
Change-Id: If427b593950794f4810bc49908ddb88cd981e0f6
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/mic.changes | 7 | ||||
-rw-r--r-- | packaging/mic.spec | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/packaging/mic.changes b/packaging/mic.changes index b14eff7..39e9249 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,3 +1,10 @@ +* Thu Jan 22 2015 Lihong Sun <lihongx.sun@intel.com> - 0.24.4 + * generate manifest file to describe image information + * bug fix: + - fix incorrect logfile location of '--release' if creation failed + - update dependency package for mic + - add catching 'distribution not found' exception + * Mon Nov 24 2014 Yongfeng Du <dolpher.du@intel.com> - 0.24.3 * bug fix: - fix qemu arm and arm64 issues diff --git a/packaging/mic.spec b/packaging/mic.spec index ae7549d..5f9a223 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.3 +Version: 0.24.4 Release: %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2 |