public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gap-pkg-images] f44: Recommend gap-pkg-vole
@ 2026-09-24 20:47 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-09-24 20:47 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gap-pkg-images
Branch : f44
Commit : c47a33fa5cb75d9eee6d26312cf4227d9ecdff47
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-09-24T14:46:56-06:00
Stats : +16/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gap-pkg-images/c/c47a33fa5cb75d9eee6d26312cf4227d9ecdff47?branch=f44
Log:
Recommend gap-pkg-vole
- Add bootstrap mode for circular dependency with gap-pkg-vole
---
diff --git a/gap-pkg-images.spec b/gap-pkg-images.spec
index c6b2b19..318b27d 100644
--- a/gap-pkg-images.spec
+++ b/gap-pkg-images.spec
@@ -1,5 +1,14 @@
-%global gap_pkgname images
-%global giturl https://github.com/gap-packages/images
+# When bootstrapping a new architecture, there is no gap-pkg-vole package yet,
+# since it requires this package to build. We only need it for testing this
+# package, not for building it, so use the following procedure:
+# 1. Do a bootstrap build of this package.
+# 2. Build gap-pkg-vole.
+# 3. Do a normal build of this packages, which includes running the tests.
+%bcond bootstrap 0
+
+%global gap_pkgname images
+%global giturl https://github.com/gap-packages/images
+%global gap_skip_check %{?with_bootstrap}
Name: gap-pkg-%{gap_pkgname}
Version: 1.4.2
@@ -23,11 +32,16 @@ BuildRequires: gap(digraphs) >= 1.0.0
BuildRequires: gap(ferret) >= 0.8.0
BuildRequires: gap-devel >= 4.13
+%if %{without bootstrap}
+BuildRequires: gap(vole) >= 0.6.0
+%endif
+
Requires: gap(datastructures) >= 0.2.0
Requires: gap(digraphs) >= 1.0.0
Requires: gap-core >= 4.13
Recommends: gap(ferret) >= 0.8.0
+Recommends: gap(vole) >= 0.6.0
Provides: gap(images) = %{version}-%{release}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-24 20:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-24 20:47 [rpms/gap-pkg-images] f44: Recommend gap-pkg-vole Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox