diff options
author | Gui Chen <gui.chen@intel.com> | 2014-10-14 04:26:07 +0000 |
---|---|---|
committer | admin <yuhuan.yang@samsung.com> | 2016-02-04 18:28:55 +0800 |
commit | 85cc36cfcff9bf656b0a0d49d6897bdc398a8435 (patch) | |
tree | 1359acccfcfaebf200b43a640a41c97fb66432e1 /packaging | |
parent | 0940a2da070321e785506ba21497f83ef2b080a8 (diff) | |
download | mic-85cc36cfcff9bf656b0a0d49d6897bdc398a8435.tar.gz mic-85cc36cfcff9bf656b0a0d49d6897bdc398a8435.tar.bz2 mic-85cc36cfcff9bf656b0a0d49d6897bdc398a8435.zip |
bump up to 0.26 rc1
Change-Id: I47f65df512e74b7ba82efcaf0b81b75f9795bcea
Signed-off-by: Gui Chen <gui.chen@intel.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/mic.changes | 14 | ||||
-rw-r--r-- | packaging/mic.spec | 4 |
2 files changed, 16 insertions, 2 deletions
diff --git a/packaging/mic.changes b/packaging/mic.changes index 83a804e..ee25132 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,3 +1,17 @@ +* Tue Oct 14 2014 Gui Chen <gui.chen@intel.com> - 0.26 + * add new arch MIPS support + * add qcow2 image format support + * add strict mode for package installing + * enable ssl_verify option in config file + * enhance checksums of outputs: md5sum, sha1sum, sha256sum + * enhance VCS info in yum backend + * bug fix: + - fix real path of device mapper causing initrd failure + - fix qemu arm and arm64 issues + - fix AttributeError in zypp backend + - fix 'python-xml' depends used by cElements + + * Fri May 28 2014 Gui Chen <gui.chen@intel.com> - 0.25.1 * revert bind mount config file to instroot * fix xml requirements diff --git a/packaging/mic.spec b/packaging/mic.spec index a56df95..85c68e3 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.25.1 +Version: 0.26 Release: %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2 |