diff --git a/.gitignore b/.gitignore index 3474a4a..fc93222 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /testcloud-0.7.1.tar.gz /testcloud-0.8.0.tar.gz /testcloud-0.8.1.tar.gz +/testcloud-0.8.2.tar.gz diff --git a/sources b/sources index d446dc4..e659863 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (testcloud-0.8.1.tar.gz) = 9d7cf2fa42caf9158442235074284c6169bf1c662c5cab7904a8abfebb9deec26e09794d84f55b834a82db5fe0861f8c1d8a29f40331eea187cef37f148ee61f +SHA512 (testcloud-0.8.2.tar.gz) = fdb001e8a4ded1f85c1d3fbae44601e34307b377842322f3caf7659813532d3d02715bee5752b613e42cc48222801394e71e94c1d26f3f575aad739bcaad1e21 diff --git a/testcloud.spec b/testcloud.spec index 453a4d8..86dd8a6 100644 --- a/testcloud.spec +++ b/testcloud.spec @@ -1,7 +1,7 @@ Name: testcloud # Update also version in testcloud/__init__.py and docs/source/conf.py when changing this! -Version: 0.8.1 -Release: 2%{?dist} +Version: 0.8.2 +Release: 1%{?dist} Summary: Tool for running cloud images locally License: GPLv2+ @@ -124,6 +124,11 @@ rm -rf %{buildroot}%{_sysconfdir}/testcloud/__pycache__ %{python3_sitelib}/*.egg-info %changelog +* Fri Dec 02 2022 Frantisek Zatloukal - 0.8.2-1 +- CentOS Stream {8,9}: bump image version +- Leave boot drive address guessing to libvirt +- Workaround libvirt/qemu PCI auto-assign issue + * Sat Jul 23 2022 Fedora Release Engineering - 0.8.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild