From a626ffc4e987c8acfb6bec81a9168ae045015d7d Mon Sep 17 00:00:00 2001 From: Jiri Date: Fri, 10 Jul 2020 17:01:58 +0200 Subject: [PATCH] Rebuilt for JDK-11 --- byteman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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