diff --git a/configure.ac b/configure.ac index 836332ae..04e194ec 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([hyper], [0.7.0], [dev@hyper.sh]) +AC_INIT([hyper], [0.8.0], [dev@hyper.sh]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) AM_EXTRA_RECURSIVE_TARGETS([pkg]) diff --git a/package/centos/make-rpm.sh b/package/centos/make-rpm.sh index 644d8398..9979c140 100755 --- a/package/centos/make-rpm.sh +++ b/package/centos/make-rpm.sh @@ -2,7 +2,7 @@ PROJECT=$(readlink -f $(dirname $0)/../..) CENTOS_DIR=${PROJECT}/package/centos -VERSION=0.7.0 +VERSION=0.8.0 if [ $# -gt 0 ] ; then VERSION=$1 diff --git a/package/centos/rpm/SPECS/hyper-container.spec b/package/centos/rpm/SPECS/hyper-container.spec index 79ce65aa..d9a3ba65 100644 --- a/package/centos/rpm/SPECS/hyper-container.spec +++ b/package/centos/rpm/SPECS/hyper-container.spec @@ -1,6 +1,6 @@ Summary: Hyper Container is a VM based docker runtime Name: hyper-container -Version: 0.7.0 +Version: 0.8.0 Release: 1%{?dist} License: Apache License, Version 2.0 Group: System Environment/Base @@ -8,9 +8,6 @@ Group: System Environment/Base # following commands to generate the tarball: # git archive --format=tar.gz master > hyperd-%{version}.tar.gz Source0: hyperd-%{version}.tar.gz -# and the https://github.com/hyperhq/runv.git -# git archive --format=tar.gz master > runv-%{version}.tar.gz -Source1: runv-%{version}.tar.gz URL: https://hyper.sh/ ExclusiveArch: x86_64 Requires: device-mapper,sqlite @@ -25,9 +22,7 @@ VM without a full guest OS %prep mkdir -p %{_builddir}/src/github.com/hyperhq/hyperd -mkdir -p %{_builddir}/src/github.com/hyperhq/runv tar -C %{_builddir}/src/github.com/hyperhq/hyperd -xvf %SOURCE0 -tar -C %{_builddir}/src/github.com/hyperhq/runv -xvf %SOURCE1 %build cd %{_builddir}/src/github.com/hyperhq/hyperd @@ -53,6 +48,8 @@ rm -rf %{buildroot} /lib/systemd/system/hyperd.service %changelog +* Mon Mar 20 2017 Hyper Dev Team - 0.8.0-1 +- update source to 0.8.0 * Fri Oct 28 2016 Hyper Dev Team - 0.7.0-1 - update source to 0.7.0 * Mon Aug 29 2016 Hyper Dev Team - 0.6.2-1 diff --git a/package/centos/rpm/SPECS/hyperstart.spec b/package/centos/rpm/SPECS/hyperstart.spec index a86c92a1..9fc3c45c 100644 --- a/package/centos/rpm/SPECS/hyperstart.spec +++ b/package/centos/rpm/SPECS/hyperstart.spec @@ -1,6 +1,6 @@ Summary: Hyperstart is the initrd for hyper VM Name: hyperstart -Version: 0.7.0 +Version: 0.8.0 Release: 1%{?dist} License: Apache License, Version 2.0 Group: System Environment/Base @@ -38,6 +38,8 @@ rm -rf %{buildroot} %{_sharedstatedir}/* %changelog +* Mon Mar 20 2017 Hyper Dev Team - 0.8.0-1 +- update source to 0.8.0 * Fri Oct 28 2016 Hyper Dev Team - 0.7.0-1 - update source to 0.7.0 * Mon Aug 29 2016 Hyper Dev Team - 0.6.2-1 diff --git a/package/fedora/make-rpm.sh b/package/fedora/make-rpm.sh index df448d7a..761aa232 100644 --- a/package/fedora/make-rpm.sh +++ b/package/fedora/make-rpm.sh @@ -2,7 +2,7 @@ PROJECT=$(readlink -f $(dirname $0)/../..) FEDORA_DIR=${PROJECT}/package/fedora -VERSION=0.7.0 +VERSION=0.8.0 if [ $# -gt 0 ] ; then VERSION=$1 diff --git a/package/fedora/rpm/SPECS/hyper-container.spec b/package/fedora/rpm/SPECS/hyper-container.spec index 23f6abc0..e9f5b984 100644 --- a/package/fedora/rpm/SPECS/hyper-container.spec +++ b/package/fedora/rpm/SPECS/hyper-container.spec @@ -1,16 +1,13 @@ Summary: Hyper is a VM based docker runtime Name: hyper-container -Version: 0.7.0 +Version: 0.8.0 Release: 1%{?dist} License: Apache License, Version 2.0 Group: System Environment/Base # The source for this package was pulled from upstream's git repo. Use the # following commands to generate the tarball: -# git archive --format=tar.gz master > hyper-%{version}.tar.gz -Source0: %{name}-%{version}.tar.gz -# and the https://github.com/hyperhq/runv.git -# git archive --format=tar.gz master > runv-%{version}.tar.gz -Source1: runv-%{version}.tar.gz +# git archive --format=tar.gz master > hyperd-%{version}.tar.gz +Source0: hyperd-%{version}.tar.gz URL: https://hyper.sh/ ExclusiveArch: x86_64 Requires: device-mapper,sqlite,libvirt @@ -24,9 +21,7 @@ VM without a full guest OS %prep mkdir -p %{_builddir}/src/github.com/hyperhq/hyperd -mkdir -p %{_builddir}/src/github.com/hyperhq/runv tar -C %{_builddir}/src/github.com/hyperhq/hyperd -xvf %SOURCE0 -tar -C %{_builddir}/src/github.com/hyperhq/runv -xvf %SOURCE1 %build cd %{_builddir}/src/github.com/hyperhq/hyperd @@ -52,6 +47,8 @@ rm -rf %{buildroot} /lib/systemd/system/hyperd.service %changelog +* Mon Mar 20 2017 Hyper Dev Team - 0.8.0-1 +- update source to 0.8.0 * Fri Oct 28 2016 Hyper Dev Team - 0.7.0-1 - update source to 0.7.0 * Mon Aug 29 2016 Hyper Dev Team - 0.6.2-1 diff --git a/package/fedora/rpm/SPECS/hyperstart.spec b/package/fedora/rpm/SPECS/hyperstart.spec index ab724370..50617e5e 100644 --- a/package/fedora/rpm/SPECS/hyperstart.spec +++ b/package/fedora/rpm/SPECS/hyperstart.spec @@ -1,6 +1,6 @@ Summary: Hyperstart is the initrd for hyper VM Name: hyperstart -Version: 0.7.0 +Version: 0.8.0 Release: 1%{?dist} License: Apache License, Version 2.0 Group: System Environment/Base @@ -38,6 +38,8 @@ rm -rf %{buildroot} %{_sharedstatedir}/* %changelog +* Mon Mar 20 2017 Hyper Dev Team - 0.8.0-1 +- update source to 0.8.0 * Fri Oct 28 2016 Hyper Dev Team - 0.7.0-1 - update source to 0.7.0 * Mon Aug 29 2016 Hyper Dev Team - 0.6.2-1 diff --git a/package/ubuntu/hypercontainer/debian/changelog b/package/ubuntu/hypercontainer/debian/changelog index 3344677a..a388b573 100644 --- a/package/ubuntu/hypercontainer/debian/changelog +++ b/package/ubuntu/hypercontainer/debian/changelog @@ -1,3 +1,9 @@ +hypercontainer (0.8.0-1) xenial; urgency=low + + * Release 0.8.0 + + -- Hyper Dev Team Mon, 20 Mar 2017 22:30:08 +0800 + hypercontainer (0.7.0-2) xenial; urgency=low * add service and config file to package diff --git a/package/ubuntu/hypercontainer/make-hypercontainer-deb.sh b/package/ubuntu/hypercontainer/make-hypercontainer-deb.sh index 4c21e8c0..e6e4784b 100755 --- a/package/ubuntu/hypercontainer/make-hypercontainer-deb.sh +++ b/package/ubuntu/hypercontainer/make-hypercontainer-deb.sh @@ -2,7 +2,7 @@ PROJECT=$(readlink -f $(dirname $0)/../../..) UBUNTU_DIR=${PROJECT}/package/ubuntu/hypercontainer -VERSION=0.7.0 +VERSION=0.8.0 if [ $# -gt 0 ] ; then VERSION=$1 diff --git a/package/ubuntu/hyperstart/debian/changelog b/package/ubuntu/hyperstart/debian/changelog index f976e9c1..e66cc08b 100644 --- a/package/ubuntu/hyperstart/debian/changelog +++ b/package/ubuntu/hyperstart/debian/changelog @@ -1,3 +1,9 @@ +hyperstart (0.8.0-1) xenial; urgency=low + + * Release 0.8.0 + + -- Hyper Dev Team Mon, 20 Mar 2017 22:30:08 +0800 + hyperstart (0.7.0-1) xenial; urgency=low * Release 0.7.0 diff --git a/package/ubuntu/hyperstart/make-hyperstart-deb.sh b/package/ubuntu/hyperstart/make-hyperstart-deb.sh index bdbf4a97..78342a91 100755 --- a/package/ubuntu/hyperstart/make-hyperstart-deb.sh +++ b/package/ubuntu/hyperstart/make-hyperstart-deb.sh @@ -2,7 +2,7 @@ PROJECT=$(readlink -f $(dirname $0)/../../..) UBUNTU_DIR=${PROJECT}/package/ubuntu/hyperstart -VERSION=0.7.0 +VERSION=0.8.0 if [ $# -gt 0 ] ; then VERSION=$1