Add requires on java-devel
Related: rhbz#2033709
This commit is contained in:
parent
37de3b8bd4
commit
5a9ce1469c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: aqute-bnd
|
Name: aqute-bnd
|
||||||
Version: 5.2.0
|
Version: 5.2.0
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: BND Tool
|
Summary: BND Tool
|
||||||
# Part of jpm is under BSD, but jpm is not included in binary RPM
|
# Part of jpm is under BSD, but jpm is not included in binary RPM
|
||||||
License: ASL 2.0 or EPL-2.0
|
License: ASL 2.0 or EPL-2.0
|
||||||
@ -38,6 +38,7 @@ BuildRequires: mvn(org.slf4j:slf4j-simple)
|
|||||||
# Explicit javapackages-tools requires since bnd script uses
|
# Explicit javapackages-tools requires since bnd script uses
|
||||||
# /usr/share/java-utils/java-functions
|
# /usr/share/java-utils/java-functions
|
||||||
Requires: javapackages-tools
|
Requires: javapackages-tools
|
||||||
|
Requires: java-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The bnd tool helps you create and diagnose OSGi bundles.
|
The bnd tool helps you create and diagnose OSGi bundles.
|
||||||
@ -160,6 +161,9 @@ echo "aqute-bnd slf4j/api slf4j/simple osgi-annotation osgi-core osgi-compendium
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 20 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.2.0-7
|
||||||
|
- Add requires on java-devel
|
||||||
|
|
||||||
* Fri Dec 17 2021 Mattias Ellert <mattias.ellert@physics.uu.se> - 5.2.0-6
|
* Fri Dec 17 2021 Mattias Ellert <mattias.ellert@physics.uu.se> - 5.2.0-6
|
||||||
- Add parent to biz.aQute.bnd/pom.xml (fixes [WARNING] JAR will be
|
- Add parent to biz.aQute.bnd/pom.xml (fixes [WARNING] JAR will be
|
||||||
empty - no content was marked for inclusion!)
|
empty - no content was marked for inclusion!)
|
||||||
|
Loading…
Reference in New Issue
Block a user