public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/bsh] epel10: Fix Requires and BuildRequires on java
@ 2026-07-15  9:36 Mikolaj Izdebski
  0 siblings, 0 replies; only message in thread
From: Mikolaj Izdebski @ 2026-07-15  9:36 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/bsh
Branch : epel10
Commit : e748cf7518a8edd8f2aa8e226834157aedee19d9
Author : Mikolaj Izdebski <mizdebsk@redhat.com>
Date   : 2013-07-12T10:58:08+02:00
Stats  : +3/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/bsh/c/e748cf7518a8edd8f2aa8e226834157aedee19d9?branch=epel10

Log:
Fix Requires and BuildRequires on java

---
diff --git a/bsh.spec b/bsh.spec
index ba6dada..6a84c42 100644
--- a/bsh.spec
+++ b/bsh.spec
@@ -44,10 +44,10 @@ Source3:        %{name}-desktop.desktop
 
 Patch0:         %{name}-build.patch
 Patch1:         %{name}-xsl-fixes.patch
-BuildRequires:  java >= 1:1.6.0
+BuildRequires:  java-devel
 BuildRequires:  ant, bsf, ImageMagick, desktop-file-utils
 BuildRequires:  servlet
-Requires:       java >= 1:1.6.0
+Requires:       java
 Requires:       bsf
 URL:            http://www.beanshell.org/
 BuildArch:      noarch
@@ -253,6 +253,7 @@ dummy = posix.readlink(dir) and os.remove(dir)
 - Remove old Obsoletes
 - Update and format descriptions
 - Install license file with manual and javadoc packages
+- Fix Requires and BuildRequires on java
 
 * Wed Jul 10 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3.0-26
 - Remove arch-specific conditionals

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-15  9:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15  9:36 [rpms/bsh] epel10: Fix Requires and BuildRequires on java Mikolaj Izdebski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox