public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rocblas] epel10: Explicitly license smoke tests as 0bsd
@ 2026-06-11 14:33 Tom Rix
0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-11 14:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rocblas
Branch : epel10
Commit : e5c010b0ebd8a1837ae70d299bec3ee436a44040
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-05-28T07:02:25-07:00
Stats : +9/-2 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rocblas/c/e5c010b0ebd8a1837ae70d299bec3ee436a44040?branch=epel10
Log:
Explicitly license smoke tests as 0bsd
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/rocblas.spec b/rocblas.spec
index 167e777..71d4f4d 100644
--- a/rocblas.spec
+++ b/rocblas.spec
@@ -163,13 +163,13 @@
Name: rocblas%{pkg_suffix}
Summary: BLAS implementation for ROCm
-License: MIT AND BSD-3-Clause AND 0BSD
+License: MIT AND BSD-3-Clause
URL: https://github.com/ROCm/rocm-libraries
Version: %{rocm_version}
%if %{with preview}
Release: 0%{?dist}
%else
-Release: 6%{?dist}
+Release: 7%{?dist}
%endif
Source0: %{url}/releases/download/%{pkg_src}/%{upstreamname}.tar.gz#/%{upstreamname}-%{version}.tar.gz
@@ -525,6 +525,10 @@ export LD_LIBRARY_PATH=%{_vpath_builddir}/library/src:$LD_LIBRARY_PATH
%endif
%changelog
+* Thu May 28 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-7
+- Explicitly license smoke tests 0BSD
+- Smoke test not part of srpm so remove from license tag
+
* Sat Apr 18 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-6
- Generate suse package names
diff --git a/test.cpp b/test.cpp
index 5870f60..72b2323 100644
--- a/test.cpp
+++ b/test.cpp
@@ -1,3 +1,5 @@
+// BSD Zero Clause License
+
#include <rocblas/rocblas.h>
#include <hip/hip_runtime.h>
#include <vector>
diff --git a/test.sh b/test.sh
index 92fbdb1..fe0fced 100755
--- a/test.sh
+++ b/test.sh
@@ -1,4 +1,5 @@
#! /usr/bin/env sh
+# BSD Zero Clause License
BPATH=/usr/bin
IPATH=/usr/include
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-11 14:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 14:33 [rpms/rocblas] epel10: Explicitly license smoke tests as 0bsd Tom Rix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox