From 0295c733bb264df94353c69498da68c93cbec637 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 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/packaging/systemd.spec b/packaging/systemd.spec index 9eb7515..a7c5d0e 100644 --- a/packaging/systemd.spec +++ b/packaging/systemd.spec @@ -16,7 +16,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 @@ -70,7 +70,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 @@ -82,7 +82,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} @@ -355,6 +355,7 @@ fi %files %manifest %{name}.manifest +%license LICENSE.LGPL2.1 LICENSE.GPL2 %if %{with_multiuser} %config %{_sysconfdir}/pam.d/systemd-user %endif @@ -545,6 +546,7 @@ fi %files -n libsystemd %manifest %{name}.manifest +%license LICENSE.LGPL2.1 %if %{?with_multiuser} %{_libdir}/security/pam_systemd.so %endif @@ -557,6 +559,7 @@ fi %files extension-kdbus %manifest %{name}.manifest +%license LICENSE.LGPL2.1 LICENSE.GPL2 %{_sysconfdir}/systemd/extension-kdbus %{_prefix}/lib/systemd/user/busnames.target %{_prefix}/lib/systemd/system-generators/systemd-dbus1-generator -- 2.7.4