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/rocfft] epel10: Explicit license smoke test
Date: Thu, 11 Jun 2026 13:36:21 GMT	[thread overview]
Message-ID: <178118498106.1.14832958859794935765.rpms-rocfft-d44e9210ea06@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rocfft
            Branch : epel10
            Commit : d44e9210ea06183851fbacdd085fbc73784d6097
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-05-27T05:36:38-07:00
            Stats  : +9/-2 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/rocfft/c/d44e9210ea06183851fbacdd085fbc73784d6097?branch=epel10

            Log:
            Explicit license smoke test

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

---
diff --git a/rocfft.spec b/rocfft.spec
index d462b5f..1996965 100644
--- a/rocfft.spec
+++ b/rocfft.spec
@@ -144,10 +144,10 @@ Version:        %{rocm_version}
 %if %{with preview}
 Release:        0%{?dist}
 %else
-Release:        6%{?dist}
+Release:        7%{?dist}
 %endif
 Summary:        ROCm Fast Fourier Transforms (FFT) library
-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
@@ -296,6 +296,10 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/rocfft/LICENSE.md
 %endif
 
 %changelog
+* Wed May 27 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
+
 * Mon Apr 20 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-6
 - Generate suse package name
 

diff --git a/test.cpp b/test.cpp
index c1b0149..0194908 100644
--- a/test.cpp
+++ b/test.cpp
@@ -1,3 +1,5 @@
+// BSD Zero Clause License
+
 #include <rocfft/rocfft.h>
 #include <hip/hip_runtime.h>
 #include <hip/hip_vector_types.h>

diff --git a/test.sh b/test.sh
index f432bc1..33a2916 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 13:36 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=178118498106.1.14832958859794935765.rpms-rocfft-d44e9210ea06@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