Disable bootstrap

Disable bootstrap for rebuild with latest patches.

 * build2.spec: disable bootstrap
This commit is contained in:
Matthew Krupcale 2023-03-04 14:17:41 -05:00
parent 47bdc0661d
commit 7af053c2f3

View File

@ -1,6 +1,6 @@
%bcond_without bootstrap
%bcond_without check
%bcond_without bundle_libodb
%bcond_with bootstrap
%bcond_with network_checks
%bcond_with static
@ -8,7 +8,7 @@
Name: build2
Version: 0.15.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Cross-platform build toolchain for developing and packaging C++ code
License: MIT
@ -648,6 +648,10 @@ b test:
%{_rpmmacrodir}/macros.%{name}
%changelog
* Sat Mar 4 2023 Matthew Krupcale <mkrupcale@matthewkrupcale.com> - 0.15.0-2
- Add patches for git v2.38, libpkgconf v1.9.0, and C++23 std::aligned_storage
- Use SPDX license expressions
* Sat Jul 30 2022 Matthew Krupcale <mkrupcale@matthewkrupcale.com> - 0.15.0-1
- Update to v0.15.0