Mon, 29 Apr 2024 01:42:02 UTC | login

Information for build beakerlib-1.29.3-2.fc38

ID236487
Package Namebeakerlib
Version1.29.3
Release2.fc38
Epoch
SummaryA shell-level integration testing library
DescriptionThe BeakerLib project means to provide a library of various helpers, which could be used when writing operating system level integration tests.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 11 Mar 2023 08:47:05 UTC
CompletedSat, 11 Mar 2023 08:47:05 UTC
Tags
f38
f39
f40
RPMs
src
beakerlib-1.29.3-2.fc38.src.rpm (info) (download)
noarch
beakerlib-1.29.3-2.fc38.noarch.rpm (info) (download)
beakerlib-vim-syntax-1.29.3-2.fc38.noarch.rpm (info) (download)
Changelog * Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.29.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * 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 * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.29.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * 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 * Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.28-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Nov 09 2021 Dalibor Pospisil <dapospis@redhat.com> - 1.28-1 - cleanup rlRun_LOG files at rlJournalEnd - close journal in rlDie - generate journal.xml at that moment - implemented functions rlIsOS, rlIsOSLike, rlIsOSVersion, and rlIsRHELLike - rlAssertRequired can now handle versioned dependencies - new functions rlCheckRerquired, rlCheckRecommended, and rlCheckDependencies * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.27-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Thu Mar 25 2021 Dalibor Pospisil <dapospis@redhat.com> - 1.27-1 - rlCheckRequirements is now able to check also versions requirements * Tue Mar 09 2021 Dalibor Pospisil <dapospis@redhat.com> - 1.26-1 - fixed rlServiceDisable if called without rlServiceEnable beforehand - few internal fixes * Tue Feb 09 2021 Dalibor Pospisil <dapospis@redhat.com> - 1.25-1 - rebased yash to version 1.2, fixes the backtick iterpretation - docs fixes, by Štěpán Němec <snemec@redhat.com> * Sat Jan 30 2021 Dalibor Pospisil <dapospis@redhat.com> - 1.24-1 - rlImport --all imports only required libraries, not recommend - implemented chkconfig fallback to systemctl - fixed `make test` test suite execution * Tue Jan 26 2021 Dalibor Pospisil <dapospis@redhat.com> - 1.23-1 - TestResults state indicator - profiling code - rebased yash to 1.1 - fixed rlAssertLesser - fixed failed library load name logging