public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mikolaj Izdebski <mizdebsk@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/bsh] epel10: Properly conditionalize build-requires
Date: Wed, 15 Jul 2026 09:36:34 GMT [thread overview]
Message-ID: <178410819495.1.8752201371936048347.rpms-bsh-44dadb72f5c1@fedoraproject.org> (raw)
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
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=178410819495.1.8752201371936048347.rpms-bsh-44dadb72f5c1@fedoraproject.org \
--to=mizdebsk@redhat.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