[lxc-devel] [PATCH] Remove an unnecessary entry in the spec file

Ryousei Takano takano-ryousei at aist.go.jp
Wed Nov 11 09:29:53 UTC 2009


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 at aist.go.jp>
---
 lxc.spec.in |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/lxc.spec.in b/lxc.spec.in
index c8c93a2..195b31e 100644
--- a/lxc.spec.in
+++ b/lxc.spec.in
@@ -82,7 +82,6 @@ rm -rf %{buildroot}
 %defattr(-,root,root)
 %{_includedir}/%{name}/*
 %{_libdir}/*.so*
-%{_libdir}/*.a
 
 %changelog
 
-- 
1.6.3.3





More information about the lxc-devel mailing list