Disable bootstrap
This commit is contained in:
parent
2a85eb23ea
commit
bb8c0d243f
@ -7,7 +7,7 @@
|
|||||||
%{!?__bootstrap:%global __bootstrap %{nil}}
|
%{!?__bootstrap:%global __bootstrap %{nil}}
|
||||||
|
|
||||||
# The function of bootstrap is that it installs the wheel by unzipping it
|
# The function of bootstrap is that it installs the wheel by unzipping it
|
||||||
%bcond_without bootstrap
|
%bcond_with bootstrap
|
||||||
# Default: when bootstrapping -> disable tests
|
# Default: when bootstrapping -> disable tests
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
Name: python%{python3_pkgversion}-%{pypi_name}
|
Name: python%{python3_pkgversion}-%{pypi_name}
|
||||||
Version: 0.41.2
|
Version: 0.41.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Built-package format for Python
|
Summary: Built-package format for Python
|
||||||
|
|
||||||
# packaging is ASL 2.0 or BSD
|
# packaging is ASL 2.0 or BSD
|
||||||
@ -172,6 +172,9 @@ fi
|
|||||||
%{python_wheel_dir}/%{python_wheel_name}
|
%{python_wheel_dir}/%{python_wheel_name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 14 2023 Charalampos Stratakis <cstratak@redhat.com> - 0.41.2-2
|
||||||
|
- Disable bootstrap
|
||||||
|
|
||||||
* Mon Oct 09 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 0.41.2-1
|
* Mon Oct 09 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 0.41.2-1
|
||||||
- Initial package.
|
- Initial package.
|
||||||
- Fedora contributions by:
|
- Fedora contributions by:
|
||||||
|
Loading…
Reference in New Issue
Block a user