Packages changed:
  Mesa
  Mesa-drivers
  containers-systemd
  libpwquality
  mozjs68
  open-iscsi
  pam-config (1.2 -> 1.3)
  samba (4.12.0+git.135.dd3c974c75f -> 4.12.2+git.149.16ff41ef1f4)
  v4l-utils (1.18.0 -> 1.18.1)

=== Details ===

==== Mesa ====
Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1

- avoid build error PowerPC, using gnu++14 (not gnu++11)
  https://bugzilla.opensuse.org/show_bug.cgi?id=1171045

==== Mesa-drivers ====
Subpackages: Mesa-dri Mesa-gallium

- avoid build error PowerPC, using gnu++14 (not gnu++11)
  https://bugzilla.opensuse.org/show_bug.cgi?id=1171045

==== containers-systemd ====

- use SLE15 compatible %service_del_postun

==== libpwquality ====

- Add baselibs.conf

==== mozjs68 ====

- Add patch to drop unused LLVM and Rust build dependencies
  + Remove-unused-LLVM-and-Rust-build-dependencies.patch
- Drop cargo, clang-devel, llvm-devel and rust from BuildRequires

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

- Update SPEC file to handle the fact that the
  service_del_postun_without_restart RPM macro exists
  in factory but not in SLE. No functional change
  for factory.

==== pam-config ====
Version update (1.2 -> 1.3)

- Update to version 1.3
  - Add support for pam_pwquality
  - Replace cracklib with pam_pwquality
  - Add pam_systemd if installed and we create a new configuration
  - Change check for existence of a Module
- Drop bsc1153630-prevent-systemd-pam_mount.patch, integrated in v1.3

==== samba ====
Version update (4.12.0+git.135.dd3c974c75f -> 4.12.2+git.149.16ff41ef1f4)
Subpackages: libdcerpc-binding0 libdcerpc0 libndr-krb5pac0 libndr-nbt0 libndr-standard0 libndr1 libnetapi0 libsamba-credentials0 libsamba-errors0 libsamba-hostconfig0 libsamba-passdb0 libsamba-util0 libsamdb0 libsmbclient0 libsmbconf0 libsmbldap2 libtevent-util0 libwbclient0 samba-client samba-libs samba-libs-python3

- Move libdcerpc-server-core.so to samba-libs package, this was
  initially erroneously located in  samba-ad-dc.
- Update to samba 4.12.2
  + CVE-2020-10700: A client combining the 'ASQ' and
    'Paged Results' LDAP controls can cause a use-after-free
    in Samba's AD DC LDAP server;(bso#14331); (bsc#1169850)
  + CVE-2020-10704: A deeply nested filter in an un-authenticated
    LDAP search can exhaust the LDAP server's stack memory causing
    a SIGSEGV; (bso#14334); (bsc#1169851).
- Update to samba 4.12.1
  + nmblib: Avoid undefined behaviour in handle_name_ptrs(); (bso#14295);
  + samba-tool group: Handle group names with special chars correctly;
    (bso#14296);
  + Add missing check for DMAPI offline status in async DOS attributes;
    (bso#14293);
  + Starting ctdb node that was powered off hard before results in recovery
    loop; (bso#14295);
  + smbd: Ignore set NTACL requests which contain S-1-5-88 NFS ACEs;
    (bso#14307);
  + vfs_recycle: Prevent flooding the log if we're called on non-existant
    paths; (bso#14316);
  + librpc: Fix IDL for svcctl_ChangeServiceConfigW; (bso#14313);
  + nsswitch: Fix use-after-free causing segfault in _pam_delete_cred;
    (bso#14327);
  + fruit:time machine max size is broken on arm; (bso#13622);
  + CTDB recovery corner cases can cause record resurrection and node
    banning; (bso#14294);
  + s3/utils: Fix double free error with smbtree; (bso#14332);
  + CTDB recovery corner cases can cause record resurrection and node
    banning; (bso#14294);
  + Starting ctdb node that was powered off hard before results in recovery
    loop; (bso#14295);
  + CTDB recovery daemon can crash due to dereference of NULL pointer;
    (bso#14324);

==== v4l-utils ====
Version update (1.18.0 -> 1.18.1)
Subpackages: libv4l libv4l1-0 libv4l2-0 libv4lconvert0

- Update to 1.18.1:
  Fix GCC 10 / -fno-common
- Drop upstream gcc10.patch
- Avoid symbol name clash causing qv4l2 crash - v4l2_open is defined
  by the public libv4l2 and private libv4l2utils
  * Update use_system_v4l_for_qv4l.patch