From 21b81e062ad28265bbe6e1debea5a0c37b186153 Mon Sep 17 00:00:00 2001 From: Ankur Sinha (Ankur Sinha Gmail) Date: Jun 17 2021 09:36:57 +0000 Subject: fix: replace -filesystem with full -tools package F35/rawhide can't find %{_javadir} otherwise. --- diff --git a/jneuroml.spec b/jneuroml.spec index 631431a..de01b6f 100644 --- a/jneuroml.spec +++ b/jneuroml.spec @@ -22,7 +22,7 @@ Source0: %{url}/releases/download/%{gittag}/jNeuroML.zip Source1: LICENSE.lesser Requires: java -Requires: javapackages-filesystem +Requires: javapackages-tools Requires: jneuroml-core # Contains the specification schemas, not necessary but suggested Recommends: jneuroml-core-doc @@ -66,6 +66,7 @@ install -p -m 0755 -D -T jnml %{buildroot}/%{_bindir}/jnml %changelog * Thu Jun 17 2021 Ankur Sinha - 0.10.3-2 - Update requires to pull in all of java, since lots of bits require the GUI bits also +- Rawhide can't find %{_javadir}, try including javapackages-tools * Mon Mar 22 2021 Ankur Sinha - 0.10.3-1 - Update to latest release