|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
|
Name: testcloud
|
|
|
|
|
# Update also version in testcloud/__init__.py and docs/source/conf.py when changing this!
|
|
|
|
|
Version: 0.7.1
|
|
|
|
|
Version: 0.8.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Tool for running cloud images locally
|
|
|
|
|
|
|
|
|
@@ -39,13 +39,15 @@ BuildRequires: python3-pytest
|
|
|
|
|
BuildRequires: python3-requests
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
|
|
|
|
|
Requires: libvirt
|
|
|
|
|
Requires: libguestfs-tools-c
|
|
|
|
|
Requires: genisoimage
|
|
|
|
|
Requires: libvirt-daemon-driver-qemu
|
|
|
|
|
Requires: libvirt-daemon-driver-storage-core
|
|
|
|
|
Requires: python3-requests
|
|
|
|
|
Requires: python3-libvirt
|
|
|
|
|
Requires: python3-jinja2
|
|
|
|
|
Requires: python3-libguestfs
|
|
|
|
|
Recommends: fcct
|
|
|
|
|
Recommends: butane
|
|
|
|
|
Suggests: python3-libguestfs
|
|
|
|
|
Suggests: libguestfs-tools-c
|
|
|
|
|
|
|
|
|
|
%description -n python3-%{name}
|
|
|
|
|
Python 3 interface to testcloud.
|
|
|
|
@@ -122,6 +124,30 @@ rm -rf %{buildroot}%{_sysconfdir}/testcloud/__pycache__
|
|
|
|
|
%{python3_sitelib}/*.egg-info
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Dec 02 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 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 <releng@fedoraproject.org> - 0.8.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jun 30 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 0.8.1-1
|
|
|
|
|
- CoreOS: Go on with COREOS_DATA replace failure
|
|
|
|
|
|
|
|
|
|
* Fri Jun 24 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 0.8.0-1
|
|
|
|
|
- Bump CentOS Stream versions
|
|
|
|
|
- Build seed image with genisoimage (mpitt)
|
|
|
|
|
- Reduce libvirt dependencies (mpitt)
|
|
|
|
|
- Drop libguestfs from Requires to Suggests (mpitt)
|
|
|
|
|
- util: except also requests.exceptions.JSONDecodeError
|
|
|
|
|
- _needs_legacy_net: try to guess based on image name with missing guestfs
|
|
|
|
|
- add coreos aarch64 support (lnie)
|
|
|
|
|
- Allow to configure download progress verbosity
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.7.1-2
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
* Thu May 05 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 0.7.1-1
|
|
|
|
|
- Try qemu-kvm if there is nothing else...
|
|
|
|
|
|
|
|
|
|