Packages changed:
  apparmor
  bash
  branding-openSUSE (84.87.20180403 -> 84.87.20191004)
  cri-o
  diffutils
  dracut (049+git112.fe41ccd9 -> 049+git114.058e566c)
  installation-images-MicroOS (14.439 -> 14.440)
  multipath-tools (0.8.2+27+suse.3ff280b -> 0.8.3+9+suse.f6f2a52)
  ncurses
  net-tools
  patterns-containers
  permissions
  python-packaging (19.1 -> 19.2)
  runc (1.0.0~rc8 -> 1.0.0~rc9)

=== Details ===

==== apparmor ====
Subpackages: apparmor-abstractions apparmor-parser apparmor-profiles apparmor-utils perl-apparmor python3-apparmor

- add usr-etc-abstractions-authentification.diff to allow reading
  /usr/etc/pam.d/* and some other authentification-related files (boo#1153162)

==== bash ====

- Do not recommend lang package. The lang package already has a
  supplements.

==== branding-openSUSE ====
Version update (84.87.20180403 -> 84.87.20191004)
Subpackages: grub2-branding-openSUSE

- Remove symlinks for grub2
- Update requirements for distribution-logos
- Removed fix-parallel-build.patch - was applied upstream
- Removed xfce4-splash-branding - Splash was dropped in Xfce 4.14

==== cri-o ====
Subpackages: cri-o-kubeadm-criconfig

- Fix default apparmor profile to match the latest version

==== diffutils ====

- Do not recommend lang package. The lang package already has a
  supplements.

==== dracut ====
Version update (049+git112.fe41ccd9 -> 049+git114.058e566c)
Subpackages: dracut-ima

- Update to version 049+git114.058e566c:
  * 35network-legacy: only skip waiting for interfaces if netroot is set (bsc#1152006)
  * fixup "Dracut: only login to one target at a time" (bsc#1152650)

==== installation-images-MicroOS ====
Version update (14.439 -> 14.440)

- merge gh#openSUSE/installation-images#336
- ensure /etc/sysctl.d is writable (bsc#1153285)
- 14.440

==== multipath-tools ====
Version update (0.8.2+27+suse.3ff280b -> 0.8.3+9+suse.f6f2a52)
Subpackages: kpartx libmpath0

- Update to version 0.8.3+9+suse.f6f2a52
- Minor upstream improvements and bug fixes
  * libmultipath: EMC PowerMax NVMe device config

==== ncurses ====
Subpackages: libncurses6 ncurses-utils terminfo terminfo-base

- Add ncurses patch 20190928
  + amend the ncurse*-config and pc-files to take into account the rpath
    hack which differed between those files.
  + improve -L option filtering in ncurses*-config
  + improve recovery from error when reading command-character in
    test/ncurses.c, showing the relevant error message and not exiting on
    EINTR (cf: 20180922)
- Add library path for pkgconfig of ncurses5 as well
- Add ncurses patch 20190921
  + add a note in resizeterm manpage about top-level windows which touch
    the screen's borders.
  + modify configure-checks for gnat to identify each of the tools path
    and version.
- Add ncurses patch 20190914
  + build-fixes for Ada95 configure-script and corresponding test package

==== net-tools ====

- Do not recommend lang package. The lang package already has a
  supplements.

==== patterns-containers ====
Subpackages: patterns-containers-container_runtime patterns-containers-container_runtime_kubernetes patterns-containers-kubeadm patterns-containers-kubernetes_utilities patterns-containers-kubic_admin patterns-containers-kubic_loadbalancer patterns-containers-kubic_worker

- Add toolbox to the container runtime pattern

==== permissions ====
Subpackages: chkstat permissions-config

- Add || exit 0 on the scriptlet as it can actually fail in
  rootless containers with podman. This makes sure the zypper
  does not abort the container creation.
  * the actual error looks like:
    /dev/zero: chown: Operation not permitted

==== python-packaging ====
Version update (19.1 -> 19.2)

- Update to 19.2:
  * Many buildsystem tweaks to accomodate for distribution shipping
- Remove all the merged patches:
  * 0001-Fix-test-failures-test_linux_platforms_manylinux-for.patch
  * 0002-Fix-check-for-64-bit-OS.patch
  * 0003-Add-additional-test-to-get-100-branch-coverage.patch
  * 0004-Fix-test_macos_version_detection-failure-on-32-bit-L.patch
  * 0005-Drop-dependency-on-attrs.patch

==== runc ====
Version update (1.0.0~rc8 -> 1.0.0~rc9)

- Upgrade to runc v1.0.0~rc9. Upstream changelog is available from
  https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc9
- Remove upstreamed patches:
  - CVE-2019-16884.patch
- Add backported fix for CVE-2019-16884. bsc#1152308
  + CVE-2019-16884.patch
- Add runc-rpmlintrc to drop runc-test rpmlint warnings.