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/rocthrust] epel10: Explicitly license smoke test 0bsd
Date: Thu, 11 Jun 2026 12:54:53 GMT [thread overview]
Message-ID: <178118249381.1.12886274495182682167.rpms-rocthrust-dc5aabc4cbe5@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-11 12:54 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=178118249381.1.12886274495182682167.rpms-rocthrust-dc5aabc4cbe5@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