Hello community, here is the log from the commit of package lxc for openSUSE:Factory checked in at 2020-04-02 17:43:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lxc (Old) and /work/SRC/openSUSE:Factory/.lxc.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxc" Thu Apr 2 17:43:36 2020 rev:91 rq:790733 version:4.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lxc/lxc.changes 2020-02-04 19:53:00.397309469 +0100 +++ /work/SRC/openSUSE:Factory/.lxc.new.3248/lxc.changes 2020-04-02 17:43:37.769408764 +0200 @@ -1,0 +2,22 @@ +Wed Apr 1 14:23:25 UTC 2020 - Aleksa Sarai <[email protected]> + +- Update to LXC 4.0.0. The full upstream changelog is available from: + https://discuss.linuxcontainers.org/t/lxc-4-0-lts-has-been-released/7182 + Related to the LXD 4.0.0 update (boo#1168338). + + cgroups: Full cgroup2 support + + cgroups: Freezer support in CGroup2 + + cgroups: eBPF device controller support in CGroup2 + + AppArmor: Deny access to /proc/acpi/** + + config: Add lxc.autodev.tmpfs.size configuration key + + config: Add lxc.selinux.context.keyring key + + config: Add lxc.keyring.session + + seccomp: Add s390 support + * network: Improved network device creation and removal + + network: Allow moving wireless devices +- Add backport of patch to fix build: + + 0001-autotools-don-t-install-run-coccinelle.sh.patch +- Remove upstreamed patches: + - lxc-3.2.1-cgroups-init-cpuset-properly.patch + - 0001-tree-wide-initialize-all-auto-cleanup-variables.patch + +------------------------------------------------------------------- Old: ---- 0001-tree-wide-initialize-all-auto-cleanup-variables.patch lxc-3.2.1-cgroups-init-cpuset-properly.patch lxc-3.2.1.tar.gz lxc-3.2.1.tar.gz.asc New: ---- 0001-autotools-don-t-install-run-coccinelle.sh.patch lxc-4.0.0.tar.gz lxc-4.0.0.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxc.spec ++++++ --- /var/tmp/diff_new_pack.c9apTw/_old 2020-04-02 17:43:38.485409318 +0200 +++ /var/tmp/diff_new_pack.c9apTw/_new 2020-04-02 17:43:38.489409321 +0200 @@ -34,7 +34,7 @@ %define shlib_version 1 Name: lxc -Version: 3.2.1 +Version: 4.0.0 Release: 0 Url: http://linuxcontainers.org/ Summary: Userspace tools for Linux kernel containers @@ -46,9 +46,8 @@ Source3: lxc-createconfig.in Source90: openSUSE-apparmor.conf Source91: missing_setuid.txt.in -# FIX-UPSTREAM: Backport of https://github.com/lxc/lxc/pull/3102. -Patch1: 0001-tree-wide-initialize-all-auto-cleanup-variables.patch -Patch2: lxc-3.2.1-cgroups-init-cpuset-properly.patch +# FIX-UPSTREAM: Backport of https://github.com/lxc/lxc/pull/3345. +Patch1: 0001-autotools-don-t-install-run-coccinelle.sh.patch BuildRequires: gcc BuildRequires: automake BuildRequires: libtool @@ -130,9 +129,7 @@ %prep %setup -# Fix -Werror=maybe-uninitialized build errors. %patch1 -p1 -%patch2 -p1 %build ./autogen.sh ++++++ 0001-autotools-don-t-install-run-coccinelle.sh.patch ++++++ >From f553c217467b26c6e134f8060d7635b4e0a20128 Mon Sep 17 00:00:00 2001 From: Christian Brauner <[email protected]> Date: Wed, 1 Apr 2020 22:25:53 +0200 Subject: [PATCH] autotools: don't install run-coccinelle.sh Signed-off-by: Christian Brauner <[email protected]> --- coccinelle/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/coccinelle/Makefile.am b/coccinelle/Makefile.am index a3c8b03d95a7..059f5df41bed 100644 --- a/coccinelle/Makefile.am +++ b/coccinelle/Makefile.am @@ -3,5 +3,3 @@ EXTRA_DIST = exit.cocci \ run-coccinelle.sh \ while-true.cocci - -bin_SCRIPTS = run-coccinelle.sh -- 2.26.0 ++++++ lxc-3.2.1.tar.gz -> lxc-4.0.0.tar.gz ++++++ ++++ 34389 lines of diff (skipped)
