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: Ryousei Takano <takano-ryousei@aist.go.jp>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
Ryousei Takano 2009-11-11 21:33:44 +01:00 committed by Daniel Lezcano
parent 7fa9074f13
commit e43a27b4bf

View File

@ -82,7 +82,6 @@ rm -rf %{buildroot}
%defattr(-,root,root)
%{_includedir}/%{name}/*
%{_libdir}/*.so*
%{_libdir}/*.a
%changelog