Disable bootstrap
Disable bootstrap for rebuild with latest patches. * build2.spec: disable bootstrap
This commit is contained in:
parent
47bdc0661d
commit
7af053c2f3
@ -1,6 +1,6 @@
|
|||||||
%bcond_without bootstrap
|
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
%bcond_without bundle_libodb
|
%bcond_without bundle_libodb
|
||||||
|
%bcond_with bootstrap
|
||||||
%bcond_with network_checks
|
%bcond_with network_checks
|
||||||
%bcond_with static
|
%bcond_with static
|
||||||
|
|
||||||
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: build2
|
Name: build2
|
||||||
Version: 0.15.0
|
Version: 0.15.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Cross-platform build toolchain for developing and packaging C++ code
|
Summary: Cross-platform build toolchain for developing and packaging C++ code
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -648,6 +648,10 @@ b test:
|
|||||||
%{_rpmmacrodir}/macros.%{name}
|
%{_rpmmacrodir}/macros.%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jul 30 2022 Matthew Krupcale <mkrupcale@matthewkrupcale.com> - 0.15.0-1
|
||||||
- Update to v0.15.0
|
- Update to v0.15.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user