Packages changed:
  bcache-tools
  cifs-utils
  cryptsetup
  fuse3
  gcc
  gcc10 (10.2.1+git872 -> 10.2.1+git958)
  gnome-software
  hwinfo (21.70 -> 21.71)
  ipset (7.6 -> 7.9)
  libyui (3.12.1 -> 3.12.2)
  libyui-qt (2.56.2 -> 2.56.3)
  libzip
  lz4 (1.9.2 -> 1.9.3)
  nvme-cli
  pam (1.4.0 -> 1.5.0)
  perl
  perl-HTTP-Cookies (6.08 -> 6.09)
  system-users
  systemd-default-settings (0.4 -> 0.5)
  xprop (1.2.4 -> 1.2.5)
  zbar (0.23 -> 0.23.1)

=== Details ===

==== bcache-tools ====

- Makefile: install bcache-status (jsc#SLE-9807, bsc#1178725)
  0018-Makefile-install-bcache-status.patch
- bcache-tools.spec: add '_sbindir/bcache-status' for the new added
  bcache-status python script (jsc#SLE-9807, bsc#1178725)

==== cifs-utils ====

- prepare usrmerge (boo#1029961)

==== cryptsetup ====
Subpackages: libcryptsetup12

- prepare usrmerge (boo#1029961)

==== fuse3 ====
Subpackages: libfuse3-3

- Drop /sbin links; they do not seem to be used from anywhere.
- Package "permission" is required in %post, not %pre.
- Update descriptions.

==== gcc ====

- BuildRequire packages we build symlinks to.  [bsc#1178675]

==== gcc10 ====
Version update (10.2.1+git872 -> 10.2.1+git958)
Subpackages: cpp10 libgcc_s1 libgomp1 libstdc++6

- Add gcc10-amdgcn-llvm-as.patch to fix build of amdgcn offload
  compiler with llvm11.
- Update to gcc-10 branch head (98ba03ffe0b9f37b4916ce6238), git958.
  * Includes fix for memcpy miscompilation on aarch64.
    [bsc#1178624, bsc#1178577]
- Fix 32bit libgnat.so link.  [bsc#1178675]

==== gnome-software ====
Subpackages: libgnomesoftware-3_38_0

- Added gnome-packagekit as recommended dependency:
  gnome-software-launch-gpk-update-viewer-for-updates.patch needs
  gnome-packagekit to work (SLE only).

==== hwinfo ====
Version update (21.70 -> 21.71)

- merge gh#openSUSE/hwinfo#89
- rework network device detection on aarch64 (bsc#1177600,
  bsc#1177261)
- 21.71

==== ipset ====
Version update (7.6 -> 7.9)
Subpackages: libipset13

- Update to release 7.9
  * Enable memory accounting for ipset allocations
  * Expose the initval hash parameter to userspace
  * Add bucketsize parameter to all hash types
  * Support the -exist flag with the destroy command

==== libyui ====
Version update (3.12.1 -> 3.12.2)

- Higher priority for toplevel menu shortcuts (bsc#1175489)
- Dropped support for openSUSE 13.2 (or earlier) builds in .spec file
- 3.12.2

==== libyui-qt ====
Version update (2.56.2 -> 2.56.3)

- Honor menu bar toplevel menu enabled/disabled and visibility state
  (boo#1178394 again)
- 2.56.3

==== libzip ====

- Use full _libdir path in libzip.pc

==== lz4 ====
Version update (1.9.2 -> 1.9.3)

- Update to release 1.9.3
  * api: LZ4_decompress_safe_partial() now supports unknown
    compressed size
  * api: improved LZ4F_compressBound() with automatic flushing
  * cli: multiple files are compressed now using the legacy format

==== nvme-cli ====

- Drop '-f' option with %service_del_postun
  This option shouldn't be needed besides very few special cases. But
  this package doesn't seem to belong to this category.

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

- Update to 1.5.0
  - obsoletes pam-bsc1178727-initialize-daysleft.patch
  - Multiple minor bug fixes, portability fixes, and documentation improvements.
  - Extended libpam API with pam_modutil_check_user_in_passwd function.
  - pam_faillock: changed /run/faillock/$USER permissions from 0600 to 0660.
  - pam_motd: read motd files with target user credentials skipping unreadable ones.
  - pam_pwhistory: added a SELinux helper executable.
  - pam_unix, pam_usertype: implemented avoidance of certain timing attacks.
  - pam_wheel: implemented PAM_RUSER fallback for the case when getlogin fails.
  - pam_env: Reading of the user environment is deprecated and will be removed
    at some point in the future.
  - libpam: pam_modutil_drop_priv() now correctly sets the target user's
    supplementary groups, allowing pam_motd to filter messages accordingly
- Refresh pam-xauth_ownership.patch
- pam_tally2-removal.patch: Re-add pam_tally2 for deprecated sub-package
- pam_cracklib-removal.patch: Re-add pam_cracklib for deprecated sub-package
- pam_cracklib: added code to check whether the password contains
  a substring of of the user's name of at least <N> characters length
  in some form.
  This is enabled by the new parameter "usersubstr=<N>"
  See https://github.com/libpwquality/libpwquality/commit/bfef79dbe6aa525e9557bf4b0a61e6dde12749c4
  [jsc#SLE-16719, jsc#SLE-16720, pam-pam_cracklib-add-usersubstr.patch]
- pam_xauth.c: do not free() a string which has been (successfully)
  passed to putenv().
  [bsc#1177858, pam-bsc1177858-dont-free-environment-string.patch]
- Initialize pam_unix pam_sm_acct_mgmt() local variable "daysleft"
  to avoid spurious (and misleading)
    Warning: your password will expire in ... days.
  fixed upstream with commit db6b293046a
  [bsc#1178727, pam-bsc1178727-initialize-daysleft.patch]
- Enable pam_faillock [bnc#1171562]
- /usr/bin/xauth chokes on the old user's $HOME being on an NFS
  file system. Run /usr/bin/xauth using the old user's uid/gid
  Patch courtesy of Dr. Werner Fink.
  [bsc#1174593, pam-xauth_ownership.patch]
- pam-login_defs-check.sh: Fix the regexp to get a real variable
  list (boo#1164274).
- Revert the previous change [SR#815713].
  The group is not necessary for PAM functionality but used only
  during testing. The test system should therefore create this group.
  [bsc#1171016, pam.spec]
- Add requirement for group "wheel" to spec file.
  [bsc#1171016, pam.spec]

==== perl ====
Subpackages: perl-base

- Correct perl license
  According to https://dev.perl.org/licenses/ perl is licensed under the
  artistic license or the GPL 1.0 or later

==== perl-HTTP-Cookies ====
Version update (6.08 -> 6.09)

- updated to 6.09
  see /usr/share/doc/packages/perl-HTTP-Cookies/Changes
  6.09      2020-11-19 22:20:47Z
  - Allow HttpOnly cookies to be loaded by HTTP::Cookies::Netscape (GH#63)
    (Charlie Hothersall-Thomas)

==== system-users ====
Subpackages: system-group-hardware system-user-lp system-user-nobody

- Add qemu user to kvm group
- Add system account and groups for kvm, qemu, and libvirt
  (jsc#SLE-11629)
  New files: system-group-kvm.conf, system-group-libvirt.conf,
  system-user-qemu.conf

==== systemd-default-settings ====
Version update (0.4 -> 0.5)
Subpackages: systemd-default-settings-branding-SLE systemd-default-settings-branding-openSUSE

- Issue a daemon-reload in %post of the main package
- Import 0.5
  0c5e241 SLE: turn off RemoveIPC by default for logind (fate#320125)
  cb6914f SLE: restore ProtectHostname=no for udevd (bsc#1178374)
  7e332a6 Add a header in all each drop-ins
  465e1c7 Makefile: simplify 'archive' target

==== xprop ====
Version update (1.2.4 -> 1.2.5)

- Update to version 1.2.5
  * Add missing `-help` function
  * Make output with unknown width terminal the same as old code
  * Free string list returned from XmbTextPropertyToTextList
  * Correct icon buffer width computation for truecolor terminals
  * Check return value from ioctl(TIOCGWINSZ)
  * Don't display icons if they would line-wrap.
  * Break down memory allocation logic and fix overallocating for UTF8.
  * Fix aspect ratio for icon display by using two characters per icon pixel.
  * Support true color output for icons if the terminal advertises it.
  * Fix formatting of back-to-back not shown icons.

==== zbar ====
Version update (0.23 -> 0.23.1)

- Update to version 0.23.1
  * Add i18n translation support and add a pt_BR translation
  * Change default to autodetect python and gtk versions
  * Some documentation updates
  * Add support for binary data extraction
  * Add support for raw decoding without charset conversions
  * Add one shot scanning mode
  * Fix help messages
  * Fix some makefile issues
  * Fix error detection in video4linux read
  * Fix pkgconfig for zbar-qt5
  * Fix a double-free condition
- Add 0002-get-rid-of-gettext_h.patch