From 3dcccc0f5f270c275f69d836684590806ed8f47d Mon Sep 17 00:00:00 2001 From: Yunmi Ha Date: Mon, 27 Mar 2017 16:56:40 +0900 Subject: [PATCH] Install license file to /usr/share/licenses Need to install license file per each rpm package. Add this logic for config-file package. Change-Id: I2d7832a19ee088a95cb0a1a9d46aef2a0395edc8 Signed-off-by: Yunmi Ha --- packaging/tlm.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/tlm.spec b/packaging/tlm.spec index 02d2dcf..288361e 100755 --- a/packaging/tlm.spec +++ b/packaging/tlm.spec @@ -391,12 +391,14 @@ fi %files config-common %defattr(-,root,root,-) %manifest %{name}.manifest +%license COPYING %config(noreplace) %{_sysconfdir}/tlm-default.conf %config(noreplace) %{_sysconfdir}/session.d/* %files config-common-singleseat %defattr(-,root,root,-) %manifest %{name}.manifest +%license COPYING %config(noreplace) %{_sysconfdir}/tlm-singleseat.conf %if "%{profile}" == "ivi" -- 2.7.4