public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rocm-runtime] epel10: merge compate changes
@ 2026-06-10 20:25 Tom Rix
  0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-10 20:25 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/rocm-runtime
            Branch : epel10
            Commit : 86a450281b4be04d8a1ef79a29275a91152ae710
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-06-02T14:49:16-07:00
            Stats  : +9/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rocm-runtime/c/86a450281b4be04d8a1ef79a29275a91152ae710?branch=epel10

            Log:
            merge compate changes

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

---
diff --git a/rocm-runtime.spec b/rocm-runtime.spec
index 8527055..6abc7e1 100644
--- a/rocm-runtime.spec
+++ b/rocm-runtime.spec
@@ -69,7 +69,7 @@ Version:    %{rocm_version}
 %if %{with preview}
 Release:        0%{?dist}
 %else
-Release:        2%{?dist}
+Release:        3%{?dist}
 %endif
 Summary:    ROCm Runtime Library
 
@@ -95,6 +95,7 @@ BuildRequires:  libdrm-devel
 BuildRequires:  libffi-devel
 BuildRequires:  rocm-llvm%{pkg_suffix}-static
 BuildRequires:  rocm-compilersupport%{pkg_suffix}-macros
+BuildRequires:  rocm-filesystem%{pkg_suffix}
 BuildRequires:  rocm-device-libs%{pkg_suffix}
 BuildRequires:  libzstd-devel
 
@@ -113,6 +114,7 @@ BuildRequires:  numactl-devel
 BuildRequires:  vim-common
 %endif
 
+Requires:   rocm-filesystem%{pkg_suffix}
 Provides:   rocm-runtime%{pkg_suffix} = %{version}-%{release}
 
 %description
@@ -125,6 +127,7 @@ applications to launch compute kernels directly to the graphics hardware.
 %package devel
 Summary: ROCm Runtime development files
 Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: rocm-filesystem%{pkg_suffix}
 Provides:  rocm-runtime%{pkg_suffix}-devel = %{version}-%{release}
 
 %description devel
@@ -133,7 +136,7 @@ ROCm Runtime development files
 %if %{with static}
 %package static
 Summary: ROCm Runtime hsakmt development files
-Requires: rocm-runtime%{pkg_suffix}-devel = %{version}-%{release}
+Requires: %{name}-devel%{?_isa} = %{version}-%{release}
 Provides:  rocm-runtime%{pkg_suffix}-static = %{version}-%{release}
 
 %description static
@@ -144,6 +147,7 @@ Provides:  rocm-runtime%{pkg_suffix}-static = %{version}-%{release}
 %package -n kfdtest
 Summary: Test suite for ROCm's KFD kernel module
 Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: rocm-filesystem%{pkg_suffix}
 Requires: rocm-smi%{pkg_suffix}
 
 %description -n kfdtest
@@ -247,6 +251,9 @@ rm -f %{buildroot}%{pkg_prefix}/%{pkg_libdir}/pkgconfig/libhsakmt.pc
 %endif
 
 %changelog
+* Tue Jun 2 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.1-3
+- merge compat changes
+
 * Thu Apr 30 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.1-2
 - Add requires for kfdtest
 

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

only message in thread, other threads:[~2026-06-10 20:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-10 20:25 [rpms/rocm-runtime] epel10: merge compate changes Tom Rix

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