release 1.18-12

added missing requirements
This commit is contained in:
Dalibor Pospisil 2020-06-10 20:32:45 +02:00
parent f3966118a0
commit dbb12869d8

View File

@ -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 <dapospis@redhat.com> - 1.18-11
* Tue Jun 9 2020 Dalibor Pospisil <dapospis@redhat.com> - 1.18-12
- optiomized CPU info gathering
- enhanced library search
- added missing dependencies on /usr/bin/bc and /usr/bin/time