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 #745 from gnawux/release1.1
Browse files Browse the repository at this point in the history
release: version config and packaging files
  • Loading branch information
gnawux authored Sep 17, 2018
2 parents 9dc7175 + 6881db6 commit 900bc20
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 26 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], [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])

Expand Down
12 changes: 7 additions & 5 deletions package/centos/rpm/SPECS/hyper-container.spec
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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
10 changes: 6 additions & 4 deletions package/centos/rpm/SPECS/hyperstart.spec
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
Expand All @@ -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
Expand Down
6 changes: 6 additions & 0 deletions package/debian/hypercontainer/debian/changelog
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
Expand Down
6 changes: 3 additions & 3 deletions package/debian/hypercontainer/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Build-Depends: debhelper (>=9),
libsqlite3-dev,
libvirt-dev
Standards-Version: 3.9.6
Homepage: http://hypercontainer.io
Homepage: https://github.com/hyperhq/hyperd
Vcs-Git: git://github.com/hyperhq/hyperd.git
Vcs-Browser: https://github.com/hyperhq/hyperd

Package: hypercontainer
Architecture: amd64 arm64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: HyperContainer - Virtualized Container Runtime
Hyper is a VM based docker engine, it start container image in
a light weight VM instead of a container.
Hyper is a VM based container engine, it start container image in
a lightweight VM instead of a namespace.
6 changes: 6 additions & 0 deletions package/debian/hyperstart/debian/changelog
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
Expand Down
2 changes: 1 addition & 1 deletion package/debian/hyperstart/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
12 changes: 7 additions & 5 deletions package/fedora/rpm/SPECS/hyper-container.spec
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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 5 additions & 3 deletions 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: 1.0.0
Version: 1.1.0
Release: 1%{?dist}
License: Apache License, Version 2.0
Group: System Environment/Base
Expand All @@ -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
Expand All @@ -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
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 (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
Expand Down
6 changes: 3 additions & 3 deletions package/ubuntu/hypercontainer/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Build-Depends: debhelper (>=9),
libsqlite3-dev,
libvirt-dev
Standards-Version: 3.9.6
Homepage: http://hypercontainer.io
Homepage: https://github.com/hyperhq/hyperd
Vcs-Git: git://github.com/hyperhq/hyperd.git
Vcs-Browser: https://github.com/hyperhq/hyperd

Package: hypercontainer
Architecture: amd64 arm64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: HyperContainer - Virtualized Container Runtime
Hyper is a VM based docker engine, it start container image in
a light weight VM instead of a container.
Hyper is a VM based container engine, it start container image in
a lightweight VM instead of a namespace.
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 (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
Expand Down
2 changes: 1 addition & 1 deletion package/ubuntu/hyperstart/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 900bc20

Please sign in to comment.