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 Name: beakerlib
Summary: A shell-level integration testing library Summary: A shell-level integration testing library
Version: 1.18 Version: 1.18
Release: 11%{?dist} Release: 12%{?dist}
License: GPLv2 License: GPLv2
BuildArch: noarch BuildArch: noarch
URL: https://github.com/%{name} URL: https://github.com/%{name}
@ -20,6 +20,8 @@ Requires: gzip
Requires: util-linux Requires: util-linux
Requires: which Requires: which
Requires: dnf-utils Requires: dnf-utils
Requires: /usr/bin/bc
Requires: /usr/bin/time
Requires: (wget or curl) Requires: (wget or curl)
Suggests: wget Suggests: wget
Recommends: python3-lxml Recommends: python3-lxml
@ -90,7 +92,7 @@ Files for syntax highlighting BeakerLib tests in VIM editor
%{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim %{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim
%changelog %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 - optiomized CPU info gathering
- enhanced library search - enhanced library search
- added missing dependencies on /usr/bin/bc and /usr/bin/time - added missing dependencies on /usr/bin/bc and /usr/bin/time