diff --git a/byteman.spec b/byteman.spec index c270436..8f0ea40 100644 --- a/byteman.spec +++ b/byteman.spec @@ -15,7 +15,7 @@ Name: byteman Version: 4.0.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Java agent-based bytecode injection tool License: LGPLv2+ URL: http://www.jboss.org/byteman @@ -213,6 +213,9 @@ ln -s %{_javadir}/byteman/byteman.jar $RPM_BUILD_ROOT%{homedir}/lib/byteman.jar %{homedir}/lib/byteman-dtest.jar %changelog +* Fri Jul 10 2020 Jiri Vanek - 4.0.11-2 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + * Tue Mar 03 2020 Jayashree Huttanagoudar - 4.0.11-1 - Upgrated to latest upstream version 4.0.11 - Added a patch to fix rpm build issue caused due to misconfiguration in upstream