From 863e6326a6f9e6cdee26c08f353a43ea33758481 Mon Sep 17 00:00:00 2001 From: FrantiĊĦek Zatloukal Date: May 02 2018 13:16:50 +0000 Subject: Merge branch 'dev' --- diff --git a/conf/domain-template.jinja b/conf/domain-template.jinja index b06367f..56b45eb 100644 --- a/conf/domain-template.jinja +++ b/conf/domain-template.jinja @@ -53,6 +53,9 @@
+ + /dev/random + diff --git a/testcloud.spec b/testcloud.spec index a718fbd..8a7e5d3 100644 --- a/testcloud.spec +++ b/testcloud.spec @@ -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.17 +# Update also version in testcloud/__init__.py when changing this! +Version: 0.1.18 Release: 1%{?dist} Summary: Tool for running cloud images locally @@ -110,6 +111,9 @@ install conf/99-testcloud-nonroot-libvirt-access.rules %{buildroot}%{_sysconfdir %{_bindir}/testcloud %changelog +* Wed May 02 2018 Frantisek Zatloukal - 0.1.18-1 +- Host /dev/random passthrough + * Tue Mar 06 2018 Frantisek Zatloukal - 0.1.17-1 - Add instance clean command - Ignore error when domain stopped between stop attempts diff --git a/testcloud/__init__.py b/testcloud/__init__.py index bd3f1d9..50b9b3f 100644 --- a/testcloud/__init__.py +++ b/testcloud/__init__.py @@ -1,2 +1,2 @@ # NOTE: if you update version, *make sure* to also update `docs/source/conf.py` -__version__ = '0.1.17' +__version__ = '0.1.18'