This update fixes the following issues:
cobbler:
- Removes string replace for textmode fix (bsc#1134195)
py26-compat-salt:
- Avoid syntax error on yumpkg module running on Python 2.6 (bsc#1136250)
- Use ThreadPool from multiprocessing.pool to avoid leakins
when calculating FQDNs
- Fix usermod options for SLE11 (bsc#1117017)
- Do not report patches as installed on RHEL systems when not all
the related packages are installed (bsc#1128061)
- Do not include 'ordereddict' and 'singledispatch' on the thin
for Python 2.6 systems.
- Fix paths for py26-compat dependencies on SLE15 and newer
- Port optimization_order config parameter (bsc#1131423)
- Use special tornado and msgpack-python compat packages on sles15sp1
and greater in py26-compat-salt.conf (bsc#1131423)
- Add missing py26 thin dependencies
- Calculate the 'FQDNs' grains in parallel to avoid long blocking (bsc#1129079)
salt-netapi-client:
- Add workaround for Salt issue 52762
- Version 0.16.0
see https://github.com/SUSE/salt-netapi-client/releases/tag/v0.16.0
spacewalk-backend:
- Fix spacewalk-repo-sync for Ubuntu repositories in mirror case (bsc#1136029)
- Use new names in code for client tool packages which were renamed (bsc#1134876)
- Fix HTTP headers handling to avoid duplicated entries (bsc#1125090)
- Use suseLib.get_proxy to get the HTTP proxy configuration
properly on DEB repos (bsc#1133424)
spacewalk-certs-tools:
- Fix missing quotation in bootstrap script (bsc#1136423)
- Add new packages names to instructions for adding remote configuration
support for traditional clients
- Print error message instead of stacktrace for client_config_update.py
spacewalk-config:
- Fix config declaration for rhn.conf (bsc#1132197)
spacewalk-java:
- Remove the 'Returning' clause from the query as oracle doesn't support it (bsc#1135166)
- Use new names in code for client tool packages which were renamed (bsc#1134876)
- Handle the different retcodes that are being returned when salt module is not...