From ebf626ca9cd2026704409eeb5c9bcc0fdeccd1da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Tue, 19 Nov 2024 23:19:34 +0100 Subject: [PATCH] Rebuild with regenerated Requires on Java Related: RHEL-62405 --- bcel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bcel.spec b/bcel.spec index 50805e8..38b1cd8 100644 --- a/bcel.spec +++ b/bcel.spec @@ -1,6 +1,6 @@ Name: bcel Version: 6.4.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Byte Code Engineering Library License: ASL 2.0 URL: http://commons.apache.org/proper/commons-bcel/ @@ -37,7 +37,7 @@ This package provides %{summary}. %prep %setup -q -n %{name}-%{version}-src -%patch1 -p1 +%patch 1 -p1 %pom_remove_plugin :maven-source-plugin @@ -58,6 +58,9 @@ This package provides %{summary}. %license LICENSE.txt NOTICE.txt %changelog +* Tue Nov 19 2024 Marián Konček - 6.4.1-10 +- Rebuild with regenerated Requires on Java + * Thu Dec 01 2022 Mikolaj Izdebski - 6.4.1-9 - Fix arbitrary bytecode produced via out-of-bounds writing - Resolves: CVE-2022-42920