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 | Name: elfutils | ||||||
| Version: 0.191 | Version: 0.191 | ||||||
| %global baserelease 3 | %global baserelease 4 | ||||||
| Release: %{baserelease}%{?dist} | Release: %{baserelease}%{?dist} | ||||||
| URL: http://elfutils.org/ | URL: http://elfutils.org/ | ||||||
| %global source_url ftp://sourceware.org/pub/elfutils/%{version}/ | %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 | Source: %{?source_url}%{name}-%{version}.tar.bz2 | ||||||
| Source1: elfutils-debuginfod.sysusers | Source1: elfutils-debuginfod.sysusers | ||||||
| Summary: A collection of utilities and DSOs to handle ELF files and DWARF data | 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 | %package libs | ||||||
| Summary: Libraries to handle compiled objects | 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} | %if 0%{!?_isa:1} | ||||||
| Provides: elfutils-libs%{depsuffix} = %{version}-%{release} | Provides: elfutils-libs%{depsuffix} = %{version}-%{release} | ||||||
| %endif | %endif | ||||||
| @ -106,7 +106,7 @@ libraries. | |||||||
| 
 | 
 | ||||||
| %package devel | %package devel | ||||||
| Summary: Development libraries to handle compiled objects | 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} | %if 0%{!?_isa:1} | ||||||
| Provides: elfutils-devel%{depsuffix} = %{version}-%{release} | Provides: elfutils-devel%{depsuffix} = %{version}-%{release} | ||||||
| %endif | %endif | ||||||
| @ -137,7 +137,7 @@ with the code to handle compiled objects. | |||||||
| 
 | 
 | ||||||
| %package libelf | %package libelf | ||||||
| Summary: Library to read and write ELF files | 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} | %if 0%{!?_isa:1} | ||||||
| Provides: elfutils-libelf%{depsuffix} = %{version}-%{release} | Provides: elfutils-libelf%{depsuffix} = %{version}-%{release} | ||||||
| %endif | %endif | ||||||
| @ -151,7 +151,7 @@ elfutils package use it also to generate new ELF files. | |||||||
| 
 | 
 | ||||||
| %package libelf-devel | %package libelf-devel | ||||||
| Summary: Development support for libelf | 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} | %if 0%{!?_isa:1} | ||||||
| Provides: elfutils-libelf-devel%{depsuffix} = %{version}-%{release} | Provides: elfutils-libelf-devel%{depsuffix} = %{version}-%{release} | ||||||
| %endif | %endif | ||||||
| @ -181,7 +181,7 @@ for libelf. | |||||||
| %if %{provide_yama_scope} | %if %{provide_yama_scope} | ||||||
| %package default-yama-scope | %package default-yama-scope | ||||||
| Summary: Default yama attach scope sysctl setting | 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 | Provides: default-yama-scope | ||||||
| BuildArch: noarch | BuildArch: noarch | ||||||
| # For the sysctl_apply macro we need systemd as build requires. | # For the sysctl_apply macro we need systemd as build requires. | ||||||
| @ -215,7 +215,7 @@ profiling) of processes. | |||||||
| 
 | 
 | ||||||
| %package debuginfod-client | %package debuginfod-client | ||||||
| Summary: Library and command line client for build-id HTTP ELF/DWARF server | 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} | %if 0%{!?_isa:1} | ||||||
| Provides: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release} | Provides: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release} | ||||||
| %endif | %endif | ||||||
| @ -232,7 +232,7 @@ Supplements: valgrind annocheck bpftrace dwarves libabigail | |||||||
| 
 | 
 | ||||||
| %package debuginfod-client-devel | %package debuginfod-client-devel | ||||||
| Summary: Libraries and headers to build debuginfod client applications | 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} | %if 0%{!?_isa:1} | ||||||
| Provides: elfutils-debuginfod-client-devel%{depsuffix} = %{version}-%{release} | Provides: elfutils-debuginfod-client-devel%{depsuffix} = %{version}-%{release} | ||||||
| %endif | %endif | ||||||
| @ -240,7 +240,7 @@ Requires: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release} | |||||||
| 
 | 
 | ||||||
| %package debuginfod | %package debuginfod | ||||||
| Summary: HTTP ELF/DWARF file server addressed by build-id | 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-libs%{depsuffix} = %{version}-%{release} | ||||||
| Requires: elfutils-libelf%{depsuffix} = %{version}-%{release} | Requires: elfutils-libelf%{depsuffix} = %{version}-%{release} | ||||||
| Requires: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release} | Requires: elfutils-debuginfod-client%{depsuffix} = %{version}-%{release} | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user