Blame 5minute.spec

2fa45bc
Name:           5minute
756d9d5
Version:        0.2.32
e4e4fce
Release:        2%{?dist}
2fa45bc
Summary:        Give me an instance of mine image on OpenStack. Hurry!
2fa45bc
License:        GPLv2
2fa45bc
URL:            https://github.com/SatelliteQE/%{name}/
2fa45bc
Source0:        https://github.com/SatelliteQE/%{name}/archive/%{name}-%{version}.tar.gz
ff1903a
BuildArch:      noarch
ff1903a
BuildRequires:  python3-devel
ff1903a
BuildRequires:  python3
2fa45bc
BuildRequires:  python3-cinderclient
2fa45bc
BuildRequires:  python3-heatclient
2fa45bc
BuildRequires:  python3-neutronclient
2fa45bc
BuildRequires:  python3-xmltodict
2fa45bc
BuildRequires:  python3-prettytable
2fa45bc
BuildRequires:  python3-novaclient
2fa45bc
BuildRequires:  python3-keystoneclient
e3ada52
BuildRequires:  python3-glanceclient
2fa45bc
BuildRequires:  python3-setuptools
ff1903a
Requires:       python3
2fa45bc
Requires:       python3-cinderclient
2fa45bc
Requires:       python3-heatclient
2fa45bc
Requires:       python3-neutronclient
2fa45bc
Requires:       python3-xmltodict
2fa45bc
Requires:       python3-prettytable
2fa45bc
Requires:       python3-novaclient
2fa45bc
Requires:       python3-keystoneclient
e3ada52
Requires:       python3-glanceclient
2fa45bc
2fa45bc
%description
2fa45bc
This is a command-line tool to provide and maintain virtual machine on
2fa45bc
OpenStack instance or set of instances based on pre-prepared image and
2fa45bc
scenario configuration file which defines network setup. This way if you
2fa45bc
prepare OpenStack image(s), maybe with complex setup on them, you can
2fa45bc
easily provide hosts for development, testing or to scale your production
2fa45bc
environment from command-line.
2fa45bc
2fa45bc
%prep
5fe030d
%autosetup -n %{name}-%{name}-%{version}
2fa45bc
2fa45bc
2fa45bc
%build
2fa45bc
%py3_build
2fa45bc
2fa45bc
%install
2fa45bc
%py3_install
2fa45bc
c04e996
%check
c04e996
%{__python3} setup.py test
c04e996
2fa45bc
%files
2fa45bc
%license LICENSE
2fa45bc
%doc README.md
043491a
%{_bindir}/%{name}
ff1903a
%{python3_sitelib}/*
2fa45bc
2fa45bc
%changelog
e4e4fce
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.32-2
e4e4fce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
e4e4fce
756d9d5
* Sat May 11 2019 Jan Hutar <jhutar@redhat.com> - 0.2.32-1
756d9d5
- New upstream release
756d9d5
84fb13f
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.31-2
84fb13f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
84fb13f
45a92f8
* Sat Jul 14 2018 Jan Hutar <jhutar@redhat.com> - 0.2.31-1
45a92f8
- Ondrej rebased to new upstream version
45a92f8
0412369
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.26-3
0412369
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
0412369
4c7d4d5
* Tue Jun 19 2018 Miro HronĨok <mhroncok@redhat.com> - 0.2.26-2
4c7d4d5
- Rebuilt for Python 3.7
4c7d4d5
2fa45bc
* Fri Jan 26 2018 Pavlina Moravcova Varekova <pmoravco@redhat.com> - 0.2.26-1
2fa45bc
- Initial package