Packages changed:
  389-ds (2.0.11~git13.e14935725 -> 2.0.13~git1.72eb93ac9)
  SDL2 (2.0.18 -> 2.0.20)
  autoyast2 (4.4.26 -> 4.4.27)
  bash (5.1.12 -> 5.1.16)
  libqt5-qtbase (5.15.2+kde268 -> 5.15.2+kde294)
  libqt5-qtconnectivity (5.15.2+kde1 -> 5.15.2+kde5)
  libqt5-qtdeclarative (5.15.2+kde36 -> 5.15.2+kde43)
  libqt5-qtquickcontrols2 (5.15.2+kde8 -> 5.15.2+kde10)
  libqt5-qtsvg (5.15.2+kde13 -> 5.15.2+kde16)
  libqt5-qtvirtualkeyboard (5.15.2+kde4 -> 5.15.2+kde6)
  libqt5-qtwayland (5.15.2+kde37 -> 5.15.2+kde44)
  libqt5-qtwebchannel (5.15.2+kde2 -> 5.15.2+kde5)
  libqt5-qtwebsockets (5.15.2+kde4 -> 5.15.2+kde7)
  libstorage-ng (4.4.75 -> 4.4.76)
  pentobi (19.1 -> 20.0)
  python-frozenlist (1.2.0 -> 1.3.0)
  readline
  rubygem-pdf-reader (2.5.0 -> 2.9.0)
  yast2 (4.4.36 -> 4.4.39)
  yast2-add-on (4.4.5 -> 4.4.7)
  yast2-bootloader (4.4.13 -> 4.4.14)
  yast2-country (4.4.7 -> 4.4.8)
  yast2-firewall (4.4.1 -> 4.4.2)
  yast2-ftp-server (4.4.1 -> 4.4.2)
  yast2-installation (4.4.34 -> 4.4.35)
  yast2-network (4.4.32 -> 4.4.33)
  yast2-ntp-client (4.4.1 -> 4.4.2)
  yast2-security (4.4.7 -> 4.4.8)
  yast2-snapper (4.4.1 -> 4.4.2)
  yast2-storage-ng (4.4.32 -> 4.4.33)
  yast2-trans (84.87.20220116.6b981cb0d7 -> 84.87.20220123.256c7f91b3)

=== Details ===

==== 389-ds ====
Version update (2.0.11~git13.e14935725 -> 2.0.13~git1.72eb93ac9)
Subpackages: lib389 libsvrcore0

