Fix SPDX license

Resolves: RHEL-32785
This commit is contained in:
Tomas Popela 2024-08-19 13:46:33 +02:00
parent 2f1695034e
commit 70014ccb29

View File

@ -9,14 +9,13 @@
Name: libsecret
Version: 0.21.2
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Library for storing and retrieving passwords and other secrets
# libsecret/mock/aes.py is Apache-2.0
# libsecret/mock/hkdf.py is GPL-2.0-or-later OR LicenseRef-scancode-tgppl-1.0
# ^^^ See https://gitlab.com/fedora/legal/fedora-license-data/-/issues/412
# libsecret/mock/hkdf.py is GPL-2.0-or-later OR TGPPL-1.0
# part of libsecret/mock/dh.py is LicenseRef-Fedora-Public-Domain
License: LGPL-2.1-or-later AND Apache-2.0 AND AND (GPL-2.0-or-later OR LicenseRef-scancode-tgppl-1.0) AND LicenseRef-Fedora-Public-Domain
License: LGPL-2.1-or-later AND Apache-2.0 AND (GPL-2.0-or-later OR TGPPL-1.0) AND LicenseRef-Fedora-Public-Domain
URL: https://wiki.gnome.org/Projects/Libsecret
Source0: https://download.gnome.org/sources/libsecret/%{release_version}/libsecret-%{version}.tar.xz
# https://gitlab.gnome.org/GNOME/libsecret/-/merge_requests/133
@ -108,6 +107,9 @@ rm -rf build/valgrind/
%changelog
* Mon Aug 19 2024 Tomas Popela <tpopela@redhat.com> - 0.21.2-6
- Fix SDPX license
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.21.2-5
- Bump release for June 2024 mass rebuild