1
- Summary: Hyper Container is a VM based docker runtime
1
+ Summary: Hyper Container is a VM based container runtime
2
2
Name: hyper-container
3
- Version: 1.0 .0
3
+ Version: 1.1 .0
4
4
Release: 1%{?dist }
5
5
License: Apache License, Version 2.0
6
6
Group: System Environment/Base
7
7
# The source for this package was pulled from upstream's git repo. Use the
8
8
# following commands to generate the tarball:
9
9
# git archive --format=tar.gz master > hyperd-%{version}.tar.gz
10
10
Source0: hyperd-%{version }.tar.gz
11
- URL: https://hyper.sh /
11
+ URL: https://github.com/hyperhq/hyperd /
12
12
ExclusiveArch: x86_64
13
13
Requires: device-mapper,sqlite
14
14
BuildRequires: device-mapper-devel,pcre-devel,libsepol-devel,libselinux-devel,systemd-devel
@@ -17,8 +17,8 @@ BuildRequires: sqlite-devel
17
17
#BuildRequires: libuuid-devel,xen-devel
18
18
19
19
%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
22
22
23
23
%prep
24
24
mkdir -p %{_builddir }/src/github.com/hyperhq/hyperd
@@ -52,6 +52,8 @@ rm -rf %{buildroot}
52
52
/lib/systemd/system/hyper-vmlogd.service
53
53
54
54
%changelog
55
+ *
Sat Sep 15 2018 Hyper Dev Team <[email protected] > -
1.1.0-1
56
+ - update source to 1.1.0
55
57
*
Thu Sep 28 2017 Hyper Dev Team <[email protected] > -
1.0.0-1
56
58
- update source to 1.0.0
57
59
*
Mon May 8 2017 Hyper Dev Team <[email protected] > -
0.8.1-1
0 commit comments