]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc.spec: package bash completion, lxc-monitord move
authorDwight Engen <dwight.engen@oracle.com>
Wed, 22 Jan 2014 19:56:21 +0000 (14:56 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 22 Jan 2014 20:19:59 +0000 (15:19 -0500)
Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
.gitignore
lxc.spec.in

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