|
|
@ -1,17 +1,24 @@
|
|
|
|
|
|
|
|
%bcond_without jna
|
|
|
|
|
|
|
|
|
|
|
|
Name: bcel
|
|
|
|
Name: bcel
|
|
|
|
Version: 6.4.1
|
|
|
|
Version: 6.2
|
|
|
|
Release: 11%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
|
|
|
Epoch: 0
|
|
|
|
Summary: Byte Code Engineering Library
|
|
|
|
Summary: Byte Code Engineering Library
|
|
|
|
License: ASL 2.0
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: http://commons.apache.org/proper/commons-bcel/
|
|
|
|
URL: http://commons.apache.org/proper/commons-bcel/
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Source0: http://archive.apache.org/dist/commons/bcel/source/bcel-%{version}-src.tar.gz
|
|
|
|
Source0: http://archive.apache.org/dist/commons/bcel/source/bcel-%{version}-src.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
Patch1: 0001-CVE-2022-42920.patch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: maven-local
|
|
|
|
BuildRequires: maven-local
|
|
|
|
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
|
|
|
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
|
|
|
|
|
|
|
%if %{with jna}
|
|
|
|
|
|
|
|
BuildRequires: mvn(junit:junit)
|
|
|
|
|
|
|
|
BuildRequires: mvn(net.java.dev.jna:jna)
|
|
|
|
|
|
|
|
BuildRequires: mvn(net.java.dev.jna:jna-platform)
|
|
|
|
|
|
|
|
BuildRequires: mvn(org.apache.commons:commons-lang3)
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
The Byte Code Engineering Library (formerly known as JavaClass) is
|
|
|
|
The Byte Code Engineering Library (formerly known as JavaClass) is
|
|
|
@ -37,7 +44,6 @@ This package provides %{summary}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{version}-src
|
|
|
|
%setup -q -n %{name}-%{version}-src
|
|
|
|
%patch -P 1 -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%pom_remove_plugin :maven-source-plugin
|
|
|
|
%pom_remove_plugin :maven-source-plugin
|
|
|
|
|
|
|
|
|
|
|
@ -45,7 +51,11 @@ This package provides %{summary}.
|
|
|
|
%mvn_file : %{name}
|
|
|
|
%mvn_file : %{name}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
|
|
|
|
%if %{without jna}
|
|
|
|
%mvn_build -f
|
|
|
|
%mvn_build -f
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
%mvn_build
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%mvn_install
|
|
|
|
%mvn_install
|
|
|
@ -58,67 +68,8 @@ This package provides %{summary}.
|
|
|
|
%license LICENSE.txt NOTICE.txt
|
|
|
|
%license LICENSE.txt NOTICE.txt
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 6.4.1-11
|
|
|
|
* Tue Dec 12 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0:6.2-2
|
|
|
|
- Fix patch usage
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 6.4.1-8
|
|
|
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 28 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.4.1-7
|
|
|
|
|
|
|
|
- Remove dependency on jna
|
|
|
|
|
|
|
|
- Resolves: rhbz#1976996
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0:6.4.1-6
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0:6.4.1-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0:6.4.1-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 0:6.4.1-3
|
|
|
|
|
|
|
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0:6.4.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.4.1-2
|
|
|
|
|
|
|
|
- Mass rebuild for javapackages-tools 201902
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 16 2019 Marian Koncek <mkoncek@redhat.com> - 6.4.1-1
|
|
|
|
|
|
|
|
- Update to upstream version 6.4.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 04 2019 Fabio Valentini <decathorpe@gmail.com> - 0:6.4.1-1
|
|
|
|
|
|
|
|
- Update to version 6.4.1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0:6.3.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.3.1-2
|
|
|
|
|
|
|
|
- Mass rebuild for javapackages-tools 201901
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 06 2019 Marian Koncek <mkoncek@redhat.com> - 0:6.3.1-1
|
|
|
|
|
|
|
|
- Update to upstream version 6.3.1
|
|
|
|
|
|
|
|
- Fixes: RHBZ #1692150
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 05 2019 Marian Koncek <mkoncek@redhat.com> - 0:6.3-1
|
|
|
|
|
|
|
|
- Update to upstream version 6.3
|
|
|
|
|
|
|
|
- Fixes: RHBZ #1670025
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0:6.2-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:6.2-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:6.2-2
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:6.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|