public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/bsh] epel10: Properly conditionalize build-requires
@ 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 : 44dadb72f5c19e81fdb69f49950be0de84e93c15
Author : Mikolaj Izdebski <mizdebsk@redhat.com>
Date : 2017-09-23T10:58:42+02:00
Stats : +8/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/bsh/c/44dadb72f5c19e81fdb69f49950be0de84e93c15?branch=epel10
Log:
Properly conditionalize build-requires
---
diff --git a/bsh.spec b/bsh.spec
index 577d735..aef9f53 100644
--- a/bsh.spec
+++ b/bsh.spec
@@ -33,7 +33,7 @@
Name: bsh
Version: 2.0
-Release: 7.%{reltag}%{?dist}
+Release: 8.%{reltag}%{?dist}
Epoch: 0
Summary: Lightweight Scripting for Java
URL: http://www.beanshell.org/
@@ -49,9 +49,12 @@ BuildRequires: ant
BuildRequires: bsf
BuildRequires: junit
BuildRequires: javacc
+BuildRequires: glassfish-servlet-api
+%if %{with desktop}
BuildRequires: ImageMagick
BuildRequires: desktop-file-utils
-BuildRequires: glassfish-servlet-api
+%endif
+
Requires: java-headless
Requires: bsf
Requires: jline
@@ -166,6 +169,9 @@ cat scripts/bshdoc.bsh >> %{buildroot}%{_bindir}/bshdoc
%license LICENSE NOTICE
%changelog
+* Sat Sep 23 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.0-8.b6
+- Properly conditionalize build-requires
+
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.0-7.b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_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: Properly conditionalize build-requires Mikolaj Izdebski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox