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 191
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 #745 from gnawux/release1.1
release: version config and packaging files
- Loading branch information
Showing
13 changed files
with
58 additions
and
26 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], [1.0.0], [[email protected]]) | ||
AC_INIT([hyper], [1.1.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Summary: Hyper Container is a VM based docker runtime | ||
Summary: Hyper Container is a VM based container runtime | ||
Name: hyper-container | ||
Version: 1.0.0 | ||
Version: 1.1.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 | ||
URL: https://hyper.sh/ | ||
URL: https://github.com/hyperhq/hyperd/ | ||
ExclusiveArch: x86_64 | ||
Requires: device-mapper,sqlite | ||
BuildRequires: device-mapper-devel,pcre-devel,libsepol-devel,libselinux-devel,systemd-devel | ||
|
@@ -17,8 +17,8 @@ BuildRequires: sqlite-devel | |
#BuildRequires: libuuid-devel,xen-devel | ||
|
||
%description | ||
Hyper is a VM based docker engine, it start a container image in | ||
VM without a full guest OS | ||
Hyper is a VM based container engine, it start a container image in | ||
lightweight VM without a full guest OS | ||
|
||
%prep | ||
mkdir -p %{_builddir}/src/github.com/hyperhq/hyperd | ||
|
@@ -52,6 +52,8 @@ rm -rf %{buildroot} | |
/lib/systemd/system/hyper-vmlogd.service | ||
|
||
%changelog | ||
* Mon Sep 17 2018 Hyper Dev Team <[email protected]> - 1.1.0-1 | ||
- update source to 1.1.0 | ||
* Thu Sep 28 2017 Hyper Dev Team <[email protected]> - 1.0.0-1 | ||
- update source to 1.0.0 | ||
* Mon May 8 2017 Hyper Dev Team <[email protected]> - 0.8.1-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,19 +1,19 @@ | ||
Summary: Hyperstart is the initrd for hyper VM | ||
Name: hyperstart | ||
Version: 1.0.0 | ||
Version: 1.1.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 > hyperstart-%{version}.tar.gz | ||
Source0: %{name}-%{version}.tar.gz | ||
URL: https://hyper.sh/ | ||
URL: https://github.com/hyperhq/hyperstart/ | ||
ExclusiveArch: x86_64 | ||
|
||
%description | ||
Hyperstart is the initrd for hyper VM, hyperstart | ||
includes the kernel and initrd. | ||
Hyperstart is the init process for hyper VM, hyperstart package | ||
includes the guest kernel and the initramfs image. | ||
|
||
%prep | ||
mkdir -p %{_builddir}/src/github.com/hyperhq/hyperstart | ||
|
@@ -37,6 +37,8 @@ rm -rf %{buildroot} | |
%{_sharedstatedir}/* | ||
|
||
%changelog | ||
* Mon Sep 17 2018 Hyper Dev Team <[email protected]> - 1.1.0-1 | ||
- update source to 1.1.0 | ||
* Thu Sep 28 2017 Hyper Dev Team <[email protected]> - 1.0.0-1 | ||
- update source to 1.0.0 | ||
* Mon May 8 2017 Hyper Dev Team <[email protected]> - 0.8.1-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 (1.1.0-1) unstable; urgency=low | ||
|
||
* Release 1.1.0 | ||
|
||
-- Hyper Dev Team <[email protected]> Mon, 17 Sep 2018 20:30:08 +0800 | ||
|
||
hypercontainer (1.0.0-1) unstable; urgency=low | ||
|
||
* Release 1.0.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
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 (1.1.0-1) unstable; urgency=low | ||
|
||
* Release 1.1.0 | ||
|
||
-- Hyper Dev Team <[email protected]> Mon, 17 Sep 2018 20:30:08 +0800 | ||
|
||
hyperstart (1.0.0-1) unstable; urgency=low | ||
|
||
* Release 1.0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Maintainer: Hyper Dev Team <[email protected]> | |
Build-Depends: debhelper (>=9), | ||
cpio | ||
Standards-Version: 3.9.6 | ||
Homepage: http://hypercontainer.io | ||
Homepage: https://github.com/hyperhq/hyperstart | ||
Vcs-Git: git://github.com/hyperhq/hyperstart.git | ||
Vcs-Browser: https://github.com/hyperhq/hyperstart | ||
|
||
|
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,22 +1,22 @@ | ||
Summary: Hyper is a VM based docker runtime | ||
Summary: Hyper is a VM based container runtime | ||
Name: hyper-container | ||
Version: 1.0.0 | ||
Version: 1.1.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 | ||
URL: https://hyper.sh/ | ||
URL: https://github.com/hyperhq/hyperd | ||
ExclusiveArch: x86_64 | ||
Requires: device-mapper,sqlite,libvirt | ||
BuildRequires: device-mapper-devel,pcre-devel,libsepol-devel,libselinux-devel,systemd-devel,libvirt-devel | ||
BuildRequires: sqlite-devel | ||
|
||
%description | ||
Hyper is a VM based docker engine, it start a container image in | ||
VM without a full guest OS | ||
Hyper is a VM based container engine, it start a container image in | ||
a lightweight VM without a full guest OS | ||
|
||
%prep | ||
mkdir -p %{_builddir}/src/github.com/hyperhq/hyperd | ||
|
@@ -50,6 +50,8 @@ rm -rf %{buildroot} | |
/lib/systemd/system/hyper-vmlogd.service | ||
|
||
%changelog | ||
* Mon Sep 17 2018 Hyper Dev Team <[email protected]> - 1.1.0-1 | ||
- update source to 1.1.0 | ||
* Thu Sep 28 2017 Hyper Dev Team <[email protected]> - 1.0.0-1 | ||
- update source to 1.0.0 | ||
* Mon May 8 2017 Hyper Dev Team <[email protected]> - 0.8.1-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: 1.0.0 | ||
Version: 1.1.0 | ||
Release: 1%{?dist} | ||
License: Apache License, Version 2.0 | ||
Group: System Environment/Base | ||
|
@@ -12,8 +12,8 @@ URL: https://hyper.sh/ | |
ExclusiveArch: x86_64 | ||
|
||
%description | ||
Hyperstart is the initrd for hyper VM, hyperstart | ||
includes the kernel and initrd. | ||
Hyperstart is the init process for hyper VM, hyperstart package | ||
includes the guest kernel and the initramfs. | ||
|
||
%prep | ||
mkdir -p %{_builddir}/src/github.com/hyperhq/hyperstart | ||
|
@@ -37,6 +37,8 @@ rm -rf %{buildroot} | |
%{_sharedstatedir}/* | ||
|
||
%changelog | ||
* Mon Sep 17 2018 Hyper Dev Team <[email protected]> - 1.1.0-1 | ||
- update source to 1.1.0 | ||
* Thu Sep 28 2017 Hyper Dev Team <[email protected]> - 1.0.0-1 | ||
- update source to 1.0.0 | ||
* Mon May 8 2017 Hyper Dev Team <[email protected]> - 0.8.1-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 (1.1.0-1) xenial; urgency=low | ||
|
||
* Release 1.1.0 | ||
|
||
-- Hyper Dev Team <[email protected]> Mon, 17 Sep 2018 20:30:08 +0800 | ||
|
||
hypercontainer (1.0.0-1) xenial; urgency=low | ||
|
||
* Release 1.0.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
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 (1.1.0-1) xenial; urgency=low | ||
|
||
* Release 1.1.0 | ||
|
||
-- Hyper Dev Team <[email protected]> Mon, 17 Sep 2018 20:30:08 +0800 | ||
|
||
hyperstart (1.0.0-1) xenial; urgency=low | ||
|
||
* Release 1.0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Maintainer: Hyper Dev Team <[email protected]> | |
Build-Depends: debhelper (>=9), | ||
cpio | ||
Standards-Version: 3.9.6 | ||
Homepage: http://hypercontainer.io | ||
Homepage: https://github.com/hyperhq/hyperstart | ||
Vcs-Git: git://github.com/hyperhq/hyperstart.git | ||
Vcs-Browser: https://github.com/hyperhq/hyperstart | ||
|
||
|