public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/buildstream-plugins] f44: Require BuildStream >= 2.5
@ 2026-09-21 20:32 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-09-21 20:32 UTC (permalink / raw)
  To: git-commits

            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}

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-21 20:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-21 20:32 [rpms/buildstream-plugins] f44: Require BuildStream >= 2.5 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox