diff --git a/python-llfuse.spec b/python-llfuse.spec index 08a2ca6..5e6edee 100644 --- a/python-llfuse.spec +++ b/python-llfuse.spec @@ -1,11 +1,11 @@ %global pypi_name llfuse %global pypi_version 1.4.1 -%bcond_without tests +%bcond_with tests Name: python-%{pypi_name} Version: %{pypi_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Bindings for the low-level FUSE API License: LGPLv2+ @@ -65,5 +65,8 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} py.test-3 -v test %{python3_sitearch}/%{pypi_name}-%{pypi_version}-py%{python3_version}.egg-info %changelog +* Wed Apr 20 2022 Daniel Uvehag - 1.4.1-2 +- Reverse build conditional for tests + * Wed Apr 20 2022 Daniel Uvehag - 1.4.1-1 - Initial package.