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

            A new commit has been pushed.

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

            Log:
            Explicitly license smoke test 0bsd

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

---
diff --git a/rocthrust.spec b/rocthrust.spec
index 1600eed..d768329 100644
--- a/rocthrust.spec
+++ b/rocthrust.spec
@@ -74,7 +74,7 @@ Version:        %{rocm_version}
 %if %{with preview}
 Release:        0%{?dist}
 %else
-Release:        3%{?dist}
+Release:        4%{?dist}
 %endif
 Summary:        ROCm Thrust library
 
@@ -82,7 +82,7 @@ Summary:        ROCm Thrust library
 # https://en.opensuse.org/openSUSE:Accepted_licences
 # Uses 'Public Domain' but this is not a spdx tag and hangs up the SLE 15.7 autochecker
 # The license should also include Public Domain
-License:        Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND BSL-1.0 AND MIT AND 0BSD
+License:        Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND BSL-1.0 AND MIT
 %else
 # https://docs.fedoraproject.org/en-US/legal/allowed-licenses/
 # Uses 'LicenseRef-Fedora-Public-Domain'
@@ -191,6 +191,10 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/rocthrust/LICENSE
 %{pkg_prefix}/share/cmake/rocthrust/
 
 %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
+
 * Wed Mar 11 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 d61a1d5..1cb55a1 100644
--- a/test.cpp
+++ b/test.cpp
@@ -1,3 +1,5 @@
+// BSD Zero Clause License
+
 #include <thrust/copy.h>
 #include <thrust/host_vector.h>
 #include <thrust/device_vector.h>

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:54 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:54 [rpms/rocthrust] epel10: Explicitly license smoke test 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