Compare commits

...

5 Commits

Author SHA1 Message Date
Martin Krizek 3f4a423c94 upstream 0.1.10 release 2016-08-17 12:55:48 +02:00
Kamil Páral ff61b89b84 upstream 0.1.9 release 2016-07-19 14:15:37 +02:00
Tim Flink 70fc8e84be it's not 2015 any more 2016-02-05 05:39:06 -07:00
Tim Flink 075d8dc4f3 updating to upstream 0.1.8 2016-02-05 05:29:35 -07:00
Fedora Release Engineering 87efa39d59 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 01:28:49 +00:00
3 changed files with 23 additions and 3 deletions
+3
View File
@@ -1,2 +1,5 @@
/0.1.6.tar.gz
/0.1.7.tar.gz
/0.1.8.tar.gz
/0.1.9.tar.gz
/0.1.10.tar.gz
+1 -2
View File
@@ -1,2 +1 @@
094525bea8b573886354c91b8873d49d 0.1.6.tar.gz
02c2af86b8f87d679700660303e9bdac 0.1.7.tar.gz
3c969a3453695da64a1f60862f1dd2c3 0.1.10.tar.gz
+19 -1
View File
@@ -2,7 +2,7 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
Name: testcloud
Version: 0.1.7
Version: 0.1.10
Release: 1%{?dist}
Summary: Tool for running cloud images locally
@@ -96,6 +96,24 @@ install conf/99-testcloud-nonroot-libvirt-access.rules %{buildroot}%{_sysconfdir
%{_bindir}/testcloud
%changelog
* Wed Aug 17 2016 Martin Krizek <mkrizek@redhat.com> - 0.1.10-1
- use symlinks for file:// urls
- look for the jinja template in the conf/ dir first
* Tue Jul 19 2016 Kamil Páral <kparal@redhat.com> - 0.1.9-1
- upstream 0.1.9 release
- "destroy" commands renamed to "remove"
- "instance remove" now supports "--force"
- new "instance reboot" command
- no more crashes when stopping an already stopped instance
- option to automatically stop an instance during remove (API)
* Fri Feb 05 2016 Tim Flink <tflink@fedoraproject.org> - 0.1.8-1
- Explicitly fail when IP address is not found
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Tue Dec 8 2015 Tim Flink <tflink@fedoraproject.org> - 0.1.7-1
- Enabling configurable instance memory and disk size (T420, T659)
- Improved handling of images with larger disks (T657)