fixed requirements

This commit is contained in:
Dalibor Pospisil 2019-04-04 17:09:47 +02:00
parent 17a4217483
commit 70f6be4d8c

View File

@ -1,7 +1,7 @@
Name: beakerlib
Summary: A shell-level integration testing library
Version: 1.18
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2
Group: Development/Libraries
BuildArch: noarch
@ -14,7 +14,7 @@ Recommends: /usr/bin/python3
Recommends: /usr/bin/perl
Requires: grep
Requires: sed
Requires: net-tools
Requires: iproute
Requires: coreutils
Requires: tar
Requires: gzip
@ -84,16 +84,17 @@ Files for syntax highlighting BeakerLib tests in VIM editor
%{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim
%changelog
* Thu Apr 4 2019 Dalibor Pospisil <dapospis@redhat.com> - 1.18-1
* Thu Apr 4 2019 Dalibor Pospisil <dapospis@redhat.com> - 1.18-2
- rebase to beakerlib-1.18
- support for dnf/dnf download
- support direct systemctl call
- netstat replaced by ss
- ability to run without python (no journal.xml)
- better handling of reboots
- better handling of persistent data
- final report polishing
- better compatibility with old bash
- LibraryDir variable pointing to the library directory for all imported libraries
- <prefix>LibraryDir variable pointing to the library directory for all imported libraries
- fallback to curl if wget is not available
- updated documentation