public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tomas Popela <tomas.popela@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/bsh] epel10: Don't build the desktop support on RHEL 8+ as ImageMagick isn't available there.
Date: Wed, 15 Jul 2026 09:36:41 GMT [thread overview]
Message-ID: <178410820171.1.15833676134944744483.rpms-bsh-85bc37d00ed4@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-15 9:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178410820171.1.15833676134944744483.rpms-bsh-85bc37d00ed4@fedoraproject.org \
--to=tomas.popela@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox