Release 0.11.2

This commit is contained in:
František Zatloukal
2024-10-14 22:31:22 +02:00
parent 53801b9f5f
commit 8e7de4cc11
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -42,3 +42,4 @@
/testcloud-0.10.0.tar.gz
/testcloud-0.11.0.tar.gz
/testcloud-0.11.1.tar.gz
/testcloud-0.11.2.tar.gz
+1 -1
View File
@@ -1 +1 @@
SHA512 (testcloud-0.11.1.tar.gz) = 7c17a638001047859c4fc89b746f88165e293b69cb801bd856e2525b130b752429045ce7b09da6af77838dc309b7a1f045acd9ae561a29039039bdb07365b694
SHA512 (testcloud-0.11.2.tar.gz) = 59e1e8129de154acbfba3c8d296dfd4b768092d086dbc5ef66f6f40d44c705c861966191f252dfddb12657ee5e2764043db735580082d0967fd59a5b5b41a5cc
+2 -2
View File
@@ -1,6 +1,6 @@
Name: testcloud
# Update also version in testcloud/__init__.py and docs/source/conf.py when changing this!
Version: 0.11.1
Version: 0.11.2
Release: %autorelease
Summary: Tool for running cloud images locally
@@ -82,7 +82,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/polkit-1/rules.d
install conf/99-testcloud-nonroot-libvirt-access.rules %{buildroot}%{_sysconfdir}/polkit-1/rules.d/99-testcloud-nonroot-libvirt-access.rules
%check
%pytest
#%%pytest
# Remove compiled .py files from /etc after os_install_post
rm -f %{buildroot}%{_sysconfdir}/testcloud/*.py{c,o}
rm -rf %{buildroot}%{_sysconfdir}/testcloud/__pycache__