Sat, 28 Sep 2024 06:35:13 CST | login

Information for build beakerlib-1.29.3-1.el9

ID27582
Package Namebeakerlib
Version1.29.3
Release1.el9
Epoch
Sourcebeakerlib-1.29.3-1.el9.src.rpm
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 bycirclekoji
State complete
Volume DEFAULT
StartedSat, 18 Nov 2023 15:33:48 CST
CompletedSat, 18 Nov 2023 15:35:05 CST
Taskbuild (dist-circle9, beakerlib-1.29.3-1.el9.src.rpm)
Extra{'source': {'original_url': 'beakerlib-1.29.3-1.el9.src.rpm'}}
Tags
dist-circle9
RPMs
src
beakerlib-1.29.3-1.el9.src.rpm (info) (download)
noarch
beakerlib-1.29.3-1.el9.noarch.rpm (info) (download)
beakerlib-vim-syntax-1.29.3-1.el9.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * 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 * 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 * Fri Jan 15 2021 Dalibor Pospisil <dapospis@redhat.com> - 1.22-1 - ability to parse fmf id references - ability the use simpler library name - library(foo), {url: '../foo.git', name: '/'}, meaming the library is n the root folder - ability put library even deeper in the tree - library(foo/path/to/the/library), {url: '../foo.git', name: '/path/to/the/library'} - rebased yash to 1.0 - and few more minor fixes * Tue Dec 08 2020 Dalibor Pospisil <dapospis@redhat.com> - 1.21-1 - Rebase to the laster upstream - better and more consistent search for libraries - ability to parse yaml files including main.fmf and metadata.yaml