Hello community, here is the log from the commit of package lxc for openSUSE:Factory checked in at 2018-09-17 14:26:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lxc (Old) and /work/SRC/openSUSE:Factory/.lxc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxc" Mon Sep 17 14:26:25 2018 rev:80 rq:635876 version:2.0.9 Changes: -------- --- /work/SRC/openSUSE:Factory/lxc/lxc.changes 2018-09-11 17:19:14.919230654 +0200 +++ /work/SRC/openSUSE:Factory/.lxc.new/lxc.changes 2018-09-17 14:26:32.443777411 +0200 @@ -1,0 +2,6 @@ +Fri Sep 14 20:46:26 UTC 2018 - Johannes Kastl <[email protected]> + +- move bash completion file from /etc/bash_completion.d/lxc to + /usr/share/bash-completion/completions/ to avoid warning + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxc.spec ++++++ --- /var/tmp/diff_new_pack.UFDakU/_old 2018-09-17 14:26:32.943776979 +0200 +++ /var/tmp/diff_new_pack.UFDakU/_new 2018-09-17 14:26:32.947776976 +0200 @@ -140,6 +140,10 @@ cp %{SOURCE5} %{buildroot}/usr/share/lxc/config/common.conf.d/ %fdupes %{buildroot}/%{_datadir}/%{name}/config/ +# move bash-completion to correct place +install -d -m 755 %{buildroot}/usr/share/bash-completion/completions/ +mv -v %{buildroot}/etc/bash_completion.d/lxc %{buildroot}/usr/share/bash-completion/completions/ + %pre %service_add_pre [email protected] lxc.service lxc-net.service @@ -192,7 +196,7 @@ %_unitdir/%{name}@.service %python3_sitearch/%{name}/ %python3_sitearch/_%{name}* -%config %{_sysconfdir}/bash_completion.d/%{name} +/usr/share/bash-completion/completions/%{name} %files -n liblxc%{shlib_version} %defattr(-,root,root)
