This repository has been archived by the owner on Feb 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #562 from gnawux/release-0.8
release v0.8.0
- Loading branch information
Showing
11 changed files
with
31 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 <[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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 <[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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters