public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom Rix <Tom.Rix@amd.com>
To: git-commits@fedoraproject.org
Subject: [rpms/amdsmi] rawhide: Testing does not work without static
Date: Mon, 31 Aug 2026 14:07:02 GMT [thread overview]
Message-ID: <178818522234.1.9877109043269508753.rpms-amdsmi-015842e8d876@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-31 14:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178818522234.1.9877109043269508753.rpms-amdsmi-015842e8d876@fedoraproject.org \
--to=tom.rix@amd.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox