Explicitly require javapackages-tools

This commit is contained in:
Severin Gehwolf 2018-08-01 10:24:29 +02:00
parent 7e9edb7b5a
commit f25bcc96db

View File

@ -5,7 +5,7 @@
Name: objectweb-asm Name: objectweb-asm
Version: 6.2 Version: 6.2
Release: 3%{?dist} Release: 4%{?dist}
Summary: Java bytecode manipulation and analysis framework Summary: Java bytecode manipulation and analysis framework
License: BSD License: BSD
URL: http://asm.ow2.org/ URL: http://asm.ow2.org/
@ -43,6 +43,10 @@ BuildRequires: mvn(org.junit.platform:junit-platform-surefire-provider)
BuildRequires: objectweb-asm >= 6 BuildRequires: objectweb-asm >= 6
%endif %endif
# Explicit javapackages-tools requires since asm-processor script uses
# /usr/share/java-utils/java-functions
Requires: javapackages-tools
%description %description
ASM is an all purpose Java bytecode manipulation and analysis ASM is an all purpose Java bytecode manipulation and analysis
framework. It can be used to modify existing classes or dynamically framework. It can be used to modify existing classes or dynamically
@ -145,6 +149,10 @@ popd
%license LICENSE.txt %license LICENSE.txt
%changelog %changelog
* Wed Aug 01 2018 Severin Gehwolf <sgehwolf@redhat.com> - 6.2-4
- Explicitly require javapackages-tools for asm-processor script
which uses java-functions.
* Wed Aug 01 2018 Severin Gehwolf <sgehwolf@redhat.com> - 6.2-3 * Wed Aug 01 2018 Severin Gehwolf <sgehwolf@redhat.com> - 6.2-3
- Allow conditionally building without OSGi - Allow conditionally building without OSGi
metadata. metadata.