public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rocprim] epel10: Explicitly license smoke tests as 0bsd
@ 2026-06-11 12:46 Tom Rix
  0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-11 12:46 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/rocprim
            Branch : epel10
            Commit : 11feddd715d05ebc8284d21e9c2ca872afb3f0b4
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-05-28T07:10:22-07:00
            Stats  : +9/-2 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/rocprim/c/11feddd715d05ebc8284d21e9c2ca872afb3f0b4?branch=epel10

            Log:
            Explicitly license smoke tests as 0bsd

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

---
diff --git a/rocprim.spec b/rocprim.spec
index be23039..c43de4a 100644
--- a/rocprim.spec
+++ b/rocprim.spec
@@ -87,12 +87,12 @@ Name:           rocprim%{pkg_suffix}
 %if %{with preview}
 Release:        0%{?dist}
 %else
-Release:        3%{?dist}
+Release:        4%{?dist}
 %endif
 Version:        %{rocm_version}
 Summary:        ROCm parallel primitives
 
-License:        MIT AND BSD-3-Clause AND 0BSD
+License:        MIT AND BSD-3-Clause
 URL:            https://github.com/ROCm/rocm-libraries
 Source0:        %{url}/releases/download/%{pkg_src}/%{upstreamname}.tar.gz#/%{upstreamname}-%{version}.tar.gz
 
@@ -201,6 +201,10 @@ sed -i -e 's@\.\.@\/usr\/bin@' %{buildroot}%{pkg_prefix}/bin/rocprim/CTestTestfi
 
 
 %changelog
+* Thu May 28 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-4
+- Explicitly license smoke tests 0BSD
+- Smoke test not part of srpm so remove from license tag
+
 * Fri Mar 6 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-3
 - Change --with gitcommit to preview
 

diff --git a/test.cpp b/test.cpp
index 07482e4..129d401 100644
--- a/test.cpp
+++ b/test.cpp
@@ -1,3 +1,5 @@
+// BSD Zero Clause License
+
 // HACK rocprim complains about a missing host implementation of memset.
 // We provide it by first including string.h from the C standard library
 #include <cstring>

diff --git a/test.sh b/test.sh
index 4cdf5fc..4bb25f3 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 12:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 12:46 [rpms/rocprim] 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