public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rocfft] epel10: Fix fedora sqlite
@ 2026-06-11 13:36 Tom Rix
  0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-11 13:36 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/rocfft
            Branch : epel10
            Commit : 7c21302a184048bde62dbea9db3e2548bb406194
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-04-14T12:25:38-07:00
            Stats  : +8/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rocfft/c/7c21302a184048bde62dbea9db3e2548bb406194?branch=epel10

            Log:
            Fix fedora sqlite

Signed-off-by: Tom Rix <Tom.Rix@amd.com>

---
diff --git a/rocfft.spec b/rocfft.spec
index 5e8d3b8..1447b9b 100644
--- a/rocfft.spec
+++ b/rocfft.spec
@@ -102,6 +102,9 @@
 %global cmake_generator %{nil}
 %endif
 
+%if 0%{?fedora} || 0%{?suse_version}
+%global system_sqlite ON
+%else
 %if 0%{?rhel} < 10
 # rhel 9's sqlite is too old, fetch whatever rocfft bundles
 # assumes --enable-network
@@ -109,6 +112,7 @@
 %else
 %global system_sqlite ON
 %endif
+%endif
 
 %global cmake_config \\\
   -DBUILD_CLIENTS_TESTS_OPENMP=OFF \\\
@@ -136,7 +140,7 @@ Version:        %{rocm_version}
 %if %{with preview}
 Release:        0%{?dist}
 %else
-Release:        4%{?dist}
+Release:        5%{?dist}
 %endif
 Summary:        ROCm Fast Fourier Transforms (FFT) library
 License:        (MIT AND BSD-3-Clause) AND 0BSD
@@ -289,6 +293,9 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/rocfft/LICENSE.md
 %endif
 
 %changelog
+* Tue Apr 14 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-5
+- Fix fedora sqlite
+
 * Wed Apr 8 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-4
 - Build on rhel 9
 

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

only message in thread, other threads:[~2026-06-11 13:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 13:36 [rpms/rocfft] epel10: Fix fedora sqlite Tom Rix

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