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