public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/buildstream-plugins] f44: Require BuildStream >= 2.5
Date: Mon, 21 Sep 2026 20:32:20 GMT [thread overview]
Message-ID: <179002274022.1.1084814505922167060.rpms-buildstream-plugins-b5572b40f2b4@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/buildstream-plugins
Branch : f44
Commit : b5572b40f2b45f1f6d2a2b37dc3af7c8b876cb6a
Author : Javier Jardón <jjardon@gnome.org>
Date : 2026-09-21T21:29:55+01:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/buildstream-plugins/c/b5572b40f2b45f1f6d2a2b37dc3af7c8b876cb6a?branch=f44
Log:
Require BuildStream >= 2.5
This is what is required upstream in the "min-version" variable at
https://github.com/apache/buildstream-plugins/blob/master/project.conf
---
diff --git a/buildstream-plugins.spec b/buildstream-plugins.spec
index 6144cd4..1040dc6 100644
--- a/buildstream-plugins.spec
+++ b/buildstream-plugins.spec
@@ -1,3 +1,6 @@
+# Check "min-version" at https://github.com/apache/buildstream-plugins/blob/master/project.conf
+%global bst_minver 2.5.0
+
Name: buildstream-plugins
Summary: A collection of plugins for the BuildStream project
License: Apache-2.0
@@ -14,11 +17,11 @@ Version: 2.8.0
Release: %autorelease
Source0: https://github.com/apache/buildstream-plugins/archive/%{version}/buildstream-plugins-%{version}.tar.gz
-BuildRequires: buildstream >= %{version}
+BuildRequires: buildstream >= %{bst_minver}
BuildRequires: python3-devel >= 3.10
BuildRequires: git
-Requires: buildstream >= %{version}
+Requires: buildstream >= %{bst_minver}
# docker plugin
Recommends: %{py3_dist requests}
reply other threads:[~2026-09-21 20:32 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=179002274022.1.1084814505922167060.rpms-buildstream-plugins-b5572b40f2b4@fedoraproject.org \
--to=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