public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/bsh] epel10: Change jline Requires to jline2
@ 2026-07-15 9:36 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-15 9:36 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/bsh
Branch : epel10
Commit : 32b8f1e101180e6f1eb65e6a3c3a322bb2cf98d4
Author : Jerry James <loganjerry@gmail.com>
Date : 2020-12-15T11:54:49-07:00
Stats : +6/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/bsh/c/32b8f1e101180e6f1eb65e6a3c3a322bb2cf98d4?branch=epel10
Log:
Change jline Requires to jline2
---
diff --git a/bsh.spec b/bsh.spec
index ba97523..11a112b 100644
--- a/bsh.spec
+++ b/bsh.spec
@@ -33,7 +33,7 @@
Name: bsh
Version: 2.0
-Release: 19.%{reltag}%{?dist}
+Release: 20.%{reltag}%{?dist}
Epoch: 0
Summary: Lightweight Scripting for Java
URL: http://www.beanshell.org/
@@ -67,7 +67,7 @@ BuildRequires: desktop-file-utils
Requires: java-headless
Requires: bsf
-Requires: jline
+Requires: jline2
# Explicit javapackages-tools requires since scripts use
# /usr/share/java-utils/java-functions
Requires: javapackages-tools
@@ -152,7 +152,7 @@ install -m 644 dist/bshservlet-wbsh.war %{buildroot}%{_datadir}/%{name}/webapps
# scripts
install -d %{buildroot}%{_bindir}
-%jpackage_script bsh.Interpreter "\${BSH_DEBUG:+-Ddebug=true}" jline.console.internal.ConsoleRunner %{name}:jline %{name} true
+%jpackage_script bsh.Interpreter "\${BSH_DEBUG:+-Ddebug=true}" jline.console.internal.ConsoleRunner %{name}:jline2/jline %{name} true
%jpackage_script bsh.Console "\${BSH_DEBUG:+-Ddebug=true}" "" bsh bsh-console true
echo '#!%{_bindir}/bsh' > %{buildroot}%{_bindir}/bshdoc
@@ -178,6 +178,9 @@ cat scripts/bshdoc.bsh >> %{buildroot}%{_bindir}/bshdoc
%license LICENSE NOTICE
%changelog
+* Mon Dec 14 2020 Jerry James <loganjerry@gmail.com> - 0:2.0-20.b6
+- Change jline Requires to jline2
+
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.0-19.b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
^ 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: Change jline Requires to jline2 Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox