From 55d055938c2a84182b30f81cd4d5863c8d1b1ee9 Mon Sep 17 00:00:00 2001 From: Hyotaek Shim Date: Tue, 11 Sep 2018 16:25:44 +0900 Subject: [PATCH] Minor fix on license Change-Id: Id19d794bd15b6c0b3406ec27c8916a756cb82cf8 Signed-off-by: Hyotaek Shim --- packaging/libstorage.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packaging/libstorage.spec b/packaging/libstorage.spec index 4c7601b..eda0eea 100644 --- a/packaging/libstorage.spec +++ b/packaging/libstorage.spec @@ -43,13 +43,14 @@ make %{?jobs:-j%jobs} %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest +%license LICENSE.Apache-2.0 %{_libdir}/*.so.* %{_sysconfdir}/storage/libstorage.conf -%license LICENSE.Apache-2.0 -%manifest %{name}.manifest %files devel +%manifest %{name}.manifest +%license LICENSE.Apache-2.0 %{_includedir}/storage/*.h %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc -%license LICENSE.Apache-2.0 -- 2.7.4