Bootstrap build

This commit is contained in:
Mikolaj Izdebski 2021-05-17 15:50:18 +02:00
parent 1361ca62dc
commit c6a88a73d7

View File

@ -1,9 +1,9 @@
%bcond_with bootstrap
%bcond_without bootstrap
Name: maven-resolver
Epoch: 1
Version: 1.6.1
Release: 1%{?dist}
Release: 2%{?dist}
License: ASL 2.0
Summary: Apache Maven Artifact Resolver library
URL: https://maven.apache.org/resolver/
@ -92,6 +92,9 @@ done
%license LICENSE NOTICE
%changelog
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:1.6.1-2
- Bootstrap build
* Wed Feb 17 2021 Fabio Valentini <decathorpe@gmail.com> - 1:1.4.2-5
- Build with -release 8 for better OpenJDK 8 compatibility.