public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom Rix <Tom.Rix@amd.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rocblas] epel10: Explicitly license smoke tests as 0bsd
Date: Thu, 11 Jun 2026 14:33:15 GMT [thread overview]
Message-ID: <178118839549.1.5558032433962943851.rpms-rocblas-e5c010b0ebd8@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-11 14:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178118839549.1.5558032433962943851.rpms-rocblas-e5c010b0ebd8@fedoraproject.org \
--to=tom.rix@amd.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox