From dbb12869d815158a307cb3d6a786a53668a5d1a4 Mon Sep 17 00:00:00 2001 From: Dalibor Pospisil Date: Jun 10 2020 18:32:45 +0000 Subject: release 1.18-12 added missing requirements --- diff --git a/beakerlib.spec b/beakerlib.spec index c42784a..e7f5791 100644 --- a/beakerlib.spec +++ b/beakerlib.spec @@ -1,7 +1,7 @@ Name: beakerlib Summary: A shell-level integration testing library Version: 1.18 -Release: 11%{?dist} +Release: 12%{?dist} License: GPLv2 BuildArch: noarch URL: https://github.com/%{name} @@ -20,6 +20,8 @@ Requires: gzip Requires: util-linux Requires: which Requires: dnf-utils +Requires: /usr/bin/bc +Requires: /usr/bin/time Requires: (wget or curl) Suggests: wget Recommends: python3-lxml @@ -90,7 +92,7 @@ Files for syntax highlighting BeakerLib tests in VIM editor %{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim %changelog -* Tue Jun 9 2020 Dalibor Pospisil - 1.18-11 +* Tue Jun 9 2020 Dalibor Pospisil - 1.18-12 - optiomized CPU info gathering - enhanced library search - added missing dependencies on /usr/bin/bc and /usr/bin/time