From f1c4736f4e96120fffe8719a333a0553c31ebe84 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 11 Mar 2025 07:52:25 +0000 Subject: [PATCH] import CS objectweb-asm-9.1-8.el9 --- SPECS/objectweb-asm.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/SPECS/objectweb-asm.spec b/SPECS/objectweb-asm.spec index 0a4a2cd..19d7bb9 100644 --- a/SPECS/objectweb-asm.spec +++ b/SPECS/objectweb-asm.spec @@ -2,11 +2,12 @@ Name: objectweb-asm Version: 9.1 -Release: 5%{?dist} +Release: 8%{?dist} Summary: Java bytecode manipulation and analysis framework License: BSD URL: https://asm.ow2.org/ BuildArch: noarch +ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch # ./generate-tarball.sh Source0: %{name}-%{version}.tar.gz @@ -75,6 +76,15 @@ done %license LICENSE.txt %changelog +* Sat Nov 23 2024 Marián Konček - 9.1-8 +- Add noarch to ExclusiveArch + +* Fri Nov 22 2024 Marián Konček - 9.1-7 +- Disable building on i686 + +* Tue Nov 19 2024 Marián Konček - 9.1-6 +- Rebuild with regenerated Requires on Java + * Mon Aug 09 2021 Mohan Boddu - 9.1-5 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688