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/rocprim] epel10: Explicitly license smoke tests as 0bsd
Date: Thu, 11 Jun 2026 12:46:50 GMT	[thread overview]
Message-ID: <178118201066.1.183571600844639960.rpms-rocprim-11feddd715d0@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-06-11 12:46 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=178118201066.1.183571600844639960.rpms-rocprim-11feddd715d0@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