This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
eucalyptus-service-image.spec
85 lines (60 loc) · 2.28 KB
/
eucalyptus-service-image.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Name: eucalyptus-service-image
Version: 4
Release: 0%{?dist}
Summary: Eucalyptus Service Image
Group: Applications/System
# License needs to be the *distro's* license (Fedora is GPLv2, for instance)
License: GPLv2
URL: http://www.eucalyptus.com/
BuildArch: noarch
Source0: %{name}-%{version}.tar.xz
BuildRequires: /usr/bin/virt-install
BuildRequires: /usr/bin/virt-sparsify
BuildRequires: /usr/bin/virt-sysprep
BuildRequires: python-devel
Requires: euca2ools >= 3.3
Requires: eucalyptus-admin-tools >= 4.2
Requires: python-prettytable
Obsoletes: eucalyptus-imaging-worker-image < 1.1
Obsoletes: eucalyptus-load-balancer-image < 1.2
Provides: eucalyptus-imaging-worker-image
Provides: eucalyptus-load-balancer-image
%description
This package contains a machine image for use in Eucalyptus to
instantiate multiple internal services.
%prep
%setup -q
%build
%configure %{?configure_opts}
make
%install
make install DESTDIR=$RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc IMAGE-LICENSE
/usr/bin/esi-describe-images
/usr/bin/esi-install-image
/usr/bin/esi-manage-stack
%{python_sitelib}/esitoolsupport*
# Something else should probably own the service-images dir at some
# point, but we can deal with that later when we have more than one.
/usr/share/eucalyptus/service-images/%{name}-%{version}.tar.xz
%changelog
* Tue Nov 8 2016 Garrett Holmstrom <[email protected]> - 4
- Version bump (4)
* Tue Nov 8 2016 Garrett Holmstrom <[email protected]> - 3
- Version bump (3)
* Mon Jul 25 2016 Garrett Holmstrom <[email protected]> - 2
- Version bump (2)
* Wed Feb 17 2016 Eucalyptus Release Engineering <[email protected]>
- remove python 2.7 requirement
* Fri Feb 5 2016 Eucalyptus Release Engineering <[email protected]>
- build Centos 7 image; sunset database server
* Mon Sep 28 2015 Eucalyptus Release Engineering <[email protected]>
- Pulled in euca2ools 3.3 for euca-generate-environment-config
* Wed Aug 26 2015 Eucalyptus Release Engineering <[email protected]>
- Use make instead of custom scripts
* Fri Apr 24 2015 Eucalyptus Release Engineering <[email protected]>
- Use esi prefix for tools
* Fri Dec 05 2014 Eucalyptus Release Engineering <[email protected]>
- Created