| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to 1.0.4:
* Reverting requirements in base.txt to those of 1.0.1
- 1.0.3:
* Remove support for DSA
- 1.0.2:
* Updated requirements and actions
* Limit to Python 3.10, since that is the only version supported for
currently supported Salt onedir architecture
* Adjusted requirements versions for various dependencies
* Updated GitHub Actions for recent EOL of Python 3.7 and 3.8, using
Salt 3006.9 and 3007.1, also use of psutil.AccessDenied
- 1.0.1:
* Properly configure the SSHD server when FIPS is enabled/enforced
on a system (#179)
- Skip some tests failing with python > 3.11
- Add missing BuildRequires on importlib-metadata.
- Do not write non-deterministic .pyc files in tests
- Update to 1.0.0rc27:
* Remove "pytest-tempdir" dependecy as it is now integrated into
pytest-salt-factories.
* Several bug fixes and improvements
- Enable testsuite during package building.
- Fix unit test to work with SUSE/openSUSE Salt 3006.0 package.
- Added:
* fix_unit_tests.patch
- Clean up the SPEC file
- Upgrade to 1.1.0~rc21, required by Salt 3006
- Downgrade to 0.907.0
- Initial Package