Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f4a423c94 | |||
| ff61b89b84 | |||
| 70fc8e84be | |||
| 075d8dc4f3 | |||
| 87efa39d59 |
@@ -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 +1 @@
|
||||
094525bea8b573886354c91b8873d49d 0.1.6.tar.gz
|
||||
02c2af86b8f87d679700660303e9bdac 0.1.7.tar.gz
|
||||
3c969a3453695da64a1f60862f1dd2c3 0.1.10.tar.gz
|
||||
|
||||
+19
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user