- Require shadow instead of old pwdutils (bsc#1130588)
- Conflict with tornado >= 5; for now we can only cope with Tornado 4.x (boo#1101780).
- Fix virt.full_info (bsc#1146382)
- virt.volume_infos: silence libvirt error message
- virt.volume_infos needs to ignore inactive pools
- Fix for various bugs in virt network and pool states
- Implement network.fqdns module function (bsc#1134860)
- Added:
* 2019.2.0-pr-54196-backport-173.patch
* virt.volume_infos-silence-libvirt-error-message-175.patch
* fix-virt.full_info-176.patch
* implement-network.fqdns-module-function-bsc-1134860-.patch
* virt.volume_infos-needs-to-ignore-inactive-pools-174.patch
- Restore default behaviour of pkg list return (bsc#1148714)
- Strip trailing "/" from repo.uri when comparing repos in apktpkg.mod_repo (bsc#1146192)
- Added:
* strip-trailing-from-repo.uri-when-comparing-repos-in.patch
* restore-default-behaviour-of-pkg-list-return.patch
- Use python3 to build package Salt for RHEL8
- Make python3 default for RHEL8
- Fix aptpkg systemd call (bsc#1143301)
- Added:
* fix-aptpkg-systemd-call-bsc-1143301.patch
- Move server_id deprecation warning to reduce log spamming (bsc#1135567) (bsc#1135732)
OBS-URL: https://build.opensuse.org/request/show/728977
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/salt?expand=0&rev=92
- Multiple fixes on cmdmod, chroot, freezer and zypperpkg needed for Yomi
cmdmod: fix runas and group in run_chroot
chroot: add missing sys directory
chroot: change variable name to root
chroot: fix bug in safe_kwargs iteration
freezer: do not fail in cache dir is present
freezer: clean freeze YAML profile on restore
zypperpkg: fix pkg.list_pkgs cache
- Added:
* accumulated-changes-required-for-yomi-165.patch
- Avoid traceback on http.query when there are errors with the requested URL (bsc#1128554)
- Added:
* avoid-traceback-when-http.query-request-cannot-be-pe.patch
- Salt python client get_full_returns seems return data from incorrect jid (bsc#1131114)
- Added:
* checking-for-jid-before-returning-data.patch
OBS-URL: https://build.opensuse.org/request/show/719814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/salt?expand=0&rev=91
- Fix zypper pkg.list_pkgs test expectation and dpkg mocking
- Added:
* fix-zypper-pkg.list_pkgs-expectation-and-dpkg-mockin.patch
- Set 'salt' group for files and directories created by
salt-standalone-formulas-configuration package
- Various fixes for virt module
- Fix virt.volume_infos raising an exception when there is only virtual machine on the minion.
- Fix virt.purge() on all non-KVM hypervisors. For instance on Xen, virt.purge would simply throw an exception about unsupported flag
- Building a libvirt pool starts it. When defining a new pool, we need to
let build start it or we will get libvirt errors.
- Fix handling of Virtual Machines with white space in their name.
- Added:
* virt.pool_running-fix-pool-start.patch
* virt-handle-whitespaces-in-vm-names.patch
* virt.volume_infos-fix-for-single-vm.patch
* try-except-undefineflags-as-this-operation-is-not-su.patch
- avoid batch.py exception when minion does not respond (bsc#1135507)
- Added:
* batch.py-avoid-exception-when-minion-does-not-respon.patch
- Preserve already defined DESTRUCTIVE_TESTS and EXPENSIVE_TESTS
env variables
- Added:
* preserve-already-defined-destructive_tests-and-expen.patch
- Do not break repo files with multiple line values on yumpkg (bsc#1135360)
- Added:
* do-not-break-repo-files-with-multiple-line-values-on.patch
OBS-URL: https://build.opensuse.org/request/show/709997
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/salt?expand=0&rev=87
- Include aliases in FQDNS grain (bsc#1121439)
- Fix issue preventing syndic to start
- Update year on spec copyright notice
- Added:
* fix-syndic-start-issue.patch
- Use ThreadPool from multiprocessing.pool to avoid leakings
when calculating FQDNs
- Do not report patches as installed on RHEL systems when not all
the related packages are installed (bsc#1128061)
- Added:
* use-threadpool-from-multiprocessing.pool-to-avoid-le.patch
* do-not-report-patches-as-installed-when-not-all-the-.patch
- Update to 2019.2.0 complete (FATE#327138, bsc#1133523)
- Fix batch/batch-async related issues
- Calculate FQDNs in parallel to avoid blockings (bsc#1129079)
- Incorporate virt.volume_info fixes (PR#131)
- Re-adds patch because of increased offset due to previous patch removal
- Removing patch to add root parameter to zypper module
- Fix for -t parameter in mount module
- Added:
* mount-fix-extra-t-parameter.patch
* add-batch_presence_ping_timeout-and-batch_presence_p.patch
* fix-async-batch-race-conditions.patch
* calculate-fqdns-in-parallel-to-avoid-blockings-bsc-1.patch
- Modified:
* don-t-call-zypper-with-more-than-one-no-refresh.patch
* add-virt.volume_infos-and-virt.volume_delete.patch
OBS-URL: https://build.opensuse.org/request/show/700350
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/salt?expand=0&rev=83
- Do not restrict the Python version to < 3.7
- Fix integration tests in state compiler (U#2068)
- Added:
* fix-issue-2068-test.patch
- Fix "pkg.list_pkgs" output when using "attr" to take the arch into account (bsc#1114029)
- Added:
* remove-arch-from-name-when-pkg.list_pkgs-is-called-w.patch
- Fix powerpc null server_id_arch (bsc#1117995)
- Added:
* return-the-expected-powerpc-os-arch-bsc-1117995.patch
- Fix module 'azure.storage' has no attribute '__version__'
(bsc#1121091)
- Added:
* azurefs-gracefully-handle-attributeerror.patch
- Add supportconfig module and states for minions and SaltSSH
- Added:
* add-supportconfig-module-for-remote-calls-and-saltss.patch
- Fix FIPS enabled RES clients (bsc#1099887)
- Added:
* retire-md5-checksum-for-pkg-mgmt-plugins.patch
- Add hold/unhold functions. Fix Debian repo "signed-by".
- Added:
* decide-if-the-source-should-be-actually-skipped.patch
OBS-URL: https://build.opensuse.org/request/show/666637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/salt?expand=0&rev=81
- Decode file contents for python2 (bsc#1103530)
- Check dmidecoder executable on each "smbios" call to avoid race condition (bsc#1101880)
- Fix pkg.upgrade reports when dealing with multiversion packages (bsc#1102265)
- Accounting for when files in an archive contain non-ascii characters (bsc#1099460)
- Fix deprecation warning (bsc#1095507)
- Fix (bsc#1065792)
- Fix (bsc#108758)
- Handle packages with multiple version properly with zypper (bsc#1096514)
- Fix file.get_diff regression in 2018.3 (bsc#1098394)
- Provide python version mismatch solutions (bsc#1072599)
- Fix file.managed binary file utf8 error (bsc#1098394)
- Prevent zypper from parsing repo configuration from not .repo files (bsc#1094055)
- Add environment variable to know if yum is invoked from Salt (bsc#1057635)
- Prevent deprecation warning with salt-ssh (bsc#1095507)
- Align SUSE salt-master.service 'LimitNOFILES' limit with upstream Salt
- Add 'other' attribute to GECOS fields to avoid inconsistencies with chfn
- Collect all versions of installed packages on SUSE and RHEL systems (bsc#1089526)
- Prepend current directory when path is just filename (bsc#1095942)
- Integration of MSI authentication for azurearm
- Adds fix for SUSE Expanded Support os grain detection
- Fixes 509x remote signing
- Fix for StringIO import in Python2
- Use Adler32 algorithm to compute string checksums (bsc#1102819)
- Only do reverse DNS lookup on IPs for salt-ssh (bsc#1104154)
- Add support for Python 3.7
- Fix license macro to build on SLE12SP2
- Decode file contents for python2 (bsc#1102013)
- Fix for sorting of multi-version packages (bsc#1097174 and bsc#1097413)
- Fix mine.get not returning data - workaround for #48020 (bsc#1100142)
OBS-URL: https://build.opensuse.org/request/show/636408
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/salt?expand=0&rev=80
- Prepend current directory when path is just filename (bsc#1095942)
- Integration of MSI authentication for azurearm
- Adds fix for SUSE Expanded Support os grain detection
- Fixes 509x remote signing
- Fix for StringIO import in Python2
- Use Adler32 algorithm to compute string checksums (bsc#1102819)
- Only do reverse DNS lookup on IPs for salt-ssh (bsc#1104154)
- Add support for Python 3.7
- Fix license macro to build on SLE12SP2
- Decode file contents for python2 (bsc#1102013)
- Fix for sorting of multi-version packages (bsc#1097174 and bsc#1097413)
- Fix mine.get not returning data - workaround for #48020 (bsc#1100142)
- Added:
* change-stringio-import-in-python2-to-import-the-clas.patch
* integration-of-msi-authentication-with-azurearm-clou.patch
* x509-fixes-for-remote-signing-106.patch
* fix-for-suse-expanded-support-detection.patch
* only-do-reverse-dns-lookup-on-ips-for-salt-ssh.patch
* prepend-current-directory-when-path-is-just-filename.patch
* add-support-for-python-3.7.patch
* decode-file-contents-for-python2-bsc-1102013.patch
* fix-mine.get-not-returning-data-workaround-for-48020.patch
* x509-fixes-111.patch
* use-adler32-algorithm-to-compute-string-checksums.patch
- Modified:
* fix-for-sorting-of-multi-version-packages-bsc-109717.patch
OBS-URL: https://build.opensuse.org/request/show/636187
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:saltstack/salt?expand=0&rev=129
- No more AWS EC2 rate limitations in salt-cloud (bsc#1088888)
- MySQL returner now also allows to use Unix sockets (bsc#1091371)
- Added:
* fix-for-ec2-rate-limit-failures.patch
* enable-passing-a-unix_socket-for-mysql-returners-bsc.patch
- Do not override jid on returners, only sending back to master (bsc#1092373)
- Fixes for salt-ssh:
- Option --extra-filerefs doesn't add all files to the state
archive
- Pillar completely overwritten (not merged) when doing
module.run + state.apply with pillar in kwargs
- Remove minion/thin/version if exists to force thin regeneration (bsc#1092161)
- Added:
* extra-filerefs-include-files-even-if-no-refs-in-stat.patch
* do-not-override-jid-on-returners-only-sending-back-t.patch
* option-to-merge-current-pillar-with-opts-pillar-duri.patch
OBS-URL: https://build.opensuse.org/request/show/609093
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:saltstack/salt?expand=0&rev=123