public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/bsh] epel10: Don't build the desktop support on RHEL 8+ as ImageMagick isn't available there.
@ 2026-07-15 9:36 Tomas Popela
0 siblings, 0 replies; only message in thread
From: Tomas Popela @ 2026-07-15 9:36 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/bsh
Branch : epel10
Commit : 85bc37d00ed47974db0b1edfbde0359a3c4ab27f
Author : Tomas Popela <tomas.popela@gmail.com>
Date : 2021-01-27T14:57:33+01:00
Stats : +8/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/bsh/c/85bc37d00ed47974db0b1edfbde0359a3c4ab27f?branch=epel10
Log:
Don't build the desktop support on RHEL 8+ as ImageMagick isn't available there.
---
diff --git a/bsh.spec b/bsh.spec
index 4e6762e..c37c092 100644
--- a/bsh.spec
+++ b/bsh.spec
@@ -29,11 +29,15 @@
#
%global reltag b6
+%if 0%{?rhel} >= 8
+%bcond_with desktop
+%else
%bcond_without desktop
+%endif
Name: bsh
Version: 2.0
-Release: 21.%{reltag}%{?dist}
+Release: 22.%{reltag}%{?dist}
Epoch: 0
Summary: Lightweight Scripting for Java
URL: http://www.beanshell.org/
@@ -178,6 +182,9 @@ cat scripts/bshdoc.bsh >> %{buildroot}%{_bindir}/bshdoc
%license LICENSE NOTICE
%changelog
+* Wed Jan 27 2021 Tomas Popela <tpopela@redhat.com> - 0:2.0-22.b6
+- Don't build the desktop support on RHEL 8+ as ImageMagick isn't available there.
+
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.0-21.b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_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: Don't build the desktop support on RHEL 8+ as ImageMagick isn't available there Tomas Popela
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox