diff options
author | Gui Chen <gui.chen@intel.com> | 2013-02-28 14:26:36 +0800 |
---|---|---|
committer | Gui Chen <gui.chen@intel.com> | 2013-02-28 15:11:14 +0800 |
commit | 6696329aa8d2ffd1bfa30e093884569a198e1120 (patch) | |
tree | 012ab6baafcc37d521191cb3df22cc97b209fd70 /packaging | |
parent | 3a89be5c973016f5fc12049e57413c1824429017 (diff) | |
download | mic-6696329aa8d2ffd1bfa30e093884569a198e1120.tar.gz mic-6696329aa8d2ffd1bfa30e093884569a198e1120.tar.bz2 mic-6696329aa8d2ffd1bfa30e093884569a198e1120.zip |
bump up to release 0.170.17
Change-Id: I172034cdb2397059331e741f4aea8e1776b1f636
Signed-off-by: Gui Chen <gui.chen@intel.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/mic.spec | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packaging/mic.spec b/packaging/mic.spec index cc8e796..7eb25c4 100644 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -3,7 +3,7 @@ Name: mic Summary: Image Creator for Linux Distributions Version: 0.17 -Release: 0.rc1.<CI_CNT>.<B_CNT> +Release: 1 Group: System/Base License: GPLv2 BuildArch: noarch @@ -61,7 +61,6 @@ Obsoletes: mic2 BuildRoot: %{_tmppath}/%{name}_%{version}-build - %description The tool mic is used to create and manipulate images for Linux distributions. It is composed of three subcommand\: create, convert, chroot. Subcommand create @@ -69,7 +68,6 @@ is used to create images with different types; subcommand convert is used to convert an image to a specified type; subcommand chroot is used to chroot into an image. - %prep %setup -q -n %{name}-%{version} |