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

Commit 1eada11

Browse files
committed
release: version config and packaging files
Signed-off-by: Xu Wang <[email protected]>
1 parent 9dc7175 commit 1eada11

File tree

13 files changed

+58
-26
lines changed

13 files changed

+58
-26
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([hyper], [1.0.0], [[email protected]])
5+
AC_INIT([hyper], [1.1.0], [[email protected]])
66
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
77
AM_EXTRA_RECURSIVE_TARGETS([pkg])
88

package/centos/rpm/SPECS/hyper-container.spec

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
Summary: Hyper Container is a VM based docker runtime
1+
Summary: Hyper Container is a VM based container runtime
22
Name: hyper-container
3-
Version: 1.0.0
3+
Version: 1.1.0
44
Release: 1%{?dist}
55
License: Apache License, Version 2.0
66
Group: System Environment/Base
77
# The source for this package was pulled from upstream's git repo. Use the
88
# following commands to generate the tarball:
99
# git archive --format=tar.gz master > hyperd-%{version}.tar.gz
1010
Source0: hyperd-%{version}.tar.gz
11-
URL: https://hyper.sh/
11+
URL: https://github.com/hyperhq/hyperd/
1212
ExclusiveArch: x86_64
1313
Requires: device-mapper,sqlite
1414
BuildRequires: device-mapper-devel,pcre-devel,libsepol-devel,libselinux-devel,systemd-devel
@@ -17,8 +17,8 @@ BuildRequires: sqlite-devel
1717
#BuildRequires: libuuid-devel,xen-devel
1818

1919
%description
20-
Hyper is a VM based docker engine, it start a container image in
21-
VM without a full guest OS
20+
Hyper is a VM based container engine, it start a container image in
21+
lightweight VM without a full guest OS
2222

2323
%prep
2424
mkdir -p %{_builddir}/src/github.com/hyperhq/hyperd
@@ -52,6 +52,8 @@ rm -rf %{buildroot}
5252
/lib/systemd/system/hyper-vmlogd.service
5353

5454
%changelog
55+
* Sat Sep 15 2018 Hyper Dev Team <[email protected]> - 1.1.0-1
56+
- update source to 1.1.0
5557
* Thu Sep 28 2017 Hyper Dev Team <[email protected]> - 1.0.0-1
5658
- update source to 1.0.0
5759
* Mon May 8 2017 Hyper Dev Team <[email protected]> - 0.8.1-1

package/centos/rpm/SPECS/hyperstart.spec

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
Summary: Hyperstart is the initrd for hyper VM
22
Name: hyperstart
3-
Version: 1.0.0
3+
Version: 1.1.0
44
Release: 1%{?dist}
55
License: Apache License, Version 2.0
66
Group: System Environment/Base
77
# The source for this package was pulled from upstream's git repo. Use the
88
# following commands to generate the tarball:
99
# git archive --format=tar.gz master > hyperstart-%{version}.tar.gz
1010
Source0: %{name}-%{version}.tar.gz
11-
URL: https://hyper.sh/
11+
URL: https://github.com/hyperhq/hyperstart/
1212
ExclusiveArch: x86_64
1313

1414
%description
15-
Hyperstart is the initrd for hyper VM, hyperstart
16-
includes the kernel and initrd.
15+
Hyperstart is the init process for hyper VM, hyperstart package
16+
includes the guest kernel and the initramfs image.
1717

