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

            A new commit has been pushed.

            Repo   : rpms/rocm-core
            Branch : rawhide
            Commit : e0e835ad09f3dd081e64643b9dd790bfc8c488a1
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-06-20T08:24:06-07:00
            Stats  : +7/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rocm-core/c/e0e835ad09f3dd081e64643b9dd790bfc8c488a1?branch=rawhide

            Log:
            merge compat changes

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

---
diff --git a/rocm-core.spec b/rocm-core.spec
index 66b28f4..2c68a3f 100644
--- a/rocm-core.spec
+++ b/rocm-core.spec
@@ -61,7 +61,7 @@ Version:        %{rocm_version}
 %if %{with preview}
 Release:        0%{?dist}
 %else
-Release:        2%{?dist}
+Release:        3%{?dist}
 %endif
 Summary:        A utility to get the ROCm release version
 License:        MIT
@@ -70,12 +70,14 @@ Source0:        %{url}/releases/download/%{pkg_src}/%{upstreamname}.tar.gz#/%{up
 
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
+BuildRequires:  rocm-filesystem%{pkg_suffix}
 
 %if 0%{?suse_version}
 Requires:       %{pkg_name}%{?_isa} = %{version}-%{release}
 %endif
 
 Provides:       rocm-core = %{version}-%{release}
+Requires:       rocm-filesystem%{pkg_suffix}
 
 # Only x86_64 works right now:
 ExclusiveArch:  x86_64
@@ -96,6 +98,7 @@ Summary:        Runtime for %{name}
 %package devel
 Summary:        Libraries and headers for %{name}
 Requires:       %{pkg_name}%{?_isa} = %{version}-%{release}
+Requires:       rocm-filesystem%{pkg_suffix}
 
 %description devel
 %{summary}
@@ -118,9 +121,7 @@ rm -rf %{buildroot}/%{pkg_prefix}/.info
 rm -rf %{buildroot}/%{pkg_prefix}/%{pkg_libdir}/rocmmod
 rm -rf %{buildroot}/%{pkg_prefix}/share/rdhc
 # Extra licenses
-# Fedora
 rm -f %{buildroot}/%{pkg_prefix}/share/doc/*/LICENSE.md
-# OpenSUSE
 rm -f %{buildroot}/%{pkg_prefix}/share/doc/*/*/LICENSE.md
 
 # Use the system include path
@@ -155,6 +156,9 @@ find %{buildroot} -type f -name 'runpath_to_rpath.py' -exec rm {} \;
 %{pkg_prefix}/%{pkg_libdir}/cmake/rocm-core/
 
 %changelog
+* Sat Jun 20 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.2-3
+- merge compat changes
+
 * Fri Apr 17 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.2-2
 - Generate suse package name
 

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-20 15:24 [rpms/rocm-core] rawhide: merge compat 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