spec: change LGPL license version 2.0+ to 2.1+
authorboseong choi <boseong.choi@samsung.com>
Fri, 18 Mar 2016 09:05:49 +0000 (18:05 +0900)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Fri, 26 Jan 2024 16:49:49 +0000 (17:49 +0100)
change LGPL license version.
2.0+ -> 2.1+

Change-Id: I56238c288bde2d21a13c390880270cee36bf1d37
Signed-off-by: boseong choi <boseong.choi@samsung.com>
packaging/systemd.spec

index 2b213f8..a0e7b22 100644 (file)
@@ -8,7 +8,7 @@ Name:           systemd
 Version:        219
 Release:        0%{?release_flags}
 # For a breakdown of the licensing, see README
-License:        LGPL-2.0+ and MIT and GPL-2.0+
+License:        LGPL-2.1+ and MIT and GPL-2.0+
 Summary:        A System and Service Manager
 Url:            http://www.freedesktop.org/wiki/Software/systemd
 Group:          Base/Startup
@@ -60,7 +60,7 @@ elaborate transactional dependency-based service control logic. It can
 work as a drop-in replacement for sysvinit.
 
 %package -n libsystemd
-License:        LGPL-2.0+ and MIT
+License:        LGPL-2.1+ and MIT
 Summary:        Systemd libraries
 Group:          Base/Startup
 Obsoletes:      libudev < 183
@@ -71,7 +71,7 @@ Conflicts:      systemd < 185-4
 Libraries for systemd and udev, as well as the systemd PAM module.
 
 %package devel
-License:        LGPL-2.0+ and MIT
+License:        LGPL-2.1+ and MIT
 Summary:        Development headers for systemd
 Requires:       %{name} = %{version}
 Requires:              libsystemd = %{version}
@@ -82,7 +82,7 @@ Obsoletes:      libudev-devel < 183
 Development headers and auxiliary files for developing applications for systemd.
 
 %package analyze
-License:        LGPL-2.0+
+License:        LGPL-2.1+
 Summary:        Tool for processing systemd profiling information
 Requires:       %{name} = %{version}
 Obsoletes:      systemd < 38-5
@@ -94,7 +94,7 @@ initialization at boot.
 at boot.
 
 %package -n libgudev
-License:        LGPL-2.0+
+License:        LGPL-2.1+
 Summary:        Libraries for adding libudev support to applications that use glib
 Requires:       %{name} = %{version}
 
@@ -103,7 +103,7 @@ This package contains the libraries that make it easier to use libudev
 functionality from applications that use glib.
 
 %package -n libgudev-devel
-License:        LGPL-2.0+
+License:        LGPL-2.1+
 Summary:        Header files for adding libudev support to applications that use glib
 Requires:       libgudev = %{version}