1818
%prep
1919
mkdir -p %{_builddir}/src/github.com/hyperhq/hyperstart
@@ -37,6 +37,8 @@ rm -rf %{buildroot}
3737
%{_sharedstatedir}/*
3838

3939
%changelog
40+
* Sat Sep 15 2018 Hyper Dev Team <[email protected]> - 1.1.0-1
41+
- update source to 1.1.0
4042
* Thu Sep 28 2017 Hyper Dev Team <[email protected]> - 1.0.0-1
4143
- update source to 1.0.0
4244
* Mon May 8 2017 Hyper Dev Team <[email protected]> - 0.8.1-1

package/debian/hypercontainer/debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
hypercontainer (1.1.0-1) unstable; urgency=low
2+
3+
* Release 1.1.0
4+
5+
-- Hyper Dev Team <[email protected]> Sat, 15 Sep 2018 10:30:08 +0800
6+
17
hypercontainer (1.0.0-1) unstable; urgency=low
28

39
* Release 1.0.0

package/debian/hypercontainer/debian/control

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Build-Depends: debhelper (>=9),
77
libsqlite3-dev,
88
libvirt-dev
99
Standards-Version: 3.9.6
10-
Homepage: http://hypercontainer.io
10+
Homepage: https://github.com/hyperhq/hyperd
1111
Vcs-Git: git://github.com/hyperhq/hyperd.git
1212
Vcs-Browser: https://github.com/hyperhq/hyperd
1313

1414
Package: hypercontainer
1515
Architecture: amd64 arm64
1616
Depends: ${shlibs:Depends}, ${misc:Depends}
1717
Description: HyperContainer - Virtualized Container Runtime
18-
Hyper is a VM based docker engine, it start container image in
19-
a light weight VM instead of a container.
18+
Hyper is a VM based container engine, it start container image in
19+
a lightweight VM instead of a namespace.

package/debian/hyperstart/debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
hyperstart (1.1.0-1) unstable; urgency=low
2+
3+
* Release 1.1.0
4+
5+
-- Hyper Dev Team <[email protected]> Sat, 15 Sep 2018 10:30:08 +0800
6+
17
hyperstart (1.0.0-1) unstable; urgency=low
28

39
* Release 1.0.0

package/debian/hyperstart/debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Maintainer: Hyper Dev Team <[email protected]>
55
Build-Depends: debhelper (>=9),
66
cpio
77
Standards-Version: 3.9.6
8-
Homepage: http://hypercontainer.io
8+
Homepage: https://github.com/hyperhq/hyperstart
99
Vcs-Git: git://github.com/hyperhq/hyperstart.git
1010
Vcs-Browser: https://github.com/hyperhq/hyperstart
1111

package/fedora/rpm/SPECS/hyper-container.spec

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
Summary: Hyper is a VM based docker runtime
1+
Summary: Hyper is a VM based container runtime
22
Name: hyper-container
3-
Version: 1.0.0
3+
Version: 1.1.0
44
Release: 1%{?dist}
55
License: Apache License, Version 2.0
66
Group: System Environment/Base
77
# The source for this package was pulled from upstream's git repo. Use the
88
# following commands to generate the tarball:
99
# git archive --format=tar.gz master > hyperd-%{version}.tar.gz
1010
Source0: hyperd-%{version}.tar.gz
11-
URL: https://hyper.sh/
11+
URL: https://github.com/hyperhq/hyperd
1212
ExclusiveArch: x86_64
1313
Requires: device-mapper,sqlite,libvirt
1414
BuildRequires: device-mapper-devel,pcre-devel,libsepol-devel,libselinux-devel,systemd-devel,libvirt-devel
1515
BuildRequires: sqlite-devel
1616

1717
%description
18-
Hyper is a VM based docker engine, it start a container image in
19-
VM without a full guest OS
18+
Hyper is a VM based container engine, it start a container image in
19+
a lightweight VM without a full guest OS
2020

2121
%prep
2222
mkdir -p %{_builddir}/src/github.com/hyperhq/hyperd
@@ -50,6 +50,8 @@ rm -rf %{buildroot}
5050
/lib/systemd/system/hyper-vmlogd.service
5151

5252
%changelog
53+
* Sat Sep 15 2017 Hyper Dev Team <[email protected]> - 1.1.0-1
54+
- update source to 1.1.0
5355
* Thu Sep 28 2017 Hyper Dev Team <[email protected]> - 1.0.0-1
5456
- update source to 1.0.0
5557
* Mon May 8 2017 Hyper Dev Team <[email protected]> - 0.8.1-1

package/fedora/rpm/SPECS/hyperstart.spec

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Hyperstart is the initrd for hyper VM
22
Name: hyperstart
3-
Version: 1.0.0
3+
Version: 1.1.0
44
Release: 1%{?dist}
55
License: Apache License, Version 2.0
66
Group: System Environment/Base
@@ -12,8 +12,8 @@ URL: https://hyper.sh/
1212
ExclusiveArch: x86_64
1313

1414
%description
15-
Hyperstart is the initrd for hyper VM, hyperstart
16-
includes the kernel and initrd.
15+
Hyperstart is the init process for hyper VM, hyperstart package
16+
includes the guest kernel and the initramfs.
1717

1818
%prep
1919
mkdir -p %{_builddir}/src/github.com/hyperhq/hyperstart
@@ -37,6 +37,8 @@ rm -rf %{buildroot}
3737
%{_sharedstatedir}/*
3838

3939
%changelog
40+
* Sat Sep 15 2017 Hyper Dev Team <[email protected]> - 1.1.0-1
41+
- update source to 1.1.0
4042
* Thu Sep 28 2017 Hyper Dev Team <[email protected]> - 1.0.0-1
4143
- update source to 1.0.0
4244
* Mon May 8 2017 Hyper Dev Team <[email protected]> - 0.8.1-1

package/ubuntu/hypercontainer/debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
hypercontainer (1.1.0-1) xenial; urgency=low
2+
3+
* Release 1.1.0
4+
5+
-- Hyper Dev Team <[email protected]> Sat, 15 Sep 2018 10:30:08 +0800
6+
17
hypercontainer (1.0.0-1) xenial; urgency=low
28

39
* Release 1.0.0

package/ubuntu/hypercontainer/debian/control

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Build-Depends: debhelper (>=9),
77
libsqlite3-dev,
88
libvirt-dev
99
Standards-Version: 3.9.6
10-
Homepage: http://hypercontainer.io
10+
Homepage: https://github.com/hyperhq/hyperd
1111
Vcs-Git: git://github.com/hyperhq/hyperd.git
1212
Vcs-Browser: https://github.com/hyperhq/hyperd
1313

1414
Package: hypercontainer
1515
Architecture: amd64 arm64
1616
Depends: ${shlibs:Depends}, ${misc:Depends}
1717
Description: HyperContainer - Virtualized Container Runtime
18-
Hyper is a VM based docker engine, it start container image in
19-
a light weight VM instead of a container.
18+
Hyper is a VM based container engine, it start container image in
19+
a lightweight VM instead of a namespace.

package/ubuntu/hyperstart/debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
hyperstart (1.1.0-1) xenial; urgency=low
2+
3+
* Release 1.1.0
4+
5+
-- Hyper Dev Team <[email protected]> Sat, 15 Sep 2018 10:30:08 +0800
6+
17
hyperstart (1.0.0-1) xenial; urgency=low
28

39
* Release 1.0.0

package/ubuntu/hyperstart/debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Maintainer: Hyper Dev Team <[email protected]>
55
Build-Depends: debhelper (>=9),
66
cpio
77
Standards-Version: 3.9.6
8-
Homepage: http://hypercontainer.io
8+
Homepage: https://github.com/hyperhq/hyperstart
99
Vcs-Git: git://github.com/hyperhq/hyperstart.git
1010
Vcs-Browser: https://github.com/hyperhq/hyperstart
1111

0 commit comments

Comments
 (0)