Sun, 28 Apr 2024 19:29:06 UTC | login

Information for build beakerlib-1.17-19.fc29

ID74582
Package Namebeakerlib
Version1.17
Release19.fc29
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, 24 Nov 2018 04:03:19 UTC
CompletedSat, 24 Nov 2018 04:03:19 UTC
Tags
f29
f30
RPMs
src
beakerlib-1.17-19.fc29.src.rpm (info) (download)
noarch
beakerlib-1.17-19.fc29.noarch.rpm (info) (download)
beakerlib-vim-syntax-1.17-19.fc29.noarch.rpm (info) (download)
Changelog * Thu Oct 25 2018 Dalibor Pospisil <dapospis@redhat.com> - 1.17-19 - fixed meta file generation - follow url redirection when using curl - fixed checking for python interpreter - weak dependency on python3 - handling of missing python - fixed srpm fetching - fallback to curl if wget is not available - changed requirements structure * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.17-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Jun 25 2018 Dalibor Pospisil <dapospis@redhat.com> - 1.17-15 - migrated to python3 - weak dependency of python3-lxml - without this the journal.xml just will not be generated * Sat Feb 24 2018 Dalibor Pospisil <dapospis@redhat.com> - 1.17-13 - rlRun -s now waits for output logs to be flushed, bz1361246 + bz1416796 * Wed Feb 14 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.17-12 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.17-11 - Escape macros in %changelog * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.17-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Feb 03 2018 Dalibor Pospisil <dapospis@redhat.com> - 1.17-9 - support rxvt terminal colors - fixed persistent data load for bash version <= 4.1.2 - moved printing of final summray to rlJournalEnd - extended coloring capabilities - unified footer format * Fri Jan 26 2018 Dalibor Pospisil <dapospis@redhat.com> - 1.17-7 - phase name sanitization (remove all weird characters) - allow debug message to to only to console (speeds execution up in debug) - allow to reboot inside of phase and continue there - fixed persistent data loading * Mon Dec 18 2017 Dalibor Pospisil <dapospis@redhat.com> - 1.17-6 - added missing dependecy * Wed Dec 13 2017 Dalibor Pospisil <dapospis@redhat.com> - 1.17-5 - result file tweaks - fixed ifs issue - improved performance of journaling.py - fixed computing the length of text text journal per phase - use internal test name and do not touch TEST variable if empty - omit human readable meta file comments in non-debug mode - enable nested phases by default * Fri Oct 20 2017 Dalibor Pospisil <dapospis@redhat.com> - 1.17-4 - updated dependecies set * Wed Oct 18 2017 Dalibor Pospisil <dapospis@redhat.com> - 1.17-2 - completely reworked getting rpms - bstor.py rewritten in pure bash - some doc fixes - completely rewritten journal - extended test suite - support for XSL transformation of journal.xml - provided xunit.xsl - libraries are now searched also in /usr/share/beakerlib-libraries * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed May 17 2017 Dalibor Pospisil <dapospis@redhat.com> - 1.16-3 - reworked rpm download function and fallbacks, bz1448510 - added links to bugzilla * Fri Apr 21 2017 Dalibor Pospisil <dapospis@redhat.com> - 1.16-1 - added missing dependency - updated links to beakerlib's new home, bz1436810 - added rlAssertLesser and rlAssertLesserOrEqual, bz1423488 - added rpm-handling functions rlFetchSrcForInstalled, rlRpmDownload, and rlRpmInstall * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Jan 26 2017 Dalibor Pospisil <dapospis@redhat.com> - 1.15-1 - added rlIsCentOS similar to rlIsRHEL, bz1214190 - added missing dependencies, bz1391969 - make rlRun use internal variables with more unique name, bz1285804 - fix rlRun exitcodes while using various switches, bz1303900 - rlFileRestore now better distinquish betwwen various errorneous situations, bz1370453 - rlService* won't be blocked be less(1) while systemctl redirection is in place, bz1383303 - variable <libPrefix>LibraryDir variable is created for all imported libraries, holding the path to the library source, bz1074487 - all logging messages are now printed to stderr, bz1171881 - wildcard %doc inclusion in spec, bz1206173 - prevent unbound variables, bz1228264 - new functions rlServiceEnabled/rlServiceDisable for enabling/disabling services, bz1234804 - updated documentation for rlImport -all, bz1246061 - rlAssertNotEquals now accept empty argument, bz1303618 - rlRun now uses better filename for output log, bz1314700 - fixed cosmetic discrepancy in log output, bz1374256 - added documentation reference for bkrdoc, bz843823 - added documentation of the testwatcher feature, bz1218169 - rlServiceRestore can restore all saved services in no parameter provided, bz494318 - rlCheckMount take mount options (ro/rw) into consideration, bz1191627 - added documentation for LOG_LEVEL variable, bz581816