Packages changed:
  coreutils
  elfutils (0.177 -> 0.178)
  permissions (1550_20191205 -> 1550_20200204)

=== Details ===

==== coreutils ====

- disable single and testsuite builds in rings/staging
- remove duplicate "coreutils" in flavor to make it look nicer in OBS
- minor: remove obsolete comment in spec file.
- switch to multibuild
- add coreutils-single subpackage that contains a single binary coreutils tool
  similar to busybox
- package LC_CTIME directories also in lang package
- split off doc package
- remove info macros, handled by file trigger nowadays

==== elfutils ====
Version update (0.177 -> 0.178)
Subpackages: libasm1 libdw1 libelf1

- Re-add libelf1 to baselibs.conf: we still generate a
  libelf-devel-32bit, which is only installable if libelf1-21bit
  also exists.
- Exclude debuginfod sub-packages and move them to elfutils-debuginfod.
- Avoid double-shipping libdebuginfo.so.1 in two different
  subpackages. Fixup RPM group.
- Split libdebuginfod1 into libdebuginfod1 and debuginfod-client.
  Add Requires for these packages.
- Rename debuginfod-client package to libdebuginfod1 in
  order to fulfil SLPP violation.
- Fix variable references in specfile
- Use %fillupdir macros for proper sysconfig export.
- Update to version 0.178:
  debuginfod: New server, client tool and library to index and fetch
    ELF/DWARF files addressed by build-id through HTTP.
  doc: There are now some manual pages for functions and tools.
  backends: The libebl libraries are no longer dynamically loaded through
    dlopen, but are now compiled into libdw.so directly.
  readelf: -n, --notes now takes an optional "SECTION" argument.
  - p and -x now also handle section numbers.
    New option --dyn-sym to show just the dynamic symbol table.
  libcpu: Add RISC-V disassembler.
  libdw: Abbrevs and DIEs can now be read concurrently by multiple
    threads through the same Dwarf handle.
  libdwfl: Will try to use debuginfod when installed as fallback to
    retrieve ELF and DWARF debug data files by build-id.
- remove dwelf_elf_e_machine_string.patch.
- remove unused libebl-plugins and libebl-devel subpackages
- new subpackages debuginfod-client, debuginfod-client-devel and
  debuginfod added
- main package binaries are explicitely listed and man pages
  for the binaries are included
- Add remove-run-large-elf-file.sh.patch in order to remove
  running run-large-elf-file.sh (it hit OOM).

==== permissions ====
Version update (1550_20191205 -> 1550_20200204)
Subpackages: chkstat permissions-config

- Update to version 20200204:
  * mariadb: settings for new auth_pam_tool (bsc#1160285)
  * chkstat:
  - add read-only fallback when /proc is not mounted (bsc#1160764)
  - capability handling fixes (bsc#1161779)
  - better error message when refusing to fix dir perms (#32)
- Update to version 20200127:
  * fix paths of ksysguard whitelisting
  * fix zero-termination of error message for overly long paths