enable non-minimal build again

This commit is contained in:
Fabio Valentini 2020-05-11 15:56:10 +02:00
parent c3a94372dd
commit 23844bd9df
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

View File

@ -1,9 +1,9 @@
# Conditionally build with a minimal dependency set
%bcond_without jp_minimal
%bcond_with jp_minimal
Name: glassfish-jaxb
Version: 2.2.11
Release: 17%{?dist}
Release: 18%{?dist}
Summary: JAXB Reference Implementation
License: CDDL-1.1 and GPLv2 with exceptions
@ -312,6 +312,9 @@ rm runtime/impl/src/main/java/com/sun/xml/bind/v2/runtime/output/{FastInfoset,St
%changelog
* Mon May 11 2020 Fabio Valentini <decathorpe@gmail.com> - 2.2.11-18
- Enable non-minimal build again.
* Sat Apr 18 2020 Fabio Valentini <decathorpe@gmail.com> - 2.2.11-17
- Build with reduced functionality and dependencies.