Accepting request 94966 from home:babelworx:ldig:branches:Base:System

license update: GPL-2.0-with-osi-exception
elfutils is GPL-2.0 (only) with an exception for osi approved licenses. Also, use SPDX format

OBS-URL: https://build.opensuse.org/request/show/94966
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=34
This commit is contained in:
Greg Kroah-Hartman 2011-12-02 19:06:02 +00:00 committed by Git OBS Bridge
parent e7471fca7f
commit 7f85a55c36
2 changed files with 15 additions and 8 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Dec 2 08:59:33 UTC 2011 - cfarrell@suse.com
- license update: GPL-2.0-with-osi-exception
elfutils is GPL-2.0 (only) with an exception for osi approved licenses.
Also, use SPDX format
-------------------------------------------------------------------
Thu Dec 1 11:22:12 UTC 2011 - coolo@suse.com

View File

@ -16,7 +16,7 @@
#
Name: elfutils
License: GPL-2.0 ; GPL-2.0+ ; LGPL-2.1+
License: GPL-2.0-with-osi-exception
Version: 0.152
Release: 0
Summary: Higher-level library to access ELF
@ -59,7 +59,7 @@ which implement DWARF, ELF, and machine-specific ELF handling.
%package -n libasm-devel
Summary: A collection of utilities and DSOs to handle compiled objects
Group: Development/Tools/Other
License: GPL-2.0+
License: GPL-2.0-with-osi-exception
Requires: glibc-devel, libasm1 = %{version}
%description -n libasm-devel
@ -73,7 +73,7 @@ which implement DWARF, ELF, and machine-specific ELF handling.
%package -n libebl1
Summary: A collection of utilities and DSOs to handle compiled objects
Group: Development/Tools/Other
License: GPL-2.0+
License: GPL-2.0-with-osi-exception
Provides: libebl = %{version}
Obsoletes: libebl < %{version}
@ -88,7 +88,7 @@ which implement DWARF, ELF, and machine-specific ELF handling.
%package -n libebl-devel
Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/C and C++
License: GPL-2.0+
License: GPL-2.0-with-osi-exception
Requires: glibc-devel, libebl1 = %{version}, libdw-devel = %{version}
%description -n libebl-devel
@ -97,7 +97,7 @@ to develop applications that require these.
%package -n libelf1
Summary: Library to read and write ELF files
License: GPL-2.0+
License: GPL-2.0-with-osi-exception
%description -n libelf1
This package provides a high-level library to read and write ELF files.
@ -106,7 +106,7 @@ This is a part of elfutils package.
%package -n libelf-devel
Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/C and C++
License: GPL-2.0+
License: GPL-2.0-with-osi-exception
Requires: glibc-devel, libelf1 = %{version}
Conflicts: libelf0-devel
@ -116,7 +116,7 @@ to develop applications that require these.
%package -n libdw1
Summary: Library to access DWARF debugging information
License: GPL-2.0+
License: GPL-2.0-with-osi-exception
%description -n libdw1
This package provides a high-level library to access the DWARF debugging
@ -125,7 +125,7 @@ information. This is a part of elfutils package.
%package -n libdw-devel
Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/C and C++
License: GPL-2.0+
License: GPL-2.0-with-osi-exception
Requires: glibc-devel, libdw1 = %{version}
Requires: libelf-devel = %{version}