Commit 3e4bb51f by Daniel Lezcano

fix rpm generation regarding latest modifications

The configuration examples have been moved to doc/lxc/examples. Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent d957ae2d
...@@ -71,12 +71,12 @@ rm -rf %{buildroot} ...@@ -71,12 +71,12 @@ rm -rf %{buildroot}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_sysconfdir}/%{name}/*
%{_libdir}/*.so* %{_libdir}/*.so*
%{_bindir}/* %{_bindir}/*
%{_libexecdir}/* %{_libexecdir}/*
%{_mandir}/* %{_mandir}/*
%{_datadir}/pkgconfig/* %{_datadir}/pkgconfig/*
%{_docdir}/%{name}/*
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment