diff options
author | Yongfeng Du <dolpher.du@intel.com> | 2014-11-25 10:57:21 +0800 |
---|---|---|
committer | Yongfeng Du <dolpher.du@intel.com> | 2014-11-25 10:57:21 +0800 |
commit | 89b75c5a023cd6d91aa8a2f479d11dc4dcafa2fa (patch) | |
tree | f433dc47f793a275d48f28cef26eeb251c548e94 | |
parent | da18ca0ea08fab0bf658a872286025c9a54f0c3d (diff) | |
download | mic-89b75c5a023cd6d91aa8a2f479d11dc4dcafa2fa.tar.gz mic-89b75c5a023cd6d91aa8a2f479d11dc4dcafa2fa.tar.bz2 mic-89b75c5a023cd6d91aa8a2f479d11dc4dcafa2fa.zip |
Bump up to 0.24.3
Signed-off-by: Yongfeng Du <dolpher.du@intel.com>
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | packaging/mic.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 0661315..51181db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mic (0.24.3~rc1) unstable; urgency=low +mic (0.24.3) unstable; urgency=low * bug fix: - fix qemu arm and arm64 issues - remove --preserve-order option in taring fs image diff --git a/packaging/mic.spec b/packaging/mic.spec index 9146012..d8e0025 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 1 +%define rc_version 0 %if 0%{?rc_version} %define release_prefix 0.rc%{rc_version}. |