Migrate to SPDX license tags
Resolves: RHEL-29906
This commit is contained in:
parent
cbe049f874
commit
f1ff19aabc
19
minicom.spec
19
minicom.spec
@ -1,14 +1,15 @@
|
|||||||
Summary: A text-based modem control and terminal emulation program
|
Summary: A text-based modem control and terminal emulation program
|
||||||
Name: minicom
|
Name: minicom
|
||||||
Version: 2.8
|
Version: 2.8
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
URL: https://salsa.debian.org/minicom-team/minicom
|
URL: https://salsa.debian.org/minicom-team/minicom
|
||||||
# Some files are built from Public Domain files in addition to GPLv2+ files
|
# The file 'src/wildmat.c' is LicenseRef-Fedora-Public-Domain.
|
||||||
# (/usr/bin/minicom). Some LGPLv2+ files *may* be used in building of certain
|
# Some LGPL-2.0-or-later files (e.g., 'lib/getopt.c', 'lib/error.c')
|
||||||
# files (minicom, ascii-xfr, runscript). They are probably not actually used,
|
# *may* be used in building of certain files (minicom, ascii-xfr, runscript).
|
||||||
# but I wasn't able to exclude them from the build process completely yet.
|
# They are probably not actually used, but I wasn't able to exclude them from
|
||||||
# The rest is simply GPLv2+.
|
# the build process completely yet.
|
||||||
License: GPLv2+ and LGPLv2+ and Public Domain
|
# The rest is simply GPL-2.0-or-later.
|
||||||
|
License: GPL-2.0-or-later AND LGPL-2.0-or-later AND LicenseRef-Fedora-Public-Domain
|
||||||
#ExcludeArch: s390 s390x
|
#ExcludeArch: s390 s390x
|
||||||
|
|
||||||
Source0: https://salsa.debian.org/minicom-team/minicom/-/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://salsa.debian.org/minicom-team/minicom/-/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
@ -66,6 +67,10 @@ mkdir -p %{buildroot}%{_sysconfdir}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 21 2024 Pavol Žáčik <pzacik@redhat.com> - 2.8-7
|
||||||
|
- Migrate to SPDX license tags
|
||||||
|
Resolves: RHEL-29906
|
||||||
|
|
||||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-6
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user