From 69030ee9d7fa20836f126fe1403c5d1c096f7e79 Mon Sep 17 00:00:00 2001 From: František Zatloukal Date: Jun 29 2018 08:52:05 +0000 Subject: Release 0.2.1 --- diff --git a/.gitignore b/.gitignore index 53f6115..c612eb5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /testcloud-0.1.17.tar.gz /testcloud-0.1.18.tar.gz /testcloud-0.2.0.tar.gz +/testcloud-0.2.1.tar.gz diff --git a/sources b/sources index e3ebedb..c6f63ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (testcloud-0.2.0.tar.gz) = bdd83303dd0c5ab24432339ba37ffec4c362858d4e312e2b4f031bd54dab7d93680fc6aa11b6ba9bc62caa7776d21f363d41a5b266b4937764526b0e65dc2e52 +SHA512 (testcloud-0.2.1.tar.gz) = bbb64ac346ae2dd8d50404896b0365e131b4e3f8a354ca7fbc3e9e8f2abc65405f9f9101a25b41f75f8e3ef2a1defd5a5630196a472c6d47be222aa07bf25f0f diff --git a/testcloud.spec b/testcloud.spec index 3f6f72e..bfeb432 100644 --- a/testcloud.spec +++ b/testcloud.spec @@ -7,8 +7,8 @@ Name: testcloud # Update also version in testcloud/__init__.py when changing this! -Version: 0.2.0 -Release: 2%{?dist} +Version: 0.2.1 +Release: 1%{?dist} Summary: Tool for running cloud images locally License: GPLv2+ @@ -138,6 +138,10 @@ rm -rf %{buildroot}%{_sysconfdir}/testcloud/__pycache__ %{python3_sitelib}/*.egg-info %changelog +* Fri Jun 29 2018 Frantisek Zatloukal - 0.2.1-1 +- domain-template: use cpu host-passthrough +- domain-template: use urandom for RNG + * Tue Jun 19 2018 Miro Hrončok - 0.2.0-2 - Rebuilt for Python 3.7