- Update to version 2.0.13~git1.72eb93ac9:
  * Issue 5129 - BUG - Incorrect fn signature in add_index (#5130)
  * Bump version to 2.0.13
  * Issue 5132 - Update Rust crate lru to fix CVE
  * Issue 3555 - UI - fix audit issue with npm nanoid
  * Issue 4299 - UI - Add ACI editing features
  * Issue 4299 - UI LDAP editor - add "edit" and "rename" functionality
  * Issue 5127 - run restorecon on /dev/shm at server startup
  * Issue 5124 - dscontainer fails to create an instance
  * Issue 4312 - fix compiler warning
  * Issue 5115 -  AttributeError: type object 'build_manpages' has no attribute 'build_manpages'
- Add missing dependency on python slugify
- Change ssl dependency to openssl as libressl does not link correctly

==== SDL2 ====
Version update (2.0.18 -> 2.0.20)

- Drop 0001-Fix-build-against-wayland-1.20.patch
  Fixed upstream: https://github.com/libsdl-org/SDL/pull/5092
- Update to release 2.0.20
  * SDL_RenderGeometryRaw() takes a pointer to SDL_Color, not
    int. You can cast color data in SDL_PIXELFORMAT_RGBA32 format
    (SDL_PIXELFORMAT_ABGR8888 on little endian systems) for this
    parameter.
  * Improved accuracy of horizontal and vertical line drawing
    when using OpenGL or OpenGLES.
  * Added the hint SDL_HINT_RENDER_LINE_METHOD to control the
    method of line drawing used, to select speed, correctness,
    and compatibility.

==== autoyast2 ====
Version update (4.4.26 -> 4.4.27)
Subpackages: autoyast2-installation

- Replace references to PackageAI module with proper calls to
  Package methods (bsc#1194886).
- 4.4.27

==== bash ====
Version update (5.1.12 -> 5.1.16)
Subpackages: bash-doc bash-lang bash-sh

- Update bash 5.1 to patch level 16
  * Add official patch bash51-013
    Bash did not always perform tilde expansion following an unquoted colon on
    the rhs of an assignment statement in posix mode.
  * Add official patch bash51-014
    Bash may produce corrupted input if a multibyte character spans a 512-byte
    boundary while reading the output of a command substitution.
  * Add official patch bash51-015
    There are some characters (e.g., cyrillic) that can't be displayed using
    certain single-byte encodings (e.g., cp1251) because the negative signed
    int is interpreted as EOF and not displayed.
  * Add official patch bash51-016
    Multiple `!' tokens should toggle negation of an expression in a [[
    conditional command, instead of simply negating the expression.

==== libqt5-qtbase ====
Version update (5.15.2+kde268 -> 5.15.2+kde294)
Subpackages: libQt5Concurrent5 libQt5Core5 libQt5DBus5 libQt5Gui5 libQt5Network5 libQt5OpenGL5 libQt5PrintSupport5 libQt5Sql5 libQt5Sql5-mysql libQt5Sql5-sqlite libQt5Test5 libQt5Widgets5 libQt5Xml5 libqt5-qtbase-platformtheme-gtk3

- Update to version 5.15.2+kde294:
  * QTzTimeZonePrivate::init(): fix handling of empty ID
  * Restore support for reading /etc/timezone for system zone name
  * QPathEdge: Fix array initialization
  * QTzTimeZonePrivate: fix UB (data race on m_icu)
  * Don't access QObject::objectName during QThread start
  * Restore C++11 compatibility after e8b9f4c28d3ab5e960dc54f2dc0c4b749b0b50e0
  * QVarLengthArray: fix size update on failed append()
  * Call statx() with AT_NO_AUTOMOUNT
  * QThread: Remove superfluous initialization of threadId on Unix
  * QThread: Reset the system thread ID when thread exits on Unix
  * Add missing macOS header file that was indirectly included before
  * QXcb: don't dereference pointer before checking
  * xcb: avoid to use invalid pointers
  * QVarLengthArray: fix insert() type/alias mismatch between decl and impl
  * Use qint64 to replace int while qt_transform_image_rasterize
  * QVarLengthArray: assert that the range passed to erase() is valid
  * Fix pattern type matching
  * QThread: fix UB (invalid enum value) on Private::Priority
  * Use block char format to render list item bullets and numbers
  * QDateTime: Don't require c++17
  * QVariantAnimation: fix UB (FP 0/0) in interpolated() arg calculation
  * QDateTime: fix UB (signed overflow) in addDays()
  * QString: fix UB (pointer arithmetic on nullptr) in qLastIndexOf
  * tst_QIODevice: fix UB (precondition violation) in SequentialReadBuffer::readData()
  * QVarLengthArray: fix UB (precondition violation) in range-erase()
  * Fix segmentation fault in QObject::dumpObjectInfo

==== libqt5-qtconnectivity ====
Version update (5.15.2+kde1 -> 5.15.2+kde5)
Subpackages: libQt5Bluetooth5 libQt5Bluetooth5-imports libQt5Nfc5 libQt5Nfc5-imports libqt5-qtconnectivity-tools

- Update to version 5.15.2+kde5:
  * Always call setOpenMode before setSocketState
  * Add server role to BlueZ service registration
  * Fix error handling in BlueZ connectToServiceHelper
  * Correct error handling in QLowEnergyControllerPrivateBluezDBUS

==== libqt5-qtdeclarative ====
Version update (5.15.2+kde36 -> 5.15.2+kde43)

- Update to version 5.15.2+kde43:
  * QQmlJs::FixedPoolArray: fix UB (precondition violation) in allocate()
  * Fix crash during model reset
  * QQuickWindow: don't leak old screenChanged connections
  * qqmldelegatemodel: Fix out of bounds cache removal
  * QQuickItemAnimation: close potential memory leak

==== libqt5-qtquickcontrols2 ====
Version update (5.15.2+kde8 -> 5.15.2+kde10)
Subpackages: libQt5QuickControls2-5 libQt5QuickTemplates2-5

- Update to version 5.15.2+kde10:
  * QQuickAction: don't grab the same shortcut multiple times
  * Ensure we don't crash when changing sizes after cleanup

==== libqt5-qtsvg ====
Version update (5.15.2+kde13 -> 5.15.2+kde16)

- Update to version 5.15.2+kde16:
  * Unconditionally stop parsing after the svg end tag
  * SVG Image reading: Reject oversize svgs as corrupt
  * Do stricter error checking when parsing path nodes

==== libqt5-qtvirtualkeyboard ====
Version update (5.15.2+kde4 -> 5.15.2+kde6)
Subpackages: libQt5HunspellInputMethod5 libQt5VirtualKeyboard5 libqt5-qtvirtualkeyboard-hunspell

- Update to version 5.15.2+kde6:
  * Fix processing of hard Qt::Key_Backspace and Qt::Key_Delete
  * Fix high CPU utilization caused by key repeat timer

==== libqt5-qtwayland ====
Version update (5.15.2+kde37 -> 5.15.2+kde44)
Subpackages: libQt5WaylandClient5 libQt5WaylandCompositor5

- Update to version 5.15.2+kde44:
  * Move the wayland socket polling to a separate event thread
  * Connect flushRequest after forceRoundTrip
  * Handle registry_global out of constructor
  * Client: Avoid processing of events when showing windows
  * Client: Delay deletion of QDrag object until after we're done with it
  * Client: Implement DataDeviceV3
  * Set preedit cursor when cursor equals to 0
- Drop patches, now upstream:
  * 0001-Client-Avoid-processing-of-events-when-showing-windo.patch

==== libqt5-qtwebchannel ====
Version update (5.15.2+kde2 -> 5.15.2+kde5)
Subpackages: libQt5WebChannel5 libQt5WebChannel5-imports

- Update to version 5.15.2+kde5:
  * QMetaObjectPublisher: Never send stale queued messages
  * Handle per-transport client idle status
  * Handle signals in the registered object's thread

==== libqt5-qtwebsockets ====
Version update (5.15.2+kde4 -> 5.15.2+kde7)
Subpackages: libQt5WebSockets5 libQt5WebSockets5-imports

- Update to version 5.15.2+kde7:
  * QWebSocketProtocol: fix potential UB (signed overflow) in masking operation
  * Pass ignoreSslErrors to unterlying QSslSocket
  * Clear frame on reconnect

==== libstorage-ng ====
Version update (4.4.75 -> 4.4.76)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1

- merge gh#openSUSE/libstorage-ng#857
- add support for RAID metadata versions 1.1 and 1.2 (for bsc#1168914)
- improved integration test for RAIDs
- 4.4.76

==== pentobi ====
Version update (19.1 -> 20.0)

- Update to versino 20.0
  * More general workaround to avoid crashes with Qt 5.15 related
    to storing QDateTime in QSettings.
  * Workarounds for bugs in Qt 6.2 that sometimes caused wrong
    positions of unplayed pieces.
  * Install application and mimetype bitmap icons for multiple
    sizes.
  * Show error message if launching web browser failed.
  * Minimum required CMake version is now 3.18.

==== python-frozenlist ====
Version update (1.2.0 -> 1.3.0)

- update to 1.3.0:
  * Do not install C sources with binary distributions.
  * Dropped Python 3.6 support

==== readline ====
Subpackages: libreadline8 readline-doc

- Add official patch readline81-002 and its signature
  * There are some characters (e.g., cyrillic) that can't be displayed using
    certain single-byte encodings (e.g., cp1251) because the negative signed
    int is interpreted as EOF and not displayed.

==== rubygem-pdf-reader ====
Version update (2.5.0 -> 2.9.0)

updated to version 2.9.0
  see installed CHANGELOG
  v2.9.0 (24th January 2022)
  - Support additional encryption standards (http://github.com/yob/pdf-reader/pull/419)
  - Return CropBox correctly from Page#rectangles (https://github.com/yob/pdf-reader/pull/420)
  - For sorbet users, additional type annotations are included in the gem
  v2.8.0 (28th Decemeber 2021)
  - Add PDF::Reader::Page#runs for extracting text from a page with positioning metadata (http://github.com/yob/pdf-reader/pull/411)
  - Add options to PDF::Reader::Page#text to make some behaviour configurable (http://github.com/yob/pdf-reader/pull/411)
  - including extracting the text for only part of the page
  - Improve text positioning and extraction for Type3 fonts (http://github.com/yob/pdf-reader/pull/412)
  - Skip extracting text that is positioned outside the page (http://github.com/yob/pdf-reader/pull/413)
  - Fix occasional crash when reading some streams (http://github.com/yob/pdf-reader/pull/405)
  v2.7.0 (13th December 2021)
  - Include RBI type files in the gem
  - Downstream users of pdf-reader who also use sorbet *should* find many parts of the API will
    now be typed checked by sorbet
  - Fix glyph positioning in some rotation scenarios (http://github.com/yob/pdf-reader/pull/403)
  - Improved text extraction on some rotated pages, and rotated text on normal pages
  - Add PDF::Reader::Page#rectangles (http://github.com/yob/pdf-reader/pull/402)
  - Returns page boxes (MediaBox, etc) with rotation applied, and as PORO rather than arrays of numbers
  - Add PDF::Reader::Page#origin (http://github.com/yob/pdf-reader/pull/400)
  - Add PDF::Reader::Page#{height,width} (http://github.com/yob/pdf-reader/pull/399)
  - Overlap filter should only drop characters that overlap *and* match (http://github.com/yob/pdf-reader/pull/401)
  v2.6.0 (12th November 2021)
  - Text extraction improvements
  - Improved text layout on pages with a variety of font sizes (http://github.com/yob/pdf-reader/pull/355)
  - Fixed text positioning for some rotated pages (http://github.com/yob/pdf-reader/pull/356)
  - Improved character width calculation for PDFs using built-in (non-embedded) ZapfDingbats (http://github.com/yob/pdf-reader/pull/373)
  - Skip zero-width characters (http://github.com/yob/pdf-reader/pull/372)
  - Performance improvements
  - Reduced memory pressure when decoding TIFF images (http://github.com/yob/pdf-reader/pull/360)
  - Optional dependency on ascii81_native gem for faster processing of files using the ascii85 filter (http://github.com/yob/pdf-reader/pull/359)
  - Successfully parse more files
  - Gracefully handle some non-spec compliant CR/LF issues (http://github.com/yob/pdf-reader/pull/364)
  - Fix parsing of some escape sequences in content streams (http://github.com/yob/pdf-reader/pull/368)
  - Increase the amount of junk bytes we detect and skip at the end of a file (382)
  - Ignore "/Prev 0" in trailers (http://github.com/yob/pdf-reader/pull/383)
  - Fix parsing of some inline images (BI ID EI tokens) (http://github.com/yob/pdf-reader/pull/389)
  - Gracefully handle some xref tables that incorrectly start with 1 (http://github.com/yob/pdf-reader/pull/384)

==== yast2 ====
Version update (4.4.36 -> 4.4.39)
Subpackages: yast2-logs

- Preload libsuseconnect.so if avaiable. On aarch64 installer/YaST
  sometimes failed to load libsuseconnect.so with "cannot allocate
  memory in static TLS block" error.
  Loading the library before others solves the problem until a better
  solution is found (bsc#1194996).
- 4.3.39
- Unify Package, PackageSystem and PackageAI. Now the Package
  module is the entry point. PackageSystem and PackageAI implement
  specific logic and they should not be referenced from outside
  (bsc#1194886).
- 4.3.38
- Fix CWM dialog: argument delegation is handled differently in
  ruby 2.6 and before (bsc#1194984).
- 4.4.37

==== yast2-add-on ====
Version update (4.4.5 -> 4.4.7)

- Restore the repo unexpanded URL to get it properly saved in
  the /etc/zypp/repos.d file (bsc#972046, bsc#1194851).
- 4.4.7
- Enable RSpec verifying doubles in unit tests to ensure that
  the mocked methods really exist (bsc#1194784)
- 4.4.6

==== yast2-bootloader ====
Version update (4.4.13 -> 4.4.14)

- Unify YaST module mocking in unit tests (related to bsc#1194784)
- 4.4.14

==== yast2-country ====
Version update (4.4.7 -> 4.4.8)
Subpackages: yast2-country-data

- Switch console keyboard layouts to match the X11 ones
  (xkb, from xkeyboard-config.rpm), to prepare for
  kbd-legacy.rpm going away (jsc#SLE-21107).
- Add programmer Dvorak keyboard layout.
- 4.4.8

==== yast2-firewall ====
Version update (4.4.1 -> 4.4.2)

- Unify YaST module mocking in unit tests (related to bsc#1194784)
- 4.4.2

==== yast2-ftp-server ====
Version update (4.4.1 -> 4.4.2)

- Unify YaST module mocking in unit tests (related to bsc#1194784)
- 4.4.2

==== yast2-installation ====
Version update (4.4.34 -> 4.4.35)

- Enable RSpec verifying doubles in unit tests to ensue that
  the mocked methods really exist (bsc#1194784)
- Fixed crash when importing an SSH configuration in AutoYaST
  installation
- 4.4.35

==== yast2-network ====
Version update (4.4.32 -> 4.4.33)

- Unify YaST module mocking in unit tests (related to bsc#1194784)
- 4.4.33

==== yast2-ntp-client ====
Version update (4.4.1 -> 4.4.2)

- Unify YaST module mocking in unit tests (related to bsc#1194784)
- 4.4.2

==== yast2-security ====
Version update (4.4.7 -> 4.4.8)

- Related to jsc#SLE-22069:
  - Fix import of 'none' and 'apparmor' options from the profile
    when declared
- 4.4.8

==== yast2-snapper ====
Version update (4.4.1 -> 4.4.2)

- Do not crash when trying to show found differences
  between snapshots (bsc#1195021).
- 4.4.2

==== yast2-storage-ng ====
Version update (4.4.32 -> 4.4.33)

- Fix tests according to new Md size reported by libstorage-ng
  (related to bsc#1168914).
- 4.4.33
- Enable RSpec verifying doubles (bsc#1194784)

==== yast2-trans ====
Version update (84.87.20220116.6b981cb0d7 -> 84.87.20220123.256c7f91b3)
Subpackages: yast2-trans-af yast2-trans-ar yast2-trans-bg yast2-trans-bn yast2-trans-bs yast2-trans-ca yast2-trans-cs yast2-trans-cy yast2-trans-da yast2-trans-de yast2-trans-el yast2-trans-en_GB yast2-trans-es yast2-trans-et yast2-trans-fa yast2-trans-fi yast2-trans-fr yast2-trans-gl yast2-trans-gu yast2-trans-hi yast2-trans-hr yast2-trans-hu yast2-trans-id yast2-trans-it yast2-trans-ja yast2-trans-jv yast2-trans-ka yast2-trans-km yast2-trans-ko yast2-trans-lo yast2-trans-lt yast2-trans-mk yast2-trans-mr yast2-trans-nb yast2-trans-nl yast2-trans-pa yast2-trans-pl yast2-trans-pt yast2-trans-pt_BR yast2-trans-ro yast2-trans-ru yast2-trans-si yast2-trans-sk yast2-trans-sl yast2-trans-sr yast2-trans-sv yast2-trans-ta yast2-trans-th yast2-trans-tr yast2-trans-uk yast2-trans-vi yast2-trans-wa yast2-trans-xh yast2-trans-zh_CN yast2-trans-zh_TW yast2-trans-zu

- Update to version 84.87.20220123.256c7f91b3:
  * Translated using Weblate (Spanish)
  * Translated using Weblate (Catalan)
  * New POT for text domain 'vpn'.
  * New POT for text domain 'users'.
  * New POT for text domain 'update'.
  * New POT for text domain 'tune'.
  * New POT for text domain 'tftp-server'.
  * New POT for text domain 'sysconfig'.
  * New POT for text domain 'support'.
  * New POT for text domain 'sudo'.
  * New POT for text domain 'storage'.
  * New POT for text domain 'squid'.
  * New POT for text domain 'sound'.
  * New POT for text domain 'snapper'.
  * New POT for text domain 'slp-server'.
  * New POT for text domain 'services-manager'.
  * New POT for text domain 'security'.
  * New POT for text domain 'scanner'.
  * New POT for text domain 'samba-server'.
  * New POT for text domain 'samba-client'.
  * New POT for text domain 's390'.
  * New POT for text domain 'registration'.
  * New POT for text domain 'rear'.
  * New POT for text domain 'proxy'.
  * New POT for text domain 'printer'.
  * New POT for text domain 'pam'.
  * New POT for text domain 'packager'.
  * New POT for text domain 'online-update-configuration'.
  * New POT for text domain 'online-update'.
  * New POT for text domain 'oneclickinstall'.
  * New POT for text domain 'ntp-client'.
  * New POT for text domain 'nis_server'.
  * New POT for text domain 'nis'.
  * New POT for text domain 'nfs_server'.
  * New POT for text domain 'nfs'.
  * New POT for text domain 'network'.
  * New POT for text domain 'migration'.
  * New POT for text domain 'mail'.
  * New POT for text domain 'ldap-client'.
  * New POT for text domain 'ldap'.
  * New POT for text domain 'kdump'.
  * New POT for text domain 'journalctl'.
  * New POT for text domain 'journal'.
  * New POT for text domain 'isns'.
  * New POT for text domain 'iscsi-lio-server'.
  * New POT for text domain 'iscsi-client'.
  * New POT for text domain 'instserver'.
  * New POT for text domain 'installation'.
  * New POT for text domain 'http-server'.
  * New POT for text domain 'ftp-server'.
  * New POT for text domain 'firewall'.
  * New POT for text domain 'fcoe-client'.
  * New POT for text domain 'drbd'.
  * New POT for text domain 'docker'.
  * New POT for text domain 'dns-server'.
  * New POT for text domain 'dhcp-server'.
  * New POT for text domain 'crowbar'.
  * New POT for text domain 'country'.
  * New POT for text domain 'control'.
  * New POT for text domain 'configuration_management'.
  * New POT for text domain 'cluster'.
  * New POT for text domain 'cio'.
  * New POT for text domain 'caasp'.
  * New POT for text domain 'bootloader'.
  * New POT for text domain 'base'.
  * New POT for text domain 'autoinst'.
  * New POT for text domain 'authserver'.
  * New POT for text domain 'auth-client'.
  * New POT for text domain 'audit-laf'.
  * New POT for text domain 'apparmor'.
  * New POT for text domain 'alternatives'.
  * New POT for text domain 'add-on'.
  * Translated using Weblate (Czech)
  * Translated using Weblate (Slovak)
  * Translated using Weblate (Slovak)
  * Translated using Weblate (Dutch)
  * Translated using Weblate (Japanese)
  * Translated using Weblate (Catalan)
  * New POT for text domain 'country'.
  * New POT for text domain 'autoinst'.
  * New POT for text domain 'add-on'.
  * Translated using Weblate (Slovak)
  * Translated using Weblate (Slovak)
  * Translated using Weblate (Slovak)
  * Translated using Weblate (Slovak)
  * Translated using Weblate (Slovak)
  * Translated using Weblate (Slovak)
  * Translated using Weblate (Slovak)
  * New POT for text domain 'vpn'.
  * New POT for text domain 'users'.
  * New POT for text domain 'update'.
  * New POT for text domain 'tune'.
  * New POT for text domain 'tftp-server'.
  * New POT for text domain 'sysconfig'.
  * New POT for text domain 'support'.
  * New POT for text domain 'sudo'.
  * New POT for text domain 'storage'.
  * New POT for text domain 'squid'.
  * New POT for text domain 'sound'.
  * New POT for text domain 'snapper'.
  * New POT for text domain 'slp-server'.
  * New POT for text domain 'services-manager'.
  * New POT for text domain 'security'.
  * New POT for text domain 'scanner'.
  * New POT for text domain 'samba-server'.
  * New POT for text domain 'samba-client'.
  * New POT for text domain 's390'.
  * New POT for text domain 'registration'.
  * New POT for text domain 'rear'.
  * New POT for text domain 'proxy'.
  * New POT for text domain 'printer'.
  * New POT for text domain 'pam'.
  * New POT for text domain 'packager'.
  * New POT for text domain 'online-update-configuration'.
  * New POT for text domain 'online-update'.
  * New POT for text domain 'oneclickinstall'.
  * New POT for text domain 'ntp-client'.
  * New POT for text domain 'nis_server'.
  * New POT for text domain 'nis'.
  * New POT for text domain 'nfs_server'.
  * New POT for text domain 'nfs'.
  * New POT for text domain 'network'.
  * New POT for text domain 'migration'.
  * New POT for text domain 'mail'.
  * New POT for text domain 'ldap-client'.
  * New POT for text domain 'ldap'.
  * New POT for text domain 'kdump'.
  * New POT for text domain 'journalctl'.
  * New POT for text domain 'journal'.
  * New POT for text domain 'isns'.
  * New POT for text domain 'iscsi-lio-server'.
  * New POT for text domain 'iscsi-client'.
  * New POT for text domain 'instserver'.
  * New POT for text domain 'installation'.
  * New POT for text domain 'http-server'.
  * New POT for text domain 'ftp-server'.
  * New POT for text domain 'firewall'.
  * New POT for text domain 'fcoe-client'.
  * New POT for text domain 'drbd'.
  * New POT for text domain 'docker'.
  * New POT for text domain 'dns-server'.
  * New POT for text domain 'dhcp-server'.
  * New POT for text domain 'crowbar'.
  * New POT for text domain 'country'.
  * New POT for text domain 'control'.
  * New POT for text domain 'configuration_management'.
  * New POT for text domain 'cluster'.
  * New POT for text domain 'cio'.
  * New POT for text domain 'caasp'.
  * New POT for text domain 'bootloader'.
  * New POT for text domain 'base'.
  * New POT for text domain 'autoinst'.
  * New POT for text domain 'authserver'.
  * New POT for text domain 'auth-client'.
  * New POT for text domain 'audit-laf'.
  * New POT for text domain 'apparmor'.
  * New POT for text domain 'alternatives'.
  * New POT for text domain 'add-on'.
  * Translated using Weblate (Slovak)
  * Translated using Weblate (Slovak)
  * Translated using Weblate (Catalan)
  * Translated using Weblate (Catalan)
  * Translated using Weblate (Dutch)
  * Translated using Weblate (Dutch)
  * Translated using Weblate (Catalan)
  * Translated using Weblate (Japanese)
  * Translated using Weblate (Japanese)
  * Translated using Weblate (Japanese)
  * product-check.sh: Proper indentation for bc095e9e0d
  * product-check.sh: Add new check More projects use the same RPMNAME
  * product-check.sh: Update sample configuration to SLE15 SP4 and Leap 15.4.
  * Add sap-installation-wizard to DOMAIN_MAP.
  * New POT for text domain 'wol'.
  * New POT for text domain 'vpn'.
  * New POT for text domain 'users'.
  * New POT for text domain 'update'.
  * New POT for text domain 'tune'.
  * New POT for text domain 'sysconfig'.
  * New POT for text domain 'support'.
  * New POT for text domain 'sudo'.
  * New POT for text domain 'storage'.
  * New POT for text domain 'squid'.
  * New POT for text domain 'sound'.
  * New POT for text domain 'snapper'.
  * New POT for text domain 'slp-server'.
  * New POT for text domain 'services-manager'.
  * New POT for text domain 'security'.
  * New POT for text domain 'scanner'.
  * New POT for text domain 'samba-server'.
  * New POT for text domain 'samba-client'.
  * New POT for text domain 's390'.
  * New POT for text domain 'rmt'.
  * New POT for text domain 'relocation-server'.
  * New POT for text domain 'reipl'.
  * New POT for text domain 'registration'.
  * New POT for text domain 'rdp'.
  * New POT for text domain 'proxy'.
  * New POT for text domain 'printer'.
  * New POT for text domain 'pam'.
  * New POT for text domain 'packager'.
  * New POT for text domain 'online-update'.
  * New POT for text domain 'ntp-client'.
  * New POT for text domain 'nis_server'.
  * New POT for text domain 'nis'.
  * New POT for text domain 'nfs_server'.
  * New POT for text domain 'nfs'.
  * New POT for text domain 'network'.
  * New POT for text domain 'multipath'.
  * New POT for text domain 'migration'.
  * New POT for text domain 'mail'.
  * New POT for text domain 'ldap-client'.
  * New POT for text domain 'ldap'.
  * New POT for text domain 'kdump'.
  * New POT for text domain 'journalctl'.
  * New POT for text domain 'isns'.
  * New POT for text domain 'iscsi-lio-server'.
  * New POT for text domain 'iscsi-client'.
  * New POT for text domain 'iplb'.
  * New POT for text domain 'instserver'.
  * New POT for text domain 'installation'.
  * New POT for text domain 'http-server'.
  * New POT for text domain 'geo-cluster'.
  * New POT for text domain 'ftp-server'.
  * New POT for text domain 'firewall'.
  * New POT for text domain 'fcoe-client'.
  * New POT for text domain 'drbd'.
  * New POT for text domain 'dns-server'.
  * New POT for text domain 'dhcp-server'.
  * New POT for text domain 'crowbar'.
  * New POT for text domain 'country'.
  * New POT for text domain 'control'.
  * New POT for text domain 'cluster'.
  * New POT for text domain 'bootloader'.
  * New POT for text domain 'base'.
  * New POT for text domain 'autoinst'.
  * New POT for text domain 'auth-client'.
  * New POT for text domain 'audit-laf'.
  * New POT for text domain 'apparmor'.
  * New POT for text domain 'add-on'.
  * Automatic update of wol.
  * Automatic update of vpn.
  * Automatic update of users.
  * Automatic update of update.
  * Automatic update of tune.
  * Automatic update of s390.
  * Automatic update of sysconfig.
  * Automatic update of support.
  * Automatic update of sudo.
  * Automatic update of storage.
  * Automatic update of squid.
  * Automatic update of sound.
  * Automatic update of snapper.
  * Automatic update of slp-server.
  * Automatic update of services-manager.
  * Automatic update of security.
  * Automatic update of scanner.
  * Automatic update of sap-installation-wizard.
  * Automatic update of samba-server.
  * Automatic update of samba-client.
  * Automatic update of rmt.
  * Automatic update of relocation-server.
  * Automatic update of reipl.
  * Automatic update of registration.
  * Automatic update of rdp.
  * Automatic update of proxy.
  * Automatic update of printer.
  * Automatic update of pam.
  * Automatic update of packager.
  * Automatic update of online-update.
  * Automatic update of ntp-client.
  * Automatic update of nis_server.
  * Automatic update of nis.
  * Automatic update of nfs_server.
  * Automatic update of nfs.
  * Automatic update of network.
  * Automatic update of multipath.
  * Automatic update of migration.
  * Automatic update of mail.
  * Automatic update of ldap-client.
  * Automatic update of ldap.
  * Automatic update of kdump.
  * Automatic update of journalctl.
  * Automatic update of isns.
  * Automatic update of iscsi-lio-server.
  * Automatic update of iscsi-client.
  * Automatic update of iplb.
  * Automatic update of instserver.
  * Automatic update of installation.
  * Automatic update of http-server.
  * Automatic update of geo-cluster.
  * Automatic update of ftp-server.
  * Automatic update of firewall.
  * Automatic update of fcoe-client.
  * Automatic update of drbd.
  * Automatic update of dns-server.
  * Automatic update of dhcp-server.
  * Automatic update of crowbar.
  * Automatic update of country.
  * Automatic update of control.
  * Automatic update of cluster.
  * Automatic update of bootloader.
  * Automatic update of base.
  * Automatic update of autoinst.
  * Automatic update of auth-client.
  * Automatic update of audit-laf.
  * Automatic update of apparmor.
  * Automatic update of add-on.
  * Translated using Weblate (Slovak)
  * Translated using Weblate (Catalan)
  * Translated using Weblate (Catalan)
  * Do not translate yast/y2status
  * Translated using Weblate (Japanese)
  * Translated using Weblate (Dutch)
  * Translated using Weblate (Japanese)
  * New POT for text domain 'wol'.
  * New POT for text domain 'vpn'.
  * New POT for text domain 'users'.
  * New POT for text domain 'update'.
  * New POT for text domain 'tune'.
  * New POT for text domain 'sysconfig'.
  * New POT for text domain 'support'.
  * New POT for text domain 'sudo'.
  * New POT for text domain 'storage'.
  * New POT for text domain 'squid'.
  * New POT for text domain 'sound'.
  * New POT for text domain 'snapper'.
  * New POT for text domain 'slp-server'.
  * New POT for text domain 'services-manager'.
  * New POT for text domain 'security'.
  * New POT for text domain 'scanner'.
  * New POT for text domain 'samba-server'.
  * New POT for text domain 'samba-client'.
  * New POT for text domain 's390'.
  * New POT for text domain 'rmt'.
  * New POT for text domain 'relocation-server'.
  * New POT for text domain 'reipl'.
  * New POT for text domain 'registration'.
  * New POT for text domain 'rdp'.
  * New POT for text domain 'proxy'.
  * New POT for text domain 'printer'.
  * New POT for text domain 'pam'.
  * New POT for text domain 'packager'.
  * New POT for text domain 'online-update'.
  * New POT for text domain 'ntp-client'.
  * New POT for text domain 'nis_server'.
  * New POT for text domain 'nis'.
  * New POT for text domain 'nfs_server'.
  * New POT for text domain 'nfs'.
  * New POT for text domain 'network'.
  * New POT for text domain 'multipath'.
  * New POT for text domain 'migration'.
  * New POT for text domain 'mail'.
  * New POT for text domain 'ldap-client'.
  * New POT for text domain 'ldap'.
  * New POT for text domain 'kdump'.
  * New POT for text domain 'journalctl'.
  * New POT for text domain 'isns'.
  * New POT for text domain 'iscsi-lio-server'.
  * New POT for text domain 'iscsi-client'.
  * New POT for text domain 'iplb'.
  * New POT for text domain 'instserver'.
  * New POT for text domain 'installation'.
  * New POT for text domain 'http-server'.
  * New POT for text domain 'geo-cluster'.
  * New POT for text domain 'ftp-server'.
  * New POT for text domain 'firewall'.
  * New POT for text domain 'fcoe-client'.
  * New POT for text domain 'drbd'.
  * New POT for text domain 'dns-server'.
  * New POT for text domain 'dhcp-server'.
  * New POT for text domain 'crowbar'.
  * New POT for text domain 'country'.
  * New POT for text domain 'control'.
  * New POT for text domain 'cluster'.
  * New POT for text domain 'bootloader'.
  * New POT for text domain 'base'.
  * New POT for text domain 'autoinst'.
  * New POT for text domain 'auth-client'.
  * New POT for text domain 'audit-laf'.
  * New POT for text domain 'apparmor'.
  * New POT for text domain 'add-on'.
  * Update DOMAIN_MAP
  * Automatic update of wol.
  * Automatic update of vpn.
  * Automatic update of users.
  * Automatic update of update.
  * Automatic update of tune.
  * Automatic update of s390.
  * Automatic update of sysconfig.
  * Automatic update of support.
  * Automatic update of sudo.
  * Automatic update of storage.
  * Automatic update of squid.
  * Automatic update of sound.
  * Automatic update of snapper.
  * Automatic update of slp-server.
  * Automatic update of services-manager.
  * Automatic update of security.
  * Automatic update of scanner.
  * Automatic update of samba-server.
  * Automatic update of samba-client.
  * Automatic update of rmt.
  * Automatic update of relocation-server.
  * Automatic update of reipl.
  * Automatic update of registration.
  * Automatic update of rdp.
  * Automatic update of qt-pkg.
  * Automatic update of qt.
  * Automatic update of proxy.
  * Automatic update of printer.
  * Automatic update of pam.
  * Automatic update of packager.
  * Automatic update of online-update.
  * Automatic update of ntp-client.
  * Automatic update of nis_server.
  * Automatic update of nis.
  * Automatic update of nfs_server.
  * Automatic update of nfs.
  * Automatic update of network.
  * Automatic update of ncurses-pkg.
  * Automatic update of ncurses.
  * Automatic update of multipath.
  * Automatic update of migration.
  * Automatic update of mail.
  * Automatic update of ldap-client.
  * Automatic update of ldap.
  * Automatic update of kdump.
  * Automatic update of journalctl.
  * Automatic update of isns.
  * Automatic update of iscsi-lio-server.
  * Automatic update of iscsi-client.
  * Automatic update of iplb.
  * Automatic update of instserver.
  * Automatic update of installation.
  * Automatic update of http-server.
  * Automatic update of geo-cluster.
  * Automatic update of ftp-server.
  * Automatic update of firstboot.
  * Automatic update of firewall.
  * Automatic update of fcoe-client.
  * Automatic update of drbd.
  * Automatic update of dns-server.
  * Automatic update of dhcp-server.
  * Automatic update of crowbar.
  * Automatic update of country.
  * Automatic update of control.
  * Automatic update of cluster.
  * Automatic update of bootloader.
  * Automatic update of base.
  * Automatic update of autoinst.
  * Automatic update of auth-client.
  * Automatic update of audit-laf.
  * Automatic update of apparmor.
  * Automatic update of add-on.