Convert License tag to SPDX format

Related: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2
Signed-off-by: Pavel Reichl <preichl@redhat.com>
This commit is contained in:
Pavel Reichl 2023-10-03 22:15:47 +02:00
parent 7eb6ec5604
commit 8336dc874f

View File

@ -10,9 +10,9 @@
Name: fuse3 Name: fuse3
Version: %{xyz_version} Version: %{xyz_version}
Release: 2%{?dist} Release: 3%{?dist}
Summary: File System in Userspace (FUSE) v3 utilities Summary: File System in Userspace (FUSE) v3 utilities
License: GPL+ License: GPL-1.0-or-later
URL: http://fuse.sf.net URL: http://fuse.sf.net
Source0: https://github.com/libfuse/libfuse/releases/download/fuse-%{version}/fuse-%{version}.tar.gz Source0: https://github.com/libfuse/libfuse/releases/download/fuse-%{version}/fuse-%{version}.tar.gz
Source1: https://github.com/libfuse/libfuse/releases/download/fuse-%{version}/fuse-%{version}.tar.gz.sig Source1: https://github.com/libfuse/libfuse/releases/download/fuse-%{version}/fuse-%{version}.tar.gz.sig
@ -53,7 +53,7 @@ mount a FUSE filesystem.
%package libs %package libs
Summary: File System in Userspace (FUSE) v3 libraries Summary: File System in Userspace (FUSE) v3 libraries
License: LGPLv2+ License: LGPL-2.1-or-later
%if ! 0%{?el6} %if ! 0%{?el6}
Conflicts: filesystem < 3 Conflicts: filesystem < 3
%endif %endif
@ -66,7 +66,7 @@ userspace program. This package contains the FUSE v3 libraries.
Summary: File System in Userspace (FUSE) v3 devel files Summary: File System in Userspace (FUSE) v3 devel files
Requires: %{name}-libs = %{version}-%{release} Requires: %{name}-libs = %{version}-%{release}
Requires: pkgconfig Requires: pkgconfig
License: LGPLv2+ License: LGPL-2.1-or-later
%if ! 0%{?el6} %if ! 0%{?el6}
Conflicts: filesystem < 3 Conflicts: filesystem < 3
%endif %endif
@ -79,7 +79,7 @@ pgk-config) to develop FUSE v3 based applications/filesystems.
%if ! 0%{?el6} && ! 0%{?el7} %if ! 0%{?el6} && ! 0%{?el7}
%package -n fuse-common %package -n fuse-common
Summary: Common files for File System in Userspace (FUSE) v2 and v3 Summary: Common files for File System in Userspace (FUSE) v2 and v3
License: GPL+ License: GPL-1.0-or-later
%description -n fuse-common %description -n fuse-common
Common files for FUSE v2 and FUSE v3. Common files for FUSE v2 and FUSE v3.
@ -192,6 +192,9 @@ rm -f %{buildroot}%{_udevrulesdir}/99-fuse3.rules
%endif %endif
%changelog %changelog
* Tue Oct 03 2023 Pavel Reichl <preichl@redhat.com> - 3.16.1-3
- Convert License tag to SPDX format
* Tue Aug 15 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 3.16.1-2 * Tue Aug 15 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 3.16.1-2
- Skip tarball signature verification in RHEL builds - Skip tarball signature verification in RHEL builds