From a7405925092586b4a16841f2418fab3620a548df Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Mon, 7 Jun 2010 11:33:55 +0200 Subject: [PATCH] Fix spec file After I resynced to git head I noticed that this commit; http://lxc.git.sourceforge.net/git/gitweb.cgi?p=lxc/lxc;a=commit;h=d674be08d4b282bb4717c51440811e39d3c2431e broke the rpm build. This patch fixes this. Signed-off-by: Daniel Lezcano Signed-off-by: Andrew Phillips --- lxc.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc.spec.in b/lxc.spec.in index 2d7f37d28..ac3d81c25 100644 --- a/lxc.spec.in +++ b/lxc.spec.in @@ -72,8 +72,8 @@ rm -rf %{buildroot} %files %defattr(-,root,root) %{_libdir}/*.so* +%{_libdir}/%{name} %{_bindir}/* -%{_libexecdir}/* %{_mandir}/* %{_datadir}/pkgconfig/* %{_docdir}/%{name}/* -- 2.47.3