From: Miroslav Suchý Date: Sat, 7 Sep 2024 19:25:15 +0000 (+0200) Subject: rpm: Migrate license in ceph.spec to SPDX X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=705d54b1c2c200e45d76b6721bad6222a4599e58;p=ceph.git rpm: Migrate license in ceph.spec to SPDX All are straightforward but BSD. That should be either 2 or 3 clause. But at least arrow uses both variants. Previous format is non-standard. In Fedora we call it Callaway, because Tom Callway just made up the IDs. Fedora is now moving to SPDX as an industry standard. For more details see https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 Signed-off-by: Miroslav Suchý --- diff --git a/ceph.spec.in b/ceph.spec.in index 6e9d3d509f91..17b0aeefcf9e 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -207,7 +207,7 @@ Epoch: 2 %global _epoch_prefix %{?epoch:%{epoch}:} Summary: User space components of the Ceph file system -License: LGPL-2.1 and LGPL-3.0 and CC-BY-SA-3.0 and GPL-2.0 and BSL-1.0 and BSD-3-Clause and MIT +License: LGPL-2.1-or-later AND LGPL-3.0-only AND CC-BY-SA-3.0 AND GPL-2.0-only AND BSL-1.0 AND BSD-2-Clause AND BSD-3-Clause AND MIT %if 0%{?suse_version} Group: System/Filesystems %endif