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 Name: beakerlib
Summary: A shell-level integration testing library Summary: A shell-level integration testing library
Version: 1.18 Version: 1.18
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2 License: GPLv2
Group: Development/Libraries Group: Development/Libraries
BuildArch: noarch BuildArch: noarch
@ -14,7 +14,7 @@ Recommends: /usr/bin/python3
Recommends: /usr/bin/perl Recommends: /usr/bin/perl
Requires: grep Requires: grep
Requires: sed Requires: sed
Requires: net-tools Requires: iproute
Requires: coreutils Requires: coreutils
Requires: tar Requires: tar
Requires: gzip Requires: gzip
@ -84,16 +84,17 @@ 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
* 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 - rebase to beakerlib-1.18
- support for dnf/dnf download - support for dnf/dnf download
- support direct systemctl call - support direct systemctl call
- netstat replaced by ss
- ability to run without python (no journal.xml) - ability to run without python (no journal.xml)
- better handling of reboots - better handling of reboots
- better handling of persistent data - better handling of persistent data
- final report polishing - final report polishing
- better compatibility with old bash - 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 - fallback to curl if wget is not available
- updated documentation - updated documentation