Change GPL-2.0+/LGPL-2.1+ to GPL-2.0-or-later/LGPL-2.1-or-later 22/311522/1 accepted/tizen_base accepted/tizen_base_toolchain accepted/tizen_base_x accepted/tizen_base_x_asan tizen_base accepted/tizen/base/20240530.091756 accepted/tizen/base/toolchain/20240603.044235 accepted/tizen/base/x/20240530.210816 accepted/tizen/base/x/asan/20240624.231333
authorDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 22 May 2024 06:09:36 +0000 (15:09 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 22 May 2024 06:10:27 +0000 (15:10 +0900)
Change-Id: Ibd2e53750871b556a806ce40a78c2f2044256782

packaging/attr.spec

index 7fcf472..342ee80 100644 (file)
@@ -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}