From 25a00fc645ff5f99218ea33631d22b89993ed53b Mon Sep 17 00:00:00 2001 From: Daniel Uvehag Date: Wed, 20 Apr 2022 16:29:15 +0200 Subject: [PATCH] Reverse build conditional for tests --- python-llfuse.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.