From 0b86dfa075620fed5042892bdd93dc003d4eb2ba Mon Sep 17 00:00:00 2001 From: Severin Gehwolf Date: Wed, 1 Aug 2018 10:24:29 +0200 Subject: [PATCH] Explicitly require javapackages-tools --- objectweb-asm.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/objectweb-asm.spec b/objectweb-asm.spec index a9fc9e5..96bc97a 100644 --- a/objectweb-asm.spec +++ b/objectweb-asm.spec @@ -5,7 +5,7 @@ Name: objectweb-asm Version: 6.2 -Release: 1%{?dist} +Release: 4%{?dist} Summary: Java bytecode manipulation and analysis framework License: BSD URL: http://asm.ow2.org/ @@ -43,6 +43,10 @@ BuildRequires: mvn(org.junit.platform:junit-platform-surefire-provider) BuildRequires: objectweb-asm >= 6 %endif +# Explicit javapackages-tools requires since asm-processor script uses +# /usr/share/java-utils/java-functions +Requires: javapackages-tools + %description ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or dynamically @@ -145,7 +149,11 @@ popd %license LICENSE.txt %changelog -* Fri Jul 06 2018 Severin Gehwolf - 6.2-2 +* Wed Aug 01 2018 Severin Gehwolf - 6.2-4 +- Explicitly require javapackages-tools for asm-processor script + which uses java-functions. + +* Wed Aug 01 2018 Severin Gehwolf - 6.2-3 - Allow conditionally building without OSGi metadata.