-
Mon Jul 08 2024 Packit <hello@packit.dev> - 1.31.1-1
- fixed variable dereference causing the rlFileSubmit to stick in endless loop
-
Wed Jul 03 2024 Packit <hello@packit.dev> - 1.31-1
- dnf5: use --srpm for srpm downloads instead of --source
-
Thu Oct 20 2022 Dalibor Pospisil <dapospis@redhat.com> - 1.29.3-1
- support for fmf_id nick attribute
-
Thu Aug 25 2022 Dalibor Pospisil <dapospis@redhat.com> - 1.29.2-1
- improved performance and memory consumption of the fingerprint feature
-
Tue Jul 19 2022 Dalibor Pospisil <dapospis@redhat.com> - 1.29.1-1
- rlImport: upwards traversal start in the current directory
- rlImport: support '.' to import lib.sh from the current directory
- rlImport: can handle libraries required by the fmf_id in different forms than (url, name)
also name-only. Also the path attribute is considered
- fingerprint: an asserts fingerprint and phases fingerprint is computed
it is printed as a message and it is also available in the TestResults file
- fixed a check for os-release file existence
- fixed LOG_LEVEL usage
- removed dependency on selinuxenabled
- fixed a few typos, thanks to jwakely@fedoraproject.org