This repository has been archived by the owner on Jul 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
5minute.spec
65 lines (52 loc) · 1.6 KB
/
5minute.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
Name: 5minute
Version: 0.2.33
Release: 0%{?dist}
Summary: Command line tool for getting instance from OpenStack
License: GPLv2
URL: https://github.com/SatelliteQE/5minute
Source0: https://github.com/SatelliteQE/%{name}/archive/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3
BuildRequires: python3-cinderclient
BuildRequires: python3-heatclient
BuildRequires: python3-neutronclient
BuildRequires: python3-xmltodict
BuildRequires: python3-prettytable
BuildRequires: python3-novaclient
BuildRequires: python3-keystoneclient
BuildRequires: python3-glanceclient
Requires: python3
Requires: python3-cinderclient
Requires: python3-heatclient
Requires: python3-neutronclient
Requires: python3-xmltodict
Requires: python3-prettytable
Requires: python3-novaclient
Requires: python3-keystoneclient
Requires: python3-glanceclient
%description
Give me an instance of mine image on OpenStack. Hurry!
%prep
%autosetup -n %{name}-%{name}-%{version}
%build
%py3_build
%install
%py3_install
%check
%{__python3} setup.py test
%files
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%{python3_sitelib}/*
%changelog
* Thu Jun 20 2019 ogajduse <ogajduse@redhat.com> - 0.2.33-0
- minor CI changes
* Tue Apr 02 2019 tstrych <tstrych@redhat.com> - 0.2.32-0
- keystone update to v3
- code refactoring
* Tue Jun 19 2018 Martin Korbel <mkorbel@redhat.com> - 0.2.31-0
- The better detection of end of the installation
- The option and non-option arguments can be intermixed (GNU style scanning mode)
- Update cinderclient to API v2