1- Summary: Hyper Container is a VM based docker runtime
1+ Summary: Hyper Container is a VM based container runtime
22Name: hyper-container
3- Version: 1.0 .0
3+ Version: 1.1 .0
44Release: 1%{?dist }
55License: Apache License, Version 2.0
66Group: 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
1010Source0: hyperd-%{version }.tar.gz
11- URL: https://hyper.sh /
11+ URL: https://github.com/hyperhq/hyperd /
1212ExclusiveArch: x86_64
1313Requires: device-mapper,sqlite
1414BuildRequires: 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
2424mkdir -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+ *
Mon Sep 17 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
0 commit comments