Packages changed:
  c-ares
  coreutils
  cpio
  dosfstools
  e2fsprogs
  filesystem
  fillup
  findutils
  grep (3.5 -> 3.6)
  gzip
  kernel-firmware (20201023 -> 20201120)
  keyutils
  libX11 (1.6.12 -> 1.7.0)
  libselinux
  libsepol
  libtirpc
  llvm11
  openssh
  qpdf (10.0.3 -> 10.0.4)
  tar
  zlib

=== Details ===

==== c-ares ====

- add BR for pkg-config to get the provides in the devel package

==== coreutils ====

- prepare usrmerge (boo#1029961)

==== cpio ====

- prepare usrmerge (boo#1029961)

==== dosfstools ====

- prepare usrmerge (boo#1029961)

==== e2fsprogs ====
Subpackages: libcom_err2 libext2fs2

- prepare usrmerge (boo#1029961)

==== filesystem ====

- /proc and /sys should be %ghost to allow filesystem package updates in
  rootless container environments (rh#1548403)

==== fillup ====

- prepare usrmerge (boo#1029961)

==== findutils ====

- prepare usrmerge (boo#1029961)

==== grep ====
Version update (3.5 -> 3.6)

- Update to grep 3.6
  * The GREP_OPTIONS environment variable no longer affects grep's behavior.
  * grep's DFA matcher performed an invalid regex transformation
    that would convert an ERE like a+a+a+ to a+a+, which would make
    grep a+a+a+ mistakenly match "aa".
  * grep -P now reports the troublesome input filename upon PCRE execution
    failure.
- werror-return-type.patch: work around gcc bug
- prepare usrmerge (boo#1029961)

==== gzip ====

- prepare usrmerge (boo#1029961)

==== kernel-firmware ====
Version update (20201023 -> 20201120)
Subpackages: kernel-firmware-all kernel-firmware-amdgpu kernel-firmware-ath10k kernel-firmware-atheros kernel-firmware-bluetooth kernel-firmware-bnx2 kernel-firmware-brcm kernel-firmware-chelsio kernel-firmware-dpaa2 kernel-firmware-i915 kernel-firmware-intel kernel-firmware-iwlwifi kernel-firmware-liquidio kernel-firmware-marvell kernel-firmware-media kernel-firmware-mediatek kernel-firmware-mellanox kernel-firmware-mwifiex kernel-firmware-network kernel-firmware-nfp kernel-firmware-nvidia kernel-firmware-platform kernel-firmware-prestera kernel-firmware-qlogic kernel-firmware-radeon kernel-firmware-realtek kernel-firmware-serial kernel-firmware-sound kernel-firmware-ti kernel-firmware-ueagle kernel-firmware-usb-network ucode-amd

- Fix build with older distros due to missing _firmwaredir
- Update to version 20201120 (bc9cd0b7b0e9):
  including AMDGPU update (bsc#1179062) and ath11k addition (bsc#1178274)
  * linux-firmware: Update AMD SEV firmware
  * amdgpu: add sienna cichlid firmware for 20.45
  * amdgpu: update vega20 firmware for 20.45
  * amdgpu: update vega12 firmware for 20.45
  * amdgpu: update vega10 firmware for 20.45
  * amdgpu: update renoir firmware for 20.45
  * amdgpu: update navi14 firmware for 20.45
  * amdgpu: update navi12 firmware for 20.45
  * amdgpu: update navi10 firmware for 20.45
  * amdgpu: update raven2 firmware for 20.45
  * amdgpu: update raven firmware for 20.45
  * rtlwifi: v88.2 firmware files for RTL8192CU
  * rtw88: RTL8822C: Update firmware to v9.9.4
  * Revert "rtw88: RTL8822C: Update firmware to v9.9.4"
  * vpdma: Move firmware to ti directory
  * amdgpu: update picasso VCN firmware
  * amdgpu: update raven2 VCN firmware
  * amdgpu: update raven VCN firmware
  * rtw88: RTL8822C: Update firmware to v9.9.4
  * rtl_bt: Update RTL8822C BT(USB I/F) FW to 0x099A_281A
  * QCA: Update Bluetooth firmware for QCA6390
  * qcom : updated venus firmware files for v5.4
  * QCA : Fixed BT SSR due to command timeout / IO fatal error
  * ath11k: QCA6390 hw2.0: add to WLAN.HST.1.0.1-01740-QCAHSTSWPLZ_V2_TO_X86-1
  * ath11k: QCA6390 hw2.0: add board-2.bin
  * ath11k: IPQ8074 hw2.0: add to WLAN.HK.2.1.0.1-01238-QCAHKSWPL_SILICONZ-2
  * ath11k: IPQ8074 hw2.0: add board-2.bin
  * ath11k: IPQ6018 hw1.0: add to WLAN.HK.2.1.0.1-01238-QCAHKSWPL_SILICONZ-2
  * ath11k: IPQ6018 hw1.0: add board-2.bin
  * ath10k: QCA6174 hw3.0: add firmware-sdio-6.bin version WLAN.RMH.4.4.1-00077
  * ath10k: QCA9984 hw1.0: update firmware-5.bin to 10.4-3.9.0.2-00131
  * ath10k: QCA9888 hw2.0: update firmware-5.bin to 10.4-3.9.0.2-00131
  * ath10k: QCA6174 hw3.0: update board-2.bin
  * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00157-QCARMSWPZ-1
- ath11k is split into its own subpackage due to its size
- Update topics list and aliases accordingly

==== keyutils ====
Subpackages: libkeyutils1

- prepare usrmerge (boo#1029961)

==== libX11 ====
Version update (1.6.12 -> 1.7.0)
Subpackages: libX11-6 libX11-data libX11-xcb1

- Update to version 1.7.0
  * libX11 version 1.7.0 includes a new API, hence the change from
    the 1.6 series to 1.7:
    XSetIOErrorExitHandler which provides a mechanism for applications
    to recover from I/O error conditions instead of being forced to
    exit. Thanks to Carlos Garnacho for this.
  * This release includes a bunch of bug fixes, some which have been
    pending for over three years:
    + A bunch of nls cleanups to remove obsolete entries and clean up
    formatting of the ist. Thanks to Benno Schulenberg for these.
    + Warning fixes and other cleanups across a huge swath of the
    library. Thanks to Alan Coopersmith for these.
    + Memory allocation bugs, including leaks and use after free in the
    locale code. Thanks to Krzesimir Nowak, Jacek Caban and Vittorio
    Zecca for these.
    + Thread safety fixes in the locale code. Thanks to Jacek Caban for
    these.
    + poll_for_response race condition fix. Thanks to Frediano Ziglio for
    the bulk of this effort, and to Peter Hutterer for careful review
    and improvements.
  * Version 1.7.0 includes a couple of new locales:
    ia and ie locales. Thanks to Carmina16 for these.
  * There are also numerous compose entries added, including:
    + |^ or ^| for ?, |v or v| for ?, ~~ for ?. Thanks to Antti
    Savolainen for this.
    + Allowing use of 'v' for caron, in addition to 'c', so things like
    vC for ?, vc for ?. Thanks to Benno Schulenberg for this.
    + Compose sequences LT, lt for '<', and GT, gt for '>' for keyboards
    where those are difficult to access. Thanks to Jonathan Belsewir
    for this.
- refreshed patches en-locales.diff, p_khmer-compose.diff and
  p_xlib_skip_ext_env.diff

==== libselinux ====
Subpackages: libselinux1 selinux-tools

- install to /usr (boo#1029961)

==== libsepol ====

- install to /usr (boo#1029961)

==== libtirpc ====
Subpackages: libtirpc-netconfig libtirpc3

- install libraries to %{_libdir} (boo#1029961)

==== llvm11 ====

- Add compiler-rt-dont-compile-assembly-files-as-c.patch to fix
  build failure with newer CMake versions.
- Let CMake files in {llvm,clang}X-devel refer to the versioned
  binaries that come with the package instead of the symlink
  managed by update-alternatives. (boo#1178513)

==== openssh ====
Subpackages: openssh-clients openssh-common openssh-server

- Fix build breakage caused by missing security key objects:
  + Modify openssh-7.7p1-cavstest-ctr.patch.
  + Modify openssh-7.7p1-cavstest-kdf.patch.
  + Add openssh-link-with-sk.patch.
- Add openssh-fips-ensure-approved-moduli.patch (bsc#1177939).
  This ensures only approved DH parameters are used in FIPS mode.
- Add openssh-8.1p1-ed25519-use-openssl-rng.patch (bsc#1173799).
  This uses OpenSSL's RAND_bytes() directly instead of the internal
  ChaCha20-based implementation to obtain random bytes for Ed25519
  curve computations. This is required for FIPS compliance.

==== qpdf ====
Version update (10.0.3 -> 10.0.4)

- Update to version 10.0.4
  * Fix a handful of integer overflows.

==== tar ====

- prepare usrmerge (boo#1029961)

==== zlib ====
Subpackages: libminizip1 libz1

- Fix hw compression on z15 bsc#1176201
- Add zlib-s390x-z15-fix-hw-compression.patch