public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rocm-examples] epel10: Cleanup specfile
@ 2026-06-15 13:39 Tom Rix
0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-15 13:39 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rocm-examples
Branch : epel10
Commit : 31b2a7ddf0a4902b1466f775b0019a3b17ce811f
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-02-20T14:16:39-08:00
Stats : +9/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rocm-examples/c/31b2a7ddf0a4902b1466f775b0019a3b17ce811f?branch=epel10
Log:
Cleanup specfile
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/rocm-examples.spec b/rocm-examples.spec
index 7a13a78..8c4c295 100644
--- a/rocm-examples.spec
+++ b/rocm-examples.spec
@@ -64,7 +64,7 @@
Name: rocm-examples%{pkg_suffix}
Version: %{rocm_version}
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A collection of examples for the ROCm software stack
Url: https://github.com/ROCm/%{upstreamname}
License: MIT AND Apache-2.0
@@ -192,12 +192,20 @@ export ROCM_ROOT=%{pkg_prefix}
%install
%cmake_install
+# This will cause problems when they are removed
+# rocm-examples.x86_64: W: non-executable-in-bin /usr/bin/myKernel.hsaco 644
+# rocm-examples.x86_64: W: non-executable-in-bin /usr/bin/vcpy_isa.hsaco 644
+rm -f %{buildroot}%{pkg_prefix}/bin/*.hsaco
+
%files
%license LICENSE.md
%doc README.md
%{pkg_prefix}/bin/*
%changelog
+* Fri Feb 20 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-2
+- Cleanup specfile
+
* Thu Jan 29 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-15 13:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 13:39 [rpms/rocm-examples] 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