Non-bootstrap build

This commit is contained in:
Mikolaj Izdebski 2016-12-20 10:29:19 +01:00
parent ae76542b32
commit 3911f298e9

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.7.0
Release: 11%{?dist}
Release: 12%{?dist}
Summary: Macros and scripts for Java packaging support
@ -161,6 +161,9 @@ popd
%{python3_sitelib}/javapackages*
%changelog
* Tue Dec 20 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.7.0-12
- Non-bootstrap build
* Tue Dec 20 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.7.0-11
- Port to Python 3.6