Disable bootstrap

This commit is contained in:
Kalev Lember 2015-11-11 13:44:12 +01:00
parent 7bc76c803c
commit 9ebc901ca1

View File

@ -3,13 +3,13 @@
%global __requires_exclude_from %{?__requires_exclude_from:%__requires_exclude_from|}/maven-metadata/javapackages-metadata.xml$
# Avoid circular dependency on itself when bootstrapping
%{!?_with_bootstrap: %global bootstrap 1}
%{!?_with_bootstrap: %global bootstrap 0}
%bcond_without tests
Name: javapackages-tools
Version: 4.6.0
Release: 10%{?dist}
Release: 11%{?dist}
Summary: Macros and scripts for Java packaging support
@ -177,6 +177,9 @@ popd
%license LICENSE
%changelog
* Wed Nov 11 2015 Kalev Lember <klember@redhat.com> - 4.6.0-11
- Disable bootstrap
* Wed Nov 11 2015 Kalev Lember <klember@redhat.com> - 4.6.0-10
- Add bootstrap macro (#1280209)
- Enable bootstrap for Python 3.5 rebuilds