public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/amdsmi] epel10: Collect suse runtime packages into amdsmi-libs
@ 2026-06-09 22:35 Tom Rix
  0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-09 22:35 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/amdsmi
            Branch : epel10
            Commit : 58ca63cc873d19d21aaab2ccaacd334953c5fbd2
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-04-19T07:00:33-07:00
            Stats  : +5/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/amdsmi/c/58ca63cc873d19d21aaab2ccaacd334953c5fbd2?branch=epel10

            Log:
            Collect suse runtime packages into amdsmi-libs

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

---
diff --git a/amdsmi.spec b/amdsmi.spec
index fdd404c..6cff417 100644
--- a/amdsmi.spec
+++ b/amdsmi.spec
@@ -51,7 +51,7 @@
 %endif
 
 %if 0%{?suse_version}
-%global pkg_name lib%{pkg_library_name}%{pkg_library_version}%{pkg_suffix}
+%global pkg_name %{NAME}-libs
 %else
 %global pkg_name %{NAME}
 %endif
@@ -173,7 +173,7 @@ Summary:        Runtime for %{name}
 
 %package devel
 Summary:        Libraries and headers for %{name}
-Requires:       %{name}%{?_isa} = %{version}-%{release}
+Requires:       %{pkg_name}%{?_isa} = %{version}-%{release}
 
 %description devel
 %{summary}
@@ -182,6 +182,9 @@ Requires:       %{name}%{?_isa} = %{version}-%{release}
 %package test
 Summary:        Tests for %{name}
 Requires:       %{pkg_name}%{?_isa} = %{version}-%{release}
+%if 0%{?suse_version}
+Requires:       libgoamdsmi_shim64-1%{?_isa} = %{version}-%{release}
+%endif
 Requires:       libdrm-devel
 
 %description test

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

only message in thread, other threads:[~2026-06-09 22:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 22:35 [rpms/amdsmi] epel10: Collect suse runtime packages into amdsmi-libs Tom Rix

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