public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tasksh] rawhide: Allow to build with CMake 4.0 (rhbz#2381480)
@ 2026-07-28 10:56 Cristian Le
  0 siblings, 0 replies; only message in thread
From: Cristian Le @ 2026-07-28 10:56 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/tasksh
            Branch : rawhide
            Commit : fc0aee0403cf36cb8c13016f14252eb655aedd21
            Author : Cristian Le <git@lecris.dev>
            Date   : 2026-07-28T11:55:30+01:00
            Stats  : +6/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/tasksh/c/fc0aee0403cf36cb8c13016f14252eb655aedd21?branch=rawhide

            Log:
            Allow to build with CMake 4.0 (rhbz#2381480)

Signed-off-by: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com>

---
diff --git a/tasksh.spec b/tasksh.spec
index 69713a0..8baa7d1 100644
--- a/tasksh.spec
+++ b/tasksh.spec
@@ -2,7 +2,7 @@
 
 Name:           tasksh
 Version:        1.2.0
-Release:        20%{?dist}
+Release:        21%{?dist}
 Summary:        Shell command that wraps Taskwarrior commands
 
 # spdx
@@ -29,6 +29,8 @@ unsupported, buggy and flawed.
 %autosetup -p1
 
 %build
+# TODO: Please submit an issue to upstream (rhbz#2381480)
+export CMAKE_POLICY_VERSION_MINIMUM=3.5
 %cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo
 %cmake_build
 
@@ -42,6 +44,9 @@ unsupported, buggy and flawed.
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Tue Jul 28 2026 Cristian Le <git@lecris.dev> - 1.2.0-21
+- Allow to build with CMake 4.0 (rhbz#2381480)
+
 * Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

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

only message in thread, other threads:[~2026-07-28 10:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-28 10:56 [rpms/tasksh] rawhide: Allow to build with CMake 4.0 (rhbz#2381480) Cristian Le

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