public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/amdsmi] rawhide: Testing does not work without static
@ 2026-08-31 14:07 Tom Rix
  0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-08-31 14:07 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/amdsmi
            Branch : rawhide
            Commit : 015842e8d876da91eaa98ab60262291f80e31959
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-08-31T07:05:45-07:00
            Stats  : +11/-9 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/amdsmi/c/015842e8d876da91eaa98ab60262291f80e31959?branch=rawhide

            Log:
            Testing does not work without static

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

---
diff --git a/amdsmi.spec b/amdsmi.spec
index c26886f..c34365b 100644
--- a/amdsmi.spec
+++ b/amdsmi.spec
@@ -61,19 +61,18 @@
 # Non root result for gfx1100 and this kernel 6.13.0-0.rc0.20241126git7eef7e306d3c.10.fc42.x86_64
 # 25 pass, 5 fail
 # No oops
-%bcond_with test
-%if %{with test}
-%global build_test ON
-%else
-%global build_test OFF
-%endif
-
 %bcond_with static
 %if %{with static}
 %global build_static ON
+# Test does not link without static libs
+%bcond_with test
 %else
 %global build_static OFF
-# Test does not link without static libs, disable tests
+%endif
+
+%if %{with test}
+%global build_test ON
+%else
 %global build_test OFF
 %endif
 
@@ -82,7 +81,7 @@ Version:    %{rocm_version}
 %if %{with preview}
 Release:    0%{?dist}
 %else
-Release:    1%{?dist}
+Release:    2%{?dist}
 %endif
 Summary:    AMD System Management Interface
 
@@ -353,6 +352,9 @@ chrpath -d %{buildroot}%{pkg_prefix}/lib/python%{python3_version}/site-packages/
 %endif
 
 %changelog
+* Mon Aug 31 2026 Tom Rix <Tom.Rix@amd.com> - 7.14.0-2
+- testing does not work without static
+
 * Fri Aug 7 2026 Tom Rix <Tom.Rix@amd.com> - 7.14.0-1
 - Update to 7.14
 

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-31 14:07 [rpms/amdsmi] rawhide: Testing does not work without static Tom Rix

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