public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/xmms2] rawhide: Limit openssl-devel-engine dependency
Date: Sun, 14 Jun 2026 19:38:47 GMT [thread overview]
Message-ID: <178146592742.1.113779682748443029.rpms-xmms2-c63d86ef1e65@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/xmms2
Branch : rawhide
Commit : c63d86ef1e65a5d873253c0ec34ab8b49e465169
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-06-14T15:37:34-04:00
Stats : +4/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/xmms2/c/c63d86ef1e65a5d873253c0ec34ab8b49e465169?branch=rawhide
Log:
Limit openssl-devel-engine dependency
The separate subpackage was removed with openssl 4 in F45.
---
diff --git a/xmms2.spec b/xmms2.spec
index 97691cb..a876247 100644
--- a/xmms2.spec
+++ b/xmms2.spec
@@ -77,7 +77,10 @@ BuildRequires: perl-ExtUtils-ParseXS
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: waf
-BuildRequires: openssl-devel-engine, openssl-devel
+BuildRequires: openssl-devel
+%if 0%{?fedora} >= 41 && 0%{?fedora} < 45
+BuildRequires: openssl-devel-engine
+%endif
Obsoletes: xmms2-mad < 0.8-26
Provides: xmms2-mad = %{version}-%{release}
reply other threads:[~2026-06-14 19:38 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=178146592742.1.113779682748443029.rpms-xmms2-c63d86ef1e65@fedoraproject.org \
--to=yselkowi@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