public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/nemo] rawhide: Fix SPDX license expression: add LGPL-2.1-or-later to main, fix search-helpers
@ 2026-07-25 8:55 Michal Schorm
0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-25 8:55 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/nemo
Branch : rawhide
Commit : 6e62cd46e09c05d9c26ea49530a347c92cbce910
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-07-25T00:08:22+02:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/nemo/c/6e62cd46e09c05d9c26ea49530a347c92cbce910?branch=rawhide
Log:
Fix SPDX license expression: add LGPL-2.1-or-later to main, fix search-helpers
Main package: 'libnemo-private/nemo-debug.c' and 'nemo-debug.h' are
LGPL-2.1-or-later ("GNU Lesser General Public License ... version 2.1
of the License, or (at your option) any later version"). Since
libnemo-private is linked into the nemo binary, this license applies
to the main package.
search-helpers subpackage: 'search-helpers/nemo-mso-to-txt.c' and
'nemo-ppt-to-txt.c' are GPL-2.0-or-later ("GNU General Public License
... either version 2 of the License, or (at your option) any later
version"), not LGPL as previously declared.
The extensions and devel subpackages remain correct:
'libnemo-extension/' headers are all LGPL-2.0-or-later ("GNU Library
General Public License").
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/nemo.spec b/nemo.spec
index 5f9267f..fd95e3f 100644
--- a/nemo.spec
+++ b/nemo.spec
@@ -4,7 +4,7 @@ Name: nemo
Summary: File manager for Cinnamon
Version: 6.7.4^unstable
Release: 3%{?dist}
-License: GPL-2.0-or-later AND LGPL-2.0-or-later
+License: GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later
URL: https://github.com/linuxmint/%{name}
Source0: %url/archive/%{upstream_version}/%{name}-%{upstream_version}.tar.gz
Source1: nemo-fedora.gschema.override
@@ -69,7 +69,7 @@ This package provides the libraries used by nemo extensions.
%package search-helpers
Summary: Nemo search helpers
-License: LGPL-2.0-or-later
+License: GPL-2.0-or-later
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: exif
Requires: ghostscript
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-25 8:55 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:55 [rpms/nemo] rawhide: Fix SPDX license expression: add LGPL-2.1-or-later to main, fix search-helpers Michal Schorm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox