Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #562 from gnawux/release-0.8
Browse files Browse the repository at this point in the history
release v0.8.0
  • Loading branch information
gnawux authored Mar 21, 2017
2 parents c3ad41b + f8cc9f2 commit 79faabb
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 21 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([hyper], [0.7.0], [[email protected]])
AC_INIT([hyper], [0.8.0], [[email protected]])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AM_EXTRA_RECURSIVE_TARGETS([pkg])

Expand Down
2 changes: 1 addition & 1 deletion package/centos/make-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 3 additions & 6 deletions package/centos/rpm/SPECS/hyper-container.spec
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
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
# 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 > 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
Expand All @@ -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
Expand All @@ -53,6 +48,8 @@ rm -rf %{buildroot}
/lib/systemd/system/hyperd.service

%changelog
* Mon Mar 20 2017 Hyper Dev Team <[email protected]> - 0.8.0-1
- update source to 0.8.0
* Fri Oct 28 2016 Hyper Dev Team <[email protected]> - 0.7.0-1
- update source to 0.7.0
* Mon Aug 29 2016 Hyper Dev Team <[email protected]> - 0.6.2-1
Expand Down
4 changes: 3 additions & 1 deletion package/centos/rpm/SPECS/hyperstart.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -38,6 +38,8 @@ rm -rf %{buildroot}
%{_sharedstatedir}/*

%changelog
* Mon Mar 20 2017 Hyper Dev Team <[email protected]> - 0.8.0-1
- update source to 0.8.0
* Fri Oct 28 2016 Hyper Dev Team <[email protected]> - 0.7.0-1
- update source to 0.7.0
* Mon Aug 29 2016 Hyper Dev Team <[email protected]> - 0.6.2-1
Expand Down
2 changes: 1 addition & 1 deletion package/fedora/make-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 5 additions & 8 deletions package/fedora/rpm/SPECS/hyper-container.spec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -52,6 +47,8 @@ rm -rf %{buildroot}
/lib/systemd/system/hyperd.service

%changelog
* Mon Mar 20 2017 Hyper Dev Team <[email protected]> - 0.8.0-1
- update source to 0.8.0
* Fri Oct 28 2016 Hyper Dev Team <[email protected]> - 0.7.0-1
- update source to 0.7.0
* Mon Aug 29 2016 Hyper Dev Team <[email protected]> - 0.6.2-1
Expand Down
4 changes: 3 additions & 1 deletion package/fedora/rpm/SPECS/hyperstart.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -38,6 +38,8 @@ rm -rf %{buildroot}
%{_sharedstatedir}/*

%changelog
* Mon Mar 20 2017 Hyper Dev Team <[email protected]> - 0.8.0-1
- update source to 0.8.0
* Fri Oct 28 2016 Hyper Dev Team <[email protected]> - 0.7.0-1
- update source to 0.7.0
* Mon Aug 29 2016 Hyper Dev Team <[email protected]> - 0.6.2-1
Expand Down
6 changes: 6 additions & 0 deletions package/ubuntu/hypercontainer/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
hypercontainer (0.8.0-1) xenial; urgency=low

* Release 0.8.0

-- Hyper Dev Team <[email protected]> Mon, 20 Mar 2017 22:30:08 +0800

hypercontainer (0.7.0-2) xenial; urgency=low

* add service and config file to package
Expand Down
2 changes: 1 addition & 1 deletion package/ubuntu/hypercontainer/make-hypercontainer-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions package/ubuntu/hyperstart/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
hyperstart (0.8.0-1) xenial; urgency=low

* Release 0.8.0

-- Hyper Dev Team <[email protected]> Mon, 20 Mar 2017 22:30:08 +0800

hyperstart (0.7.0-1) xenial; urgency=low

* Release 0.7.0
Expand Down
2 changes: 1 addition & 1 deletion package/ubuntu/hyperstart/make-hyperstart-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79faabb

Please sign in to comment.