Hello community, here is the log from the commit of package lxc for openSUSE:Factory checked in at 2014-03-04 13:14:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lxc (Old) and /work/SRC/openSUSE:Factory/.lxc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxc" Changes: -------- --- /work/SRC/openSUSE:Factory/lxc/lxc.changes 2014-01-15 19:35:54.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.lxc.new/lxc.changes 2014-03-04 13:14:09.000000000 +0100 @@ -1,0 +2,14 @@ +Sun Mar 2 09:06:57 UTC 2014 - [email protected] + +- patch now including headers and signoff + +------------------------------------------------------------------- +Sun Mar 2 08:57:35 UTC 2014 - [email protected] + +- updated sources to 1.0.0 +- added dirs and files in /etc/apparmor.d/ and /etc/bash_completion.d/ to spec file +- autogenned.patch: removed +- added patch patch_bash_completion.d_lxc.patch, to remove shebang from bash_completion-file +- The patch patch_bash_completion.d_lxc.patch has been sent upstream additionally + +------------------------------------------------------------------- Old: ---- autogenned.patch lxc-1.0.0.beta1.93.gfad967669817.tar.xz New: ---- lxc-1.0.0.tar.gz patch_bash_completion.d_lxc.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxc.spec ++++++ --- /var/tmp/diff_new_pack.C62WXM/_old 2014-03-04 13:14:10.000000000 +0100 +++ /var/tmp/diff_new_pack.C62WXM/_new 2014-03-04 13:14:10.000000000 +0100 @@ -16,19 +16,19 @@ # - Name: lxc -Version: 1.0.0.beta1.93.gfad967669817 +Version: 1.0.0 Release: 0 Url: http://linuxcontainers.org/ Summary: Userspace tools for the Linux kernel containers License: LGPL-2.1+ Group: System/Management -Source: %{name}-%{version}.tar.xz +Source: http://linuxcontainers.org/downloads/%{name}-%{version}.tar.gz Source1: README.SUSE Source2: lxc-createconfig.in -Patch0: autogenned.patch +# PATCH-FIX-UPSTREAM patch_bash_completion.d_lxc.patch [email protected] -- removes shebang from bash_completion-file +Patch0: patch_bash_completion.d_lxc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -88,7 +88,7 @@ %makeinstall install -d -m 755 %{buildroot}/var/lib/lxc find %buildroot -type f -name '*.la' -delete -chmod u-s %{buildroot}/%{_bindir}/lxc-user-nic +chmod u-s %{buildroot}/usr/lib/lxc/lxc-user-nic ./config.status --file=%{buildroot}%{_bindir}/lxc-createconfig:%{S:2} chmod a+x %{buildroot}%{_bindir}/lxc-createconfig @@ -130,6 +130,18 @@ %_unitdir/%{name}.service %python3_sitearch/%{name}/ %python3_sitearch/_%{name}* +%dir %{_sysconfdir}/apparmor.d +%dir %{_sysconfdir}/apparmor.d/abstractions +%dir %{_sysconfdir}/apparmor.d/abstractions/lxc +%config %{_sysconfdir}/apparmor.d/abstractions/lxc/container-base +%config %{_sysconfdir}/apparmor.d/abstractions/lxc/start-container +%config %{_sysconfdir}/apparmor.d/lxc-containers +%dir %{_sysconfdir}/apparmor.d/lxc +%config %{_sysconfdir}/apparmor.d/lxc/lxc-default +%config %{_sysconfdir}/apparmor.d/lxc/lxc-default-with-mounting +%config %{_sysconfdir}/apparmor.d/lxc/lxc-default-with-nesting +%config %{_sysconfdir}/apparmor.d/usr.bin.lxc-start +%config %{_sysconfdir}/bash_completion.d/%{name} %files devel %defattr(-,root,root) ++++++ patch_bash_completion.d_lxc.patch ++++++ >From 9f20eedf502fb4b01b49e5ae550d280c8b4017dc Mon Sep 17 00:00:00 2001 From: Johannes Kastl <[email protected]> Date: Sat, 1 Mar 2014 21:48:11 +0100 Subject: [PATCH] removed shebang from bash_completion-file Signed-off-by: Johannes Kastl <[email protected]> --- config/bash/lxc.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/bash/lxc.in b/config/bash/lxc.in index c1c9041..18fd48f 100644 --- a/config/bash/lxc.in +++ b/config/bash/lxc.in @@ -1,5 +1,3 @@ -#!bash - have lxc-start && { _lxc_names() { COMPREPLY=( $( compgen -W "$( lxc-ls )" "$cur" ) ) -- 1.8.5.5 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
