Wed, 27 Sep 2023 22:51:05 UTC | login

Information for build beakerlib-1.29.2-2.el9

ID24763
Package Namebeakerlib
Version1.29.2
Release2.el9
Epoch
Sourcegit+https://gitlab.com/redhat/centos-stream/rpms/beakerlib#0c3a5825b14800b426a6e4db40fa958d9364e896
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 bydapospis
State complete
Volume DEFAULT
StartedFri, 26 Aug 2022 13:44:26 UTC
CompletedFri, 26 Aug 2022 13:44:58 UTC
Taskbuild (c9s-candidate, /redhat/centos-stream/rpms/beakerlib:0c3a5825b14800b426a6e4db40fa958d9364e896)
Extra{'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/beakerlib#0c3a5825b14800b426a6e4db40fa958d9364e896'}}
Tags
c9s-build-tools
c9s-candidate
c9s-gate
RPMs
src
beakerlib-1.29.2-2.el9.src.rpm (info) (download)
noarch
beakerlib-1.29.2-2.el9.noarch.rpm (info) (download)
beakerlib-vim-syntax-1.29.2-2.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 Aug 25 2022 Dalibor Pospisil <dapospis@redhat.com> - 1.29.2-2 - improved performance and memory consumption of the fingerprint feature * Mon Aug 08 2022 Dalibor Pospisil <dapospis@redhat.com> - 1.29.1-2 - 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 * 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 * 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 * Thu Sep 10 2020 Dalibor Pospisil <dapospis@redhat.com> - 1.20-1 - Rebase to the latest upstream - improvements to libraries search - docs update - some optimizations - fixed pattern for mathing port or socket in rlWaitFor* - log colorizing on all screen* terminals - IFS fixes - Use /etc/os-release in rlGetDistro*() (#35) - support for curl 7.29.0 - prefer curl over wget - silence status of service in rlService{Start,Stop,Restore} functions (#… - TESTPACKAGE variable to force package name (#54)