From e43a27b4bff4d03ef187873e467f60ac17bcc9e9 Mon Sep 17 00:00:00 2001 From: Ryousei Takano Date: Wed, 11 Nov 2009 21:33:44 +0100 Subject: [PATCH] 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 Signed-off-by: Daniel Lezcano --- lxc.spec.in | 1 - 1 file changed, 1 deletion(-) diff --git a/lxc.spec.in b/lxc.spec.in index c8c93a228..195b31e4c 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