public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cinnamon-desktop] rawhide: Fix SPDX license expression: add missing LGPL-2.1-or-later, LGPL-3.0-or-later; fix -devel
@ 2026-07-25  8:16 Michal Schorm
  0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-25  8:16 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/cinnamon-desktop
            Branch : rawhide
            Commit : b386d3ed16174e26a0c0bb1df2e7873fc4ff5ccc
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-07-25T00:07:24+02:00
            Stats  : +2/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/cinnamon-desktop/c/b386d3ed16174e26a0c0bb1df2e7873fc4ff5ccc?branch=rawhide

            Log:
            Fix SPDX license expression: add missing LGPL-2.1-or-later, LGPL-3.0-or-later; fix -devel

Main package was missing two licenses found in 'libcinnamon-desktop/':

LGPL-2.1-or-later evidence:
- 'libcinnamon-desktop/cdesktop-enums.h': "GNU Lesser General Public
  License ... version 2.1 of the License, or (at your option) any
  later version"

LGPL-3.0-or-later evidence:
- 'libcinnamon-desktop/gnome-systemd.c': explicit
  "SPDX-License-Identifier: LGPL-3.0-or-later" and "GNU Lesser General
  Public License ... version 3 of the License, or (at your option)
  any later version"
- 'libcinnamon-desktop/gnome-systemd.h': same

The -devel subpackage installs headers from both libcinnamon-desktop
and libcvc. libcvc headers are all GPL-2.0-or-later, and the
libcinnamon-desktop headers include cdesktop-enums.h (LGPL-2.1-or-later)
and gnome-systemd.h (LGPL-3.0-or-later). Updated -devel license
accordingly.

Co-Authored-By: Claude AI <noreply@anthropic.com>

---
diff --git a/cinnamon-desktop.spec b/cinnamon-desktop.spec
index acd33d0..b29df85 100644
--- a/cinnamon-desktop.spec
+++ b/cinnamon-desktop.spec
@@ -8,7 +8,7 @@ Summary: Shared code among cinnamon-session, nemo, etc
 Name:    cinnamon-desktop
 Version: 6.7.2^unstable
 Release: 2%{?dist}
-License: GPL-2.0-or-later AND LGPL-2.0-or-later AND MIT
+License: GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-or-later AND MIT
 URL:     https://github.com/linuxmint/%{name}
 Source0: %url/archive/%{upstream_version}/%{name}-%{upstream_version}.tar.gz
 Source1: x-cinnamon-mimeapps.list
@@ -51,7 +51,7 @@ CINNAMON user environment.
 
 %package devel
 Summary:  Libraries and headers for libcinnamon-desktop
-License:  LGPL-2.0-or-later
+License:  GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-or-later
 Requires: %{name}%{?_isa} = %{version}-%{release}
 
 %description devel

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-25  8:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-25  8:16 [rpms/cinnamon-desktop] rawhide: Fix SPDX license expression: add missing LGPL-2.1-or-later, LGPL-3.0-or-later; fix -devel Michal Schorm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox