Skip to content

Releases: beakerlib/beakerlib

beakerlib-1.30

07 Mar 17:46
Compare
Choose a tag to compare

What's Changed

  • prefer yum over direct download mechanism for the rpm downloads
  • a few code cleanups
  • fixed some typos
  • improved full fmf_id processing
  • changed installation prefix from / to /usr

New Contributors

Full Changelog: 1.29.3...1.30

beakerlib-1.29.3

20 Oct 08:54
Compare
Choose a tag to compare
  • support for fmf_id nick attribute

beakerlib-1.29.2

25 Aug 16:29
Compare
Choose a tag to compare
  • improved performance and memory consumption of the fingerprint feature

beakerlib-1.29.1

19 Jul 13:03
Compare
Choose a tag to compare
  • fixed a check for os-release file existence

beakerlib-1.29

19 Jul 13:03
Compare
Choose a tag to compare
  • 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 LOG_LEVEL usage
  • removed dependency on selinuxenabled
  • fixed a few typos, thanks to jwakely@fedoraproject.org

beakerlib-1.28

09 Nov 13:53
Compare
Choose a tag to compare
  • 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

beakerlib-1.27

25 Mar 15:09
Compare
Choose a tag to compare
  • rlCheckRequirements is now able to check also versioned requirements

beakerlib-1.26

09 Mar 13:59
Compare
Choose a tag to compare
  • fixed rlServiceDisable if called without rlServiceEnable beforehand
  • few internal fixes

beakerlib-1.25

08 Feb 23:11
Compare
Choose a tag to compare
  • rebased yash to version 1.2, fixes the backtick iterpretation
  • docs fixes, by Štěpán Němec snemec@redhat.com

beakerlib-1.24

30 Jan 20:29
Compare
Choose a tag to compare
  • rlImport --all imports only required libraries, not recommend
  • implemented chkconfig fallback to systemctl
  • fixed make test test suite execution