public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rocfft] epel10: Explicit license smoke test
@ 2026-06-11 13:36 Tom Rix
0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-11 13:36 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-11 13:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 13:36 [rpms/rocfft] epel10: Explicit license smoke test Tom Rix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox