1
1
Summary: Hyper is a VM based docker runtime
2
2
Name: hyper-container
3
- Version: 0.7 .0
3
+ Version: 0.8 .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
- # git archive --format=tar.gz master > hyper-%{version}.tar.gz
10
- Source0: %{name }-%{version }.tar.gz
11
- # and the https://github.com/hyperhq/runv.git
12
- # git archive --format=tar.gz master > runv-%{version}.tar.gz
13
- Source1: runv-%{version }.tar.gz
9
+ # git archive --format=tar.gz master > hyperd-%{version}.tar.gz
10
+ Source0: hyperd-%{version }.tar.gz
14
11
URL: https://hyper.sh/
15
12
ExclusiveArch: x86_64
16
13
Requires: device-mapper,sqlite,libvirt
@@ -24,9 +21,7 @@ VM without a full guest OS
24
21
25
22
%prep
26
23
mkdir -p %{_builddir }/src/github.com/hyperhq/hyperd
27
- mkdir -p %{_builddir }/src/github.com/hyperhq/runv
28
24
tar -C %{_builddir }/src/github.com/hyperhq/hyperd -xvf %SOURCE0
29
- tar -C %{_builddir }/src/github.com/hyperhq/runv -xvf %SOURCE1
30
25
31
26
%build
32
27
cd %{_builddir }/src/github.com/hyperhq/hyperd
@@ -52,6 +47,8 @@ rm -rf %{buildroot}
52
47
/lib/systemd/system/hyperd.service
53
48
54
49
%changelog
50
+ *
Mon Mar 20 2017 Hyper Dev Team <[email protected] > -
0.8.0-1
51
+ - update source to 0.8.0
55
52
*
Fri Oct 28 2016 Hyper Dev Team <[email protected] > -
0.7.0-1
56
53
- update source to 0.7.0
57
54
*
Mon Aug 29 2016 Hyper Dev Team <[email protected] > -
0.6.2-1
0 commit comments