Reverse build conditional for tests

This commit is contained in:
Daniel Uvehag
2022-04-20 16:29:15 +02:00
parent af2664a190
commit 25a00fc645
+5 -2
View File
@@ -1,11 +1,11 @@
%global pypi_name llfuse %global pypi_name llfuse
%global pypi_version 1.4.1 %global pypi_version 1.4.1
%bcond_without tests %bcond_with tests
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: %{pypi_version} Version: %{pypi_version}
Release: 1%{?dist} Release: 2%{?dist}
Summary: Python Bindings for the low-level FUSE API Summary: Python Bindings for the low-level FUSE API
License: LGPLv2+ 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 %{python3_sitearch}/%{pypi_name}-%{pypi_version}-py%{python3_version}.egg-info
%changelog %changelog
* Wed Apr 20 2022 Daniel Uvehag <ufven+pkgs@protonmail.com> - 1.4.1-2
- Reverse build conditional for tests
* Wed Apr 20 2022 Daniel Uvehag <ufven+pkgs@protonmail.com> - 1.4.1-1 * Wed Apr 20 2022 Daniel Uvehag <ufven+pkgs@protonmail.com> - 1.4.1-1
- Initial package. - Initial package.