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] rawhide: Recommend gap-pkg-vole
Date: Thu, 24 Sep 2026 19:59:22 GMT	[thread overview]
Message-ID: <179027996269.1.5967302268797180374.rpms-gap-pkg-images-475f3e7723b1@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/gap-pkg-images
            Branch : rawhide
            Commit : 475f3e7723b1f765f86c5a34f38970a2e832ba6f
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-09-24T13:58:46-06:00
            Stats  : +16/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/gap-pkg-images/c/475f3e7723b1f765f86c5a34f38970a2e832ba6f?branch=rawhide

            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 19:59 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=179027996269.1.5967302268797180374.rpms-gap-pkg-images-475f3e7723b1@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