Unverified Commit 7701a78d by 2xsec

fix rpm packaging error for static library

Signed-off-by: 's avatar2xsec <dh48.jeong@samsung.com>
parent af5e7ee1
...@@ -251,6 +251,7 @@ fi ...@@ -251,6 +251,7 @@ fi
%defattr(-,root,root) %defattr(-,root,root)
%{_sbindir}/* %{_sbindir}/*
%{_libdir}/*.so.* %{_libdir}/*.so.*
%{_libdir}/*.a
%{_libdir}/%{name} %{_libdir}/%{name}
%{_localstatedir}/* %{_localstatedir}/*
%{_libexecdir}/%{name}/hooks/unmount-namespace %{_libexecdir}/%{name}/hooks/unmount-namespace
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment