forked from rpms/elfutils
		
	0.191-4
Use SPDX identifiers for licenses. Resolves: #RHEL-33432
This commit is contained in:
		
							parent
							
								
									79f1b77b49
								
							
						
					
					
						commit
						4dacbbaed3
					
				| @ -4,11 +4,11 @@ | ||||
| 
 | ||||
| Name: elfutils | ||||
| Version: 0.191 | ||||
| %global baserelease 3 | ||||
| %global baserelease 4 | ||||
| Release: %{baserelease}%{?dist} | ||||
| URL: http://elfutils.org/ | ||||
| %global source_url ftp://sourceware.org/pub/elfutils/%{version}/ | ||||
| License: GPLv3+ AND (GPLv2+ OR LGPLv3+) AND GFDL | ||||
| License: GPL-3.0-or-later AND (GPL-2.0-or-later OR LGPL-3.0-or-later) AND GFDL-1.3-no-invariants-or-later | ||||
| Source: %{?source_url}%{name}-%{version}.tar.bz2 | ||||
| Source1: elfutils-debuginfod.sysusers | ||||
| Summary: A collection of utilities and DSOs to handle ELF files and DWARF data | ||||
| @ -82,7 +82,7 @@ elfcompress (to compress or decompress ELF sections). | ||||
| 
 | ||||
| %package libs | ||||
| Summary: Libraries to handle compiled objects | ||||
| License: GPLv2+ OR LGPLv3+ | ||||
| License: GPL-2.0-or-later OR LGPL-3.0-or-later | ||||
| %if 0%{!?_isa:1} | ||||
| Provides: elfutils-libs%{depsuffix} = %{version}-%{release} | ||||
| %endif | ||||
| @ -106,7 +106,7 @@ libraries. | ||||
| 
 | ||||
| %package devel | ||||
| Summary: Development libraries to handle compiled objects | ||||
| License: GPLv2+ OR LGPLv3+ | ||||
| License: GPL-2.0-or-later OR LGPL-3.0-or-later | ||||
| %if 0%{!?_isa:1} | ||||
| Provides: elfutils-devel%{depsuffix} = %{version}-%{release} | ||||
| %endif | ||||
| @ -137,7 +137,7 @@ with the code to handle compiled objects. | ||||
| 
 | ||||
| %package libelf | ||||
| Summary: Library to read and write ELF files | ||||
| License: GPLv2+ OR LGPLv3+ | ||||
| License: GPL-2.0-or-later OR LGPL-3.0-or-later | ||||
| %if 0%{!?_isa:1} | ||||
| Provides: elfutils-libelf%{depsuffix} = %{version}-%{release} | ||||
| %endif | ||||
| @ -151,7 +151,7 @@ elfutils package use it also to generate new ELF files. | ||||
| 
 | ||||
| %package libelf-devel | ||||
| Summary: Development support for libelf | ||||
| License: GPLv2+ OR LGPLv3+ | ||||
| License: GPL-2.0-or-later OR LGPL-3.0-or-later | ||||
| %if 0%{!?_isa:1} | ||||
| Provides: elfutils-libelf-devel%{depsuffix} = %{version}-%{release} | ||||
| %endif | ||||
| @ -181,7 +181,7 @@ for libelf. | ||||
| %if %{provide_yama_scope} | ||||
| %package default-yama-scope | ||||
| Summary: Default yama attach scope sysctl setting | ||||
| License: GPLv2+ OR LGPLv3+ | ||||
| License: GPL-2.0-or-later OR LGPL-3.0-or-later | ||||
| Provides: default-yama-scope | ||||
| BuildArch: noarch | ||||
| # For the sysctl_apply macro we need systemd as build requires. | ||||
| @ -215,7 +215,7 @@ profiling) of processes. | ||||
| 
 | ||||
| %package debuginfod-client | ||||
| Summary: Library and command line client for build-id HTTP ELF/DWARF server | ||||
| License: GPLv3+ AND (GPLv2+ OR LGPLv3+) | ||||
| License: GPL-3.0-or-later AND (GPL-2.0-or-later OR LGPL-3.0-or-later) | ||||
| %if 0%{!?_isa:1} | ||||
| Provides: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release} | ||||
| %endif | ||||
| @ -232,7 +232,7 @@ Supplements: valgrind annocheck bpftrace dwarves libabigail | ||||
| 
 | ||||
| %package debuginfod-client-devel | ||||
| Summary: Libraries and headers to build debuginfod client applications | ||||
| License: GPLv2+ OR LGPLv3+ | ||||
| License: GPL-2.0-or-later OR LGPL-3.0-or-later | ||||
| %if 0%{!?_isa:1} | ||||
| Provides: elfutils-debuginfod-client-devel%{depsuffix} = %{version}-%{release} | ||||
| %endif | ||||
| @ -240,7 +240,7 @@ Requires: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release} | ||||
| 
 | ||||
| %package debuginfod | ||||
| Summary: HTTP ELF/DWARF file server addressed by build-id | ||||
| License: GPLv3+ | ||||
| License: GPL-3.0-or-later | ||||
| Requires: elfutils-libs%{depsuffix} = %{version}-%{release} | ||||
| Requires: elfutils-libelf%{depsuffix} = %{version}-%{release} | ||||
| Requires: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release} | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user