import CS bcel-6.4.1-13.el9

This commit is contained in:
eabdullin 2025-03-11 07:01:39 +00:00
parent faec142e1e
commit 64c30a6b64

View File

@ -1,10 +1,11 @@
Name: bcel
Version: 6.4.1
Release: 9%{?dist}
Release: 13%{?dist}
Summary: Byte Code Engineering Library
License: ASL 2.0
URL: http://commons.apache.org/proper/commons-bcel/
BuildArch: noarch
ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch
Source0: http://archive.apache.org/dist/commons/bcel/source/bcel-%{version}-src.tar.gz
@ -37,7 +38,7 @@ This package provides %{summary}.
%prep
%setup -q -n %{name}-%{version}-src
%patch1 -p1
%patch -P 1 -p1
%pom_remove_plugin :maven-source-plugin
@ -58,6 +59,18 @@ This package provides %{summary}.
%license LICENSE.txt NOTICE.txt
%changelog
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 6.4.1-13
- Add noarch to ExclusiveArch
* Fri Nov 22 2024 Marián Konček <mkoncek@redhat.com> - 6.4.1-12
- Disable building on i686
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 6.4.1-11
- Fix patch usage
* 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