Packages changed:
  audit-secondary
  busybox-links
  elfutils (0.181 -> 0.182)
  kexec-tools
  mozjs78 (78.4.0 -> 78.5.0)
  open-iscsi
  pam (1.5.0 -> 1.5.1)
  python-psutil (5.7.2 -> 5.7.3)
  python-pytz (2020.1 -> 2020.4)
  python-requests (2.24.0 -> 2.25.0)
  sed
  systemd
  systemd-default-settings
  yast2 (4.3.44 -> 4.3.45)

=== Details ===

==== audit-secondary ====
Subpackages: audit python3-audit

- prepare usrmerge (boo#1029961)

==== busybox-links ====
Subpackages: busybox-coreutils busybox-gawk busybox-grep busybox-gzip busybox-sed

- Add conflicts: bridge-utils to busybox-iproute2: both packages
  provide /usr/sbin/brctl.

==== elfutils ====
Version update (0.181 -> 0.182)
Subpackages: libasm1 libdw1 libelf1

- Mention elfutils-rpmlintrc as a Source.
- Add rpmlintrc for
  libdebuginfod1-dummy.s390x: E: shlib-policy-name-error (Badness: 10000) libdebuginfod1
  which is expected as libdebuginfod1 and it's dummy library do share equal
  soname.
- Update to version 0.182:
  backends: Support for tilegx has been removed.
  config: New /etc/profile.d files to provide default $DEBUGINFOD_URLS.
  debuginfod: More efficient package traversal, tolerate various errors
    during scanning, grooming progress is more visible and
    interruptible, more prometheus metrics.
  debuginfod-client: Now supports compressed (kernel) ELF images.
  libdwfl: Add ZSTD compression support.
- Creatu dummy subpackages that can be used for build of packages
  that are in bootstrap cycle.
- Add Provides for real packages.

==== kexec-tools ====

- prepare usrmerge (boo#1029961)

==== mozjs78 ====
Version update (78.4.0 -> 78.5.0)

- Update to version 78.5.0esr.

==== open-iscsi ====
Subpackages: iscsiuio libopeniscsiusr0_2_0

- Updatged to latest upstream, including:
  * iscsiadm: Optimize the the verification of mode paramters
  * iscsid: Poll timeout value to 1 minute for iscsid
  * iscsiadm: fix host stats mode coredump
  * iscsid: fix logging level when starting and shutting down daemon
  * Updated iscsiadm man page.
  * Fix memory leak in sysfs_get_str
  * libopeniscsiusr: Compare with max int instead of max long
- Systemd unit files should not depend on network.target (bsc#1179440),
  updating:
  * open-iscsi-SUSE-latest.diff.bz2

==== pam ====
Version update (1.5.0 -> 1.5.1)

- Update to 1.5.1
  - pam_unix: fixed CVE-2020-27780 - authentication bypass when a user
    doesn't exist and root password is blank [bsc#1179166]
  - pam_faillock: added nodelay option to not set pam_fail_delay
  - pam_wheel: use pam_modutil_user_in_group to check for the group membership
    with getgrouplist where it is available

==== python-psutil ====
Version update (5.7.2 -> 5.7.3)

- update to 5.7.3:
  - 809_: [FreeBSD] add support for `Process.rlimit()`.
  - 893_: [BSD] add support for `Process.environ()` (patch by Armin Gruner)
  - 1830_: [UNIX] `net_if_stats()`'s `isup` also checks whether the NIC is
    running (meaning Wi-Fi or ethernet cable is connected).
  - 1837_: [Linux] improved battery detection and charge "secsleft" calculation
  - 1620_: [Linux] physical cpu_count() result is incorrect on systems with more
    than one CPU socket.
  - 1738_: [macOS] Process.exe() may raise FileNotFoundError if process is still
    alive but the exe file which launched it got deleted.
  - 1791_: [macOS] fix missing include for getpagesize().
  - 1823_: [Windows] Process.open_files() may cause a segfault due to a NULL
    pointer.
  - 1838_: [Linux] sensors_battery(): if `percent` can be determined but not
    the remaining values, still return a result instead of None.
- skip-obs.patch, skip_failing_tests.patch: rediff

==== python-pytz ====
Version update (2020.1 -> 2020.4)

- update to 2020.4:
  * update to IANA 2020d timezone release

==== python-requests ====
Version update (2.24.0 -> 2.25.0)

- update to 2.25.0:
  * Added support for NETRC environment variable. (#5643)
  * Requests now supports urllib3 v1.26.
  * Requests v2.25.x will be the last release series with support for Python 3.5.
- refreshed requests-no-hardcoded-version.patch

==== sed ====

- prepare usrmerge (boo#1029961)

==== systemd ====
Subpackages: libsystemd0 libudev1 systemd-logger systemd-sysvinit udev

- Import commit f6104ea5f554233e34b94ffd92da8332c3bd7d8f
  617aed9236 scope: on unified, make sure to unwatch all PIDs once they've been moved to the cgroup scope
- Don't post-require systemd-default-settings-branding anymore
  This is actually not needed now that the branding package issues a
  PID1 reloading every times it's being updated.
- Import commit 49caf8e37aba04841e5493ccc25e7edab462d95b
  f8f7286527 units: restore sysfs conditions in sys-fs-fuse-connections.mount and sys-kernel-config.mount
  e9c7158dc7 units: wait until some fs modules are entirely loaded before mounting their corresponding filesystem (bsc#1178631)
  ac7ddc4201 Revert "units: skip modprobe@.service if the unit appears to be already loaded"
  17310a1d19 core: serialize u->pids until the processes have been moved to the scope cgroup (bsc#1174436)
  1416965614 meson: add option to skip installing to $sysconfdir
  f71a1ef5d0 systemctl: give a nice hint about org.freedesktop.LogControl1 when applicable
  20a3f9fd95 systemctl: immediately reject invalid log levels
  9f67d2e57b systemctl: merge log_target(), log_level(), service_log_setting()
  ddf7cf4872 systemctl: add service-log-{level,target} verbs
  026d7d156d systemctl: list unit introspection verbs first, modification second
- systemd-default-settings is needed by %post scriptlet
- Revert the change that dropped %{release} from the package version
  constraints used in Requires:
  The release number is actually relevant since it can be increased
  when some patches, which might touch multiple sub-packages of
  systemd, are added/modified.
  However the %{release} is still no more used in conflicts.

==== systemd-default-settings ====
Subpackages: systemd-default-settings-branding-SLE systemd-default-settings-branding-openSUSE

- Fix typo introduced by the previous change (bsc#1179183)

==== yast2 ====
Version update (4.3.44 -> 4.3.45)

- Yast::Arch add support to know if code is running in a PV Xen guest
  (related to bsc#952253, bsc#1172742, and bsc#1179197).
- 4.3.45