SPDX: Add licenses for vendored libraries.
This commit is contained in:
parent
36f16d6703
commit
7ccc70d06b
1 changed files with 5 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ Summary: Device-mapper Persistent Data Tools
|
|||
Name: device-mapper-persistent-data
|
||||
Version: 1.0.11
|
||||
Release: 3%{?dist}%{?release_suffix}
|
||||
License: GPL-3.0-only
|
||||
License: GPL-3.0-only AND (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND BSD-3-Clause AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT)
|
||||
|
||||
#ExcludeArch: %%{ix86}
|
||||
URL: https://github.com/jthornber/thin-provisioning-tools
|
||||
#Source0: https://github.com/jthornber/thin-provisioning-tools/archive/thin-provisioning-tools-%%{version}.tar.gz
|
||||
|
|
@ -111,6 +112,9 @@ echo %{version}-%{release} > VERSION
|
|||
#% {_sbindir}/thin_show_duplicates
|
||||
|
||||
%changelog
|
||||
* Tue Feb 13 2024 Marian Csontos <mcsontos@redhat.com> - 1.0.11-4
|
||||
- Add licenses for statically linked libraries.
|
||||
|
||||
* Tue Feb 13 2024 Marian Csontos <mcsontos@redhat.com> - 1.0.11-3
|
||||
- SPDX migration
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue