Commit e0f2f5c7 by Dwight Engen Committed by Stéphane Graber

lxc.spec: package bash completion, lxc-monitord move

parent 358afd84
...@@ -107,6 +107,7 @@ config/ltmain.sh ...@@ -107,6 +107,7 @@ config/ltmain.sh
config/missing config/missing
config/libtool.m4 config/libtool.m4
config/lt*.m4 config/lt*.m4
config/bash/lxc
doc/*.1 doc/*.1
doc/*.5 doc/*.5
......
...@@ -54,7 +54,7 @@ Group: Applications/System ...@@ -54,7 +54,7 @@ Group: Applications/System
License: LGPLv2+ License: LGPLv2+
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: openssl rsync Requires: openssl rsync
BuildRequires: libcap libcap-devel docbook2X BuildRequires: libcap libcap-devel docbook2X graphviz
%if %{with_python} %if %{with_python}
Requires: python3 Requires: python3
...@@ -132,6 +132,7 @@ rm -rf %{buildroot} ...@@ -132,6 +132,7 @@ rm -rf %{buildroot}
%{_mandir}/ja/man7/lxc* %{_mandir}/ja/man7/lxc*
%{_datadir}/doc/* %{_datadir}/doc/*
%{_datadir}/lxc/* %{_datadir}/lxc/*
%{_sysconfdir}/bash_completion.d
%config(noreplace) %{_sysconfdir}/lxc/* %config(noreplace) %{_sysconfdir}/lxc/*
%if %{with_systemd} %if %{with_systemd}
...@@ -148,6 +149,7 @@ rm -rf %{buildroot} ...@@ -148,6 +149,7 @@ rm -rf %{buildroot}
%{_libdir}/python* %{_libdir}/python*
%endif %endif
%{_localstatedir}/* %{_localstatedir}/*
%{_libexecdir}/%{name}
%attr(4555,root,root) %{_libexecdir}/%{name}/lxc-init %attr(4555,root,root) %{_libexecdir}/%{name}/lxc-init
%attr(4111,root,root) %{_libexecdir}/%{name}/lxc-user-nic %attr(4111,root,root) %{_libexecdir}/%{name}/lxc-user-nic
%if %{with_systemd} %if %{with_systemd}
......
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