Commit e43a27b4 by Ryousei Takano Committed by Daniel Lezcano

Remove an unnecessary entry in the spec file

Hi Daniel and all, The rpmbuild command fails due to an unnecessary *.a entry in the %file list. This patch removes it from the lxc.spec file. Signed-off-by: 's avatarRyousei Takano <takano-ryousei@aist.go.jp> Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 7fa9074f
...@@ -82,7 +82,6 @@ rm -rf %{buildroot} ...@@ -82,7 +82,6 @@ rm -rf %{buildroot}
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/%{name}/* %{_includedir}/%{name}/*
%{_libdir}/*.so* %{_libdir}/*.so*
%{_libdir}/*.a
%changelog %changelog
......
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