]> git.proxmox.com Git - mirror_lxc.git/commitdiff
Remove an unnecessary entry in the spec file
authorRyousei Takano <takano-ryousei@aist.go.jp>
Wed, 11 Nov 2009 20:33:44 +0000 (21:33 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Wed, 11 Nov 2009 20:33:44 +0000 (21:33 +0100)
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>
lxc.spec.in

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