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

            A new commit has been pushed.

            Repo   : rpms/rocclr
            Branch : epel10
            Commit : 3d6252cee56848930ed39b4ba9be30dc16207ebc
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-02-23T08:35:38-08:00
            Stats  : +8/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rocclr/c/3d6252cee56848930ed39b4ba9be30dc16207ebc?branch=epel10

            Log:
            Cleanup specfile

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

---
diff --git a/rocclr.spec b/rocclr.spec
index 3e76831..c02b7cc 100644
--- a/rocclr.spec
+++ b/rocclr.spec
@@ -95,9 +95,11 @@
 
 Name:           %{pkg_name}
 Version:        %{rocm_version}
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        ROCm Compute Language Runtime
-License:        MIT
+License:        MIT AND Apache-2.0 AND MIT-Khronos-old
+# The main license is MIT
+# OpenCL parts are licensed with Khronos AND Apache-2.0
 URL:            https://github.com/ROCm/rocm-systems
 Source0:        %{url}/releases/download/rocm-%{version}/%{upstreamname}.tar.gz#/%{upstreamname}-%{version}.tar.gz
 # TODO: it would be nice to separate this into its own package:
@@ -342,7 +344,7 @@ export PATH=%{rocmllvm_bindir}:$PATH
 %if %{without compat}
 # Install OpenCL ICD configuration:
 install -D -m 644 opencl/config/amdocl64.icd \
-	%{buildroot}%{_sysconfdir}/OpenCL/vendors/amdocl64.icd
+  %{buildroot}%{_sysconfdir}/OpenCL/vendors/amdocl64.icd
 %endif
 
 # Avoid file conflicts with opencl-headers package:
@@ -422,6 +424,9 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/hip/LICENSE.md
 %endif
 
 %changelog
+* Mon Feb 23 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-2
+- Cleanup specfile
+
 * Mon Jan 26 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-1
 - Update to 7.2.0
 

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

only message in thread, other threads:[~2026-06-10 23: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 23:25 [rpms/rocclr] epel10: Cleanup specfile Tom Rix

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