public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/shippy] rawhide: Fix FTBFS with CMake 4.x
@ 2026-07-14 19:02 Michal Schorm
  0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-14 19:02 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/shippy
            Branch : rawhide
            Commit : 53908d87ee012ea3a410ce16e5e64f7cd36b5e9b
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-07-13T19:19:59+02:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/shippy/c/53908d87ee012ea3a410ce16e5e64f7cd36b5e9b?branch=rawhide

            Log:
            Fix FTBFS with CMake 4.x

Add '-DCMAKE_POLICY_VERSION_MINIMUM=3.5' to '%cmake' invocation
to work around CMake 4.x dropping support for
'cmake_minimum_required' versions below 3.5.

Resolves: rhbz#2381447

Co-Authored-By: Claude AI <noreply@anthropic.com>

---
diff --git a/shippy.spec b/shippy.spec
index 1fd4668..fc330e6 100644
--- a/shippy.spec
+++ b/shippy.spec
@@ -25,7 +25,7 @@ mv docs html
 
 
 %build
-%cmake
+%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 %cmake_build
 
 

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

only message in thread, other threads:[~2026-07-14 19:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-14 19:02 [rpms/shippy] rawhide: Fix FTBFS with CMake 4.x Michal Schorm

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