diff --git a/elfutils.changes b/elfutils.changes index 6406d26..0c5b8e7 100644 --- a/elfutils.changes +++ b/elfutils.changes @@ -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 diff --git a/elfutils.spec b/elfutils.spec index 036dfed..603b042 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -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}