diff --git a/.gitignore b/.gitignore index 0c6807e..18328b2 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /testcloud-0.6.1.tar.gz /testcloud-0.6.2.tar.gz /testcloud-0.6.3.tar.gz +/testcloud-0.6.4.tar.gz diff --git a/sources b/sources index dbc52cf..ed70f2e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (testcloud-0.6.3.tar.gz) = f03b6b5db5207a7bbe90c2efca23308d47d34a11e2e7ba9c5c93746a97289bf925f6f3a50e320e704c16f79075530166f305bf66808fe05f040df892262a9e54 +SHA512 (testcloud-0.6.4.tar.gz) = b3615565b1dd6fcb13d59884493514e67848032fd0c11614156ebd6d3196b33b0e3187c1073087d550a620b7e5204aded4e66f20eb5e5deef7f68e1046e7a8df diff --git a/testcloud.spec b/testcloud.spec index f409f33..a703816 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.6.3 -Release: 2%{?dist} +Version: 0.6.4 +Release: 1%{?dist} Summary: Tool for running cloud images locally License: GPLv2+ @@ -35,9 +35,7 @@ BuildRequires: bash-completion BuildRequires: python3-libvirt BuildRequires: python3-devel BuildRequires: python3-jinja2 -BuildRequires: python3-mock BuildRequires: python3-pytest -BuildRequires: python3-pytest-cov BuildRequires: python3-requests BuildRequires: python3-setuptools @@ -58,6 +56,8 @@ getent group testcloud >/dev/null || groupadd testcloud %prep %setup -q -n %{name}-%{version} +# Drop coverage testing +sed -i 's/ --cov-report=term-missing --cov testcloud//g' tox.ini %build %py3_build @@ -126,6 +126,11 @@ rm -rf %{buildroot}%{_sysconfdir}/testcloud/__pycache__ %{python3_sitelib}/*.egg-info %changelog +* Thu Jan 27 2022 Frantisek Zatloukal - 0.6.4-1 +- fix selinux detection for image context (olichtne) +- Drop dependency on python-mock +- Drop coverage testing in rpm build + * Sat Jan 22 2022 Fedora Release Engineering - 0.6.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild