From: DongHun Kwak Date: Wed, 22 May 2024 06:09:36 +0000 (+0900) Subject: Change GPL-2.0+/LGPL-2.1+ to GPL-2.0-or-later/LGPL-2.1-or-later X-Git-Tag: accepted/tizen/base/x/20240530.210816 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Faccepted%2Ftizen%2Fbase%2Fx%2F20240530.210816;p=platform%2Fupstream%2Fattr.git Change GPL-2.0+/LGPL-2.1+ to GPL-2.0-or-later/LGPL-2.1-or-later Change-Id: Ibd2e53750871b556a806ce40a78c2f2044256782 --- diff --git a/packaging/attr.spec b/packaging/attr.spec index 7fcf472..342ee80 100644 --- a/packaging/attr.spec +++ b/packaging/attr.spec @@ -1,6 +1,6 @@ Name: attr Summary: Commands for Manipulating Extended Attributes -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Base/File Systems Version: 2.5.1 Release: 0 @@ -19,7 +19,7 @@ the same name. %package -n lib%{name} Summary: A dynamic library for filesystem extended attribute support Group: Base/File Systems -License: LGPL-2.1+ +License: LGPL-2.1-or-later %description -n lib%{name} This package contains the libattr.so dynamic library, which contains @@ -28,7 +28,7 @@ the extended attribute library functions. %package -n lib%{name}-devel Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries -License: GPL-2.0+ +License: GPL-2.0-or-later Provides: attr-devel = %{version} Obsoletes: attr-devel <= %{version} Requires: lib%{name} = %{version}