Packages changed:
  c-ares
  coreutils
  cpio
  dosfstools
  e2fsprogs
  filesystem
  fillup
  findutils
  grep (3.5 -> 3.6)
  gzip
  kernel-firmware (20201023 -> 20201120)
  keyutils
  libselinux
  libsepol
  libtirpc
  openssh
  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)

==== 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)

==== 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.

==== tar ====

- prepare usrmerge (boo#1029961)

==== zlib ====

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