From a8da602a35aafd4f1a1e00e915a5435683af90db Mon Sep 17 00:00:00 2001 From: Yunmi Ha Date: Tue, 28 Mar 2017 13:04:57 +0900 Subject: [PATCH] Install license file to /usr/share/licenses Need to install license file per each rpm package. Change-Id: I0c72296fc2dd33a96797d17a5fa5b8486dfdbede Signed-off-by: Yunmi Ha --- packaging/cryptsetup.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/cryptsetup.spec b/packaging/cryptsetup.spec index 6083e38..b472e7c 100644 --- a/packaging/cryptsetup.spec +++ b/packaging/cryptsetup.spec @@ -75,6 +75,7 @@ cp -a %{SOURCE1} %{buildroot}%{_datadir}/binary_package_name.manifest %files %defattr(-,root,root,-) %manifest %{_datadir}/binary_package_name.manifest +%license COPYING %{_prefix}/lib/libcryptsetup.so %{_prefix}/lib/libcryptsetup.so.4 %{_prefix}/lib/libcryptsetup.so.4.7.0 -- 2.7.4