From 8f5957e71eb536e2a94af1c6ee6b060a71e05de7 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Feb 12 2019 00:19:44 +0000 Subject: Add javapackages-tools requires to jgit for /usr/bin/build-classpath Installing jgit without weak deps on rawhide fails to pull in javapackages-tools, leaving the jgit command unable to run: $ jgit -h /usr/bin/jgit: line 63: build-classpath: command not found Error: Could not find or load main class org.eclipse.jgit.pgm.Main --- diff --git a/eclipse-jgit.spec b/eclipse-jgit.spec index aa20a96..50710c6 100644 --- a/eclipse-jgit.spec +++ b/eclipse-jgit.spec @@ -7,7 +7,7 @@ Name: eclipse-jgit Version: 5.2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Eclipse JGit License: BSD @@ -82,6 +82,7 @@ Summary: API documentation for %{name} %package -n jgit Summary: Java-based command line Git interface +Requires: javapackages-tools %description -n jgit Command line Git tool built entirely in Java. @@ -196,6 +197,9 @@ EOF %license LICENSE %changelog +* Mon Feb 11 2019 Todd Zullinger - 5.2.0-5 +- Add javapackages-tools requires to jgit for /usr/bin/build-classpath + * Thu Feb 07 2019 Mat Booth - 5.2.0-4 - Add missing requires for optional dep on bouncycastle