Migrate to SPDX license
This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2
This commit is contained in:
parent
56650352ad
commit
97fa4d1442
@ -10,7 +10,7 @@ Version: 2.78.0
|
|||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: Networking support for GLib
|
Summary: Networking support for GLib
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception
|
||||||
URL: https://gitlab.gnome.org/GNOME/glib-networking
|
URL: https://gitlab.gnome.org/GNOME/glib-networking
|
||||||
Source0: https://download.gnome.org/sources/glib-networking/2.78/%{name}-%{tarball_version}.tar.xz
|
Source0: https://download.gnome.org/sources/glib-networking/2.78/%{name}-%{tarball_version}.tar.xz
|
||||||
|
|
||||||
@ -43,6 +43,10 @@ implementation.
|
|||||||
|
|
||||||
%package tests
|
%package tests
|
||||||
Summary: Tests for the glib-networking package
|
Summary: Tests for the glib-networking package
|
||||||
|
# glib-networking-2.78.0/tls/tests/mock-pkcs11.c is Apache-2.0
|
||||||
|
# pkcs11t.h is RSA-MD
|
||||||
|
# dtls-connection.c is LGPL-2.0-or-later but not currently included in the binaries
|
||||||
|
License: LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception AND Apache-2.0 AND RSA-MD
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description tests
|
%description tests
|
||||||
|
Loading…
Reference in New Issue
Block a user