From 9913d7cda3fa954831a8432f103e21a9cb55337a Mon Sep 17 00:00:00 2001 From: Dalibor Pospisil Date: Mon, 8 Aug 2022 18:18:52 +0200 Subject: [PATCH] release beakerlib-1.29.1-2 just a respin to bump the release Resolves: rhbz#2114826 --- beakerlib.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beakerlib.spec b/beakerlib.spec index 88a06fb..26484b9 100644 --- a/beakerlib.spec +++ b/beakerlib.spec @@ -1,7 +1,7 @@ Name: beakerlib Summary: A shell-level integration testing library Version: 1.29.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 BuildArch: noarch URL: https://github.com/%{name} @@ -129,7 +129,7 @@ Files for syntax highlighting BeakerLib tests in VIM editor %{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim %changelog -* Tue Jul 19 2022 Dalibor Pospisil - 1.29.1-1 +* Mon Aug 8 2022 Dalibor Pospisil - 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)