From dd68ae8e9df02153d2ed072a4f494d5d5c451f1c Mon Sep 17 00:00:00 2001 From: INSUN PYO Date: Mon, 27 Mar 2017 22:50:39 +0900 Subject: [PATCH] License: add license files Signed-off-by: INSUN PYO Change-Id: I39d99a2040f267c29529d331ff5de7591cbf1fa5 --- packaging/systemd.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packaging/systemd.spec b/packaging/systemd.spec index 67b3e89..21480a9 100644 --- a/packaging/systemd.spec +++ b/packaging/systemd.spec @@ -17,7 +17,7 @@ Name: systemd Version: 231 Release: 0%{?release_flags} # For a breakdown of the licensing, see README -License: LGPL-2.1+ and MIT and GPL-2.0+ +License: LGPL-2.1+ and GPL-2.0+ Summary: A System and Service Manager Url: http://www.freedesktop.org/wiki/Software/systemd Group: Base/Startup @@ -73,7 +73,7 @@ elaborate transactional dependency-based service control logic. It can work as a drop-in replacement for sysvinit. %package -n libsystemd -License: LGPL-2.1+ and MIT +License: LGPL-2.1+ Summary: Systemd libraries Group: Base/Startup Obsoletes: libudev < 183 @@ -85,7 +85,7 @@ Conflicts: systemd < 185-4 Libraries for systemd and udev, as well as the systemd PAM module. %package devel -License: LGPL-2.1+ and MIT +License: LGPL-2.1+ Summary: Development headers for systemd Requires: %{name} = %{version} Requires: libsystemd = %{version} @@ -346,6 +346,7 @@ fi %files %manifest %{name}.manifest +%license LICENSE.LGPL2.1 LICENSE.GPL2 %if %{with_multiuser} %config %{_sysconfdir}/pam.d/systemd-user %endif @@ -536,6 +537,7 @@ fi %files -n libsystemd %manifest %{name}.manifest +%license LICENSE.LGPL2.1 %if %{?with_multiuser} %{_libdir}/security/pam_systemd.so %endif -- 2.7.4