Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| def5db17e5 | |||
| d6ccb62b10 | |||
| 397523a4ef | |||
| 43cdfe9bdf | |||
| a330375aa9 | |||
| c837a3ba36 | |||
| 0b4279fb33 | |||
| eba2fb202d |
@@ -1,3 +1,4 @@
|
||||
/*.rpm
|
||||
/0.1.6.tar.gz
|
||||
/0.1.7.tar.gz
|
||||
/0.1.8.tar.gz
|
||||
@@ -6,3 +7,6 @@
|
||||
/0.1.11.tar.gz
|
||||
/testcloud-0.1.14.tar.gz
|
||||
/testcloud-0.1.15.tar.gz
|
||||
/testcloud-0.1.16.tar.gz
|
||||
/testcloud-0.1.17.tar.gz
|
||||
/testcloud-0.1.18.tar.gz
|
||||
|
||||
@@ -1 +1 @@
|
||||
SHA512 (testcloud-0.1.15.tar.gz) = de09f2980556b53efa16fee735ecd69233b5e334c384191d7668236de98cec794cee976313c9035dc59a38f3f98722a848149b12aeb1d0a7464ab7f863bdb635
|
||||
SHA512 (testcloud-0.1.18.tar.gz) = fb346d288067e9b9ba5d4f022acbd0750d8af412178b5699d28936180a57b84ad739aed61b7699a72d86f96724ddcfce1cc4fcc6b981d2c200cd8d393dcd1d50
|
||||
|
||||
+28
-1
@@ -2,7 +2,8 @@
|
||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||
|
||||
Name: testcloud
|
||||
Version: 0.1.15
|
||||
# Update also version in testcloud/__init__.py when changing this!
|
||||
Version: 0.1.18
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for running cloud images locally
|
||||
|
||||
@@ -17,7 +18,11 @@ Requires(pre): shadow-utils
|
||||
|
||||
# testcloud integrates with libvirt
|
||||
Requires: libvirt
|
||||
%if 0%{?fedora} <= 26
|
||||
Requires: libvirt-python
|
||||
%else
|
||||
Requires: python2-libvirt
|
||||
%endif
|
||||
|
||||
# This is used to manipulate images on disk
|
||||
Requires: libguestfs
|
||||
@@ -29,7 +34,11 @@ Requires: python2-requests
|
||||
Requires: polkit
|
||||
Requires: python2-jinja2
|
||||
|
||||
%if 0%{?fedora} <= 26
|
||||
BuildRequires: libvirt-python
|
||||
%else
|
||||
BuildRequires: python2-libvirt
|
||||
%endif
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python2-jinja2
|
||||
BuildRequires: python2-mock
|
||||
@@ -102,6 +111,24 @@ install conf/99-testcloud-nonroot-libvirt-access.rules %{buildroot}%{_sysconfdir
|
||||
%{_bindir}/testcloud
|
||||
|
||||
%changelog
|
||||
* Wed May 02 2018 Frantisek Zatloukal <fzatlouk@redhat.com> - 0.1.18-1
|
||||
- Host /dev/random passthrough
|
||||
|
||||
* Tue Mar 06 2018 Frantisek Zatloukal <fzatlouk@redhat.com> - 0.1.17-1
|
||||
- Add instance clean command
|
||||
- Ignore error when domain stopped between stop attempts
|
||||
- Add Makefile
|
||||
|
||||
* Tue Feb 20 2018 Frantisek Zatloukal <fzatlouk@redhat.com> - 0.1.16-1
|
||||
- Retry to stop instance when host is busy
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.15-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Fri Feb 02 2018 Frantisek Zatloukal <fzatlouk@redhat.com> - 0.1.15-2
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Thu Oct 26 2017 Kamil Páral <kparal@redhat.com> - 0.1.15-1
|
||||
- keep backwards compatible API
|
||||
|
||||
|
||||
Reference in New Issue
Block a user