public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gulrak-filesystem] epel8: Ensure the catch2 (v2.x) compat package is used for tests
@ 2026-07-24 8:09 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-24 8:09 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gulrak-filesystem
Branch : epel8
Commit : 7bd6dd6c5a3bd103552c142829189c4c5ffebac1
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-07-24T09:04:53+01:00
Stats : +3/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gulrak-filesystem/c/7bd6dd6c5a3bd103552c142829189c4c5ffebac1?branch=epel8
Log:
Ensure the catch2 (v2.x) compat package is used for tests
---
diff --git a/gulrak-filesystem.spec b/gulrak-filesystem.spec
index 4fcc52d..6faa230 100644
--- a/gulrak-filesystem.spec
+++ b/gulrak-filesystem.spec
@@ -12,7 +12,9 @@ BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: make
-BuildRequires: pkgconfig(catch2)
+# Consider migrating to Catch2 v3
+# https://github.com/gulrak/filesystem/issues/165
+BuildRequires: pkgconfig(catch2) < 3
# No compiled binaries are installed, so this would be empty.
%global debug_package %{nil}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-24 8:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-24 8:09 [rpms/gulrak-filesystem] epel8: Ensure the catch2 (v2.x) compat package is used for tests Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox