diff --git a/beakerlib.spec b/beakerlib.spec index 3ee7f16..0af823d 100644 --- a/beakerlib.spec +++ b/beakerlib.spec @@ -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 - 1.18-1 +* Thu Apr 4 2019 Dalibor Pospisil - 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 +- LibraryDir variable pointing to the library directory for all imported libraries - fallback to curl if wget is not available - updated documentation