public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jerry James <loganjerry@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gap-pkg-images] f44: Recommend gap-pkg-vole
Date: Thu, 24 Sep 2026 20:47:07 GMT [thread overview]
Message-ID: <179028282783.1.15915714843717024738.rpms-gap-pkg-images-c47a33fa5cb7@fedoraproject.org> (raw)
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}
reply other threads:[~2026-09-24 20:47 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=179028282783.1.15915714843717024738.rpms-gap-pkg-images-c47a33fa5cb7@fedoraproject.org \
--to=loganjerry@gmail.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