Reverse build conditional for tests
This commit is contained in:
+5
-2
@@ -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 <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
|
||||
- Initial package.
|
||||
|
||||
Reference in New Issue
Block a user