From c8816bf154837a4d271bf9a0786c719c1df82a8d Mon Sep 17 00:00:00 2001 From: FrantiĊĦek Zatloukal Date: Mar 22 2021 08:43:41 +0000 Subject: Release 0.5.0 --- diff --git a/.gitignore b/.gitignore index 277b0fb..744f4b5 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /testcloud-0.3.6.tar.gz /testcloud-0.3.7.tar.gz /testcloud-0.4.0.tar.gz +/testcloud-0.5.0.tar.gz diff --git a/sources b/sources index 8015f2c..65f5695 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (testcloud-0.4.0.tar.gz) = 2a8d921db31f43185b972368b9d63916bae74ce806d0493079ef0e3fd4a6a6341aee89642bc211a47dfa6736d119ce68de9f0c45045438d0b2ba5e08c64f74c1 +SHA512 (testcloud-0.5.0.tar.gz) = 35aa88e48af6ddd7ee89fa776e069431f32edc27f66ac2b62a9800add5f53fd819986058dc96790bf7bbe9cca4395113c754ebc68bec9474a254d99b77aec4c6 diff --git a/testcloud.spec b/testcloud.spec index 7bb0481..d3d3370 100644 --- a/testcloud.spec +++ b/testcloud.spec @@ -1,21 +1,14 @@ -# Avoid warnings when bytecompiling settings.py in /etc -%global __python %{__python3} - -# sitelib for noarch packages, sitearch for others (remove the unneeded one) -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} - -ExclusiveArch: %{kernel_arches} noarch - Name: testcloud # Update also version in testcloud/__init__.py and docs/source/conf.py when changing this! -Version: 0.4.0 -Release: 2%{?dist} +Version: 0.5.0 +Release: 1%{?dist} Summary: Tool for running cloud images locally License: GPLv2+ URL: https://pagure.io/testcloud Source0: https://releases.pagure.org/testcloud/%{name}-%{version}.tar.gz +ExclusiveArch: %{kernel_arches} noarch BuildArch: noarch # Ensure we can create the testcloud group @@ -120,8 +113,11 @@ rm -rf %{buildroot}%{_sysconfdir}/testcloud/__pycache__ %{python3_sitelib}/*.egg-info %changelog -* Wed Jan 27 2021 Fedora Release Engineering - 0.4.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild +* Mon Mar 22 2021 Frantisek Zatloukal - 0.5.0-1 +- Fix crash in _handle_connection_tip +- Allow to create an instance without specifying a name +- Fix instance.image_path +- Make network working in qemu:///session * Wed Dec 16 2020 Frantisek Zatloukal - 0.4.0-1 - Support creating instances by fedora:XX, fedora:latest and fedora:qa-matrix strings