Rebuild with regenerated Requires on Java

Related: RHEL-62405
This commit is contained in:
Marián Konček 2024-11-19 23:19:34 +01:00
parent 3f70fc22f6
commit ebf626ca9c

View File

@ -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 <mkoncek@redhat.com> - 6.4.1-10
- Rebuild with regenerated Requires on Java
* Thu Dec 01 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.4.1-9
- Fix arbitrary bytecode produced via out-of-bounds writing
- Resolves: CVE-2022-42920