public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/codec2] rawhide: Drop RHEL 7 compatibility
@ 2026-07-20 19:33 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-07-20 19:33 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/codec2
            Branch : rawhide
            Commit : 5641dd7e109a2bf1d8826205b8d84808878be40b
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2026-07-20T15:32:11-04:00
            Stats  : +1/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/codec2/c/5641dd7e109a2bf1d8826205b8d84808878be40b?branch=rawhide

            Log:
            Drop RHEL 7 compatibility

RHEL 8 cmake is already 3.x, and RHEL 11 will have cmake 4.x which
dropped all the cmake3 package and macro compatibility names.

https://fedoraproject.org/wiki/Changes/CMake4.0

---
diff --git a/codec2.spec b/codec2.spec
index 2d4918d..a785e26 100644
--- a/codec2.spec
+++ b/codec2.spec
@@ -1,5 +1,4 @@
 %undefine __cmake_in_source_build
-%{?rhel: %global cmake %cmake3}
 
 # Bootstrap may be needed to break circular dependencies between
 # codec2 and lpcnetfreedv
@@ -14,7 +13,7 @@ License:        LGPL-2.1-only
 URL:            http://rowetel.com/codec2.html
 Source0:        https://github.com/drowe67/codec2/archive/%{version}/%{name}-%{version}.tar.gz
 
-BuildRequires:  cmake%{?rhel:3}
+BuildRequires:  cmake
 BuildRequires:  gcc gcc-c++
 BuildRequires:  libsamplerate-devel
 %if %{without bootstrap}

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 19:33 [rpms/codec2] rawhide: Drop RHEL 7 compatibility Yaakov Selkowitz

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