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/rocm-smi] epel10: Merge back rocm-smi7.2
Date: Tue, 09 Jun 2026 22:36:47 GMT	[thread overview]
Message-ID: <178104460701.1.583074377532651441.rpms-rocm-smi-29878e40d63b@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rocm-smi
            Branch : epel10
            Commit : 29878e40d63b0ba39fd27c16dee4f3c794f4d62b
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-03-21T14:27:53-07:00
            Stats  : +44/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rocm-smi/c/29878e40d63b0ba39fd27c16dee4f3c794f4d62b?branch=epel10

            Log:
            Merge back rocm-smi7.2

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

---
diff --git a/rocm-smi.spec b/rocm-smi.spec
index dd89a0b..c3e98bb 100644
--- a/rocm-smi.spec
+++ b/rocm-smi.spec
@@ -62,11 +62,42 @@ Version:    %{rocm_version}
 %if %{with preview}
 Release:    0%{?dist}
 %else
-Release:    2%{?dist}
+Release:    3%{?dist}
 %endif
 Summary:    ROCm System Management Interface Library
 
 License:    MIT AND NCSA
+# The main license is MIT
+# The NCSA license applies to these files
+#  cmake_modules/utils.cmake
+#  include/rocm_smi/rocm_smi.h
+#  include/rocm_smi/rocm_smi_common.h
+#  include/rocm_smi/rocm_smi_counters.h
+#  include/rocm_smi/rocm_smi_device.h
+#  include/rocm_smi/rocm_smi_exception.h
+#  include/rocm_smi/rocm_smi_io_link.h
+#  include/rocm_smi/rocm_smi_kfd.h
+#  include/rocm_smi/rocm_smi_logger.h
+#  include/rocm_smi/rocm_smi_main.h
+#  include/rocm_smi/rocm_smi_monitor.h
+#  include/rocm_smi/rocm_smi_power_mon.h
+#  include/rocm_smi/rocm_smi_properties.h
+#  include/rocm_smi/rocm_smi_utils.h
+#  rocm_smi/example/rocm_smi_example.cc
+#  src/rocm_smi.cc
+#  src/rocm_smi_counters.cc
+#  src/rocm_smi_device.cc
+#  src/rocm_smi_io_link.cc
+#  src/rocm_smi_kfd.cc
+#  src/rocm_smi_logger.cc
+#  src/rocm_smi_main.cc
+#  src/rocm_smi_monitor.cc
+#  src/rocm_smi_power_mon.cc
+#  src/rocm_smi_properties.cc
+#  src/rocm_smi_utils.cc
+#  oam/src/oamConfig.in
+#  src/rocm_smi64Config.in
+
 URL:        https://github.com/ROCm/rocm-systems
 Source0:    %{url}/releases/download/%{pkg_src}/%{upstreamname}.tar.gz#/%{upstreamname}-%{version}.tar.gz
 
@@ -93,6 +124,10 @@ BuildRequires:  rocm-filesystem%{pkg_suffix}
 BuildRequires:  gtest-devel
 %endif
 
+%if %{with compat}
+Requires:       rocm-filesystem%{pkg_suffix}
+%endif
+
 %description
 The ROCm System Management Interface Library, or ROCm SMI library, is part of
 the Radeon Open Compute ROCm software stack . It is a C library for Linux that
@@ -137,6 +172,11 @@ sed -i -e '/TARGETS gtest gtest_main/,+3d' tests/rocm_smi_test/CMakeLists.txt
 # https://github.com/ROCm/rocm-systems/issues/1021
 sed -i '/#include <string.*/a#include <iomanip>' tests/rocm_smi_test/test_base.h
 
+# Do not package tests if we are building them
+%if %{without test}
+rm -rf tests
+%endif
+
 %build
 %cmake \
     -DBUILD_TESTS=%{build_test} \
@@ -179,6 +219,9 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/rocm-smi-lib/LICENSE.md
 %endif
 
 %changelog
+* Sat Mar 21 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-2
+- Merge back rocm-smi7.2
+
 * Wed Mar 11 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-2
 - Add --with preview
 

                 reply	other threads:[~2026-06-09 22:36 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=178104460701.1.583074377532651441.rpms-rocm-smi-29878e40d63b@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