diff --git a/beakerlib.spec b/beakerlib.spec index 0af823d..9bfd084 100644 --- a/beakerlib.spec +++ b/beakerlib.spec @@ -1,7 +1,7 @@ Name: beakerlib Summary: A shell-level integration testing library Version: 1.18 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 Group: Development/Libraries BuildArch: noarch @@ -24,7 +24,7 @@ Requires: dnf-utils Requires: (wget or curl) Suggests: wget Recommends: python3-lxml -Recommends: xmllint +Recommends: /usr/bin/xmllint Conflicts: beakerlib-redhat < 1-30 BuildRequires: /usr/bin/pod2man @@ -84,7 +84,7 @@ 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-2 +* Fri Apr 5 2019 Dalibor Pospisil - 1.18-3 - rebase to beakerlib-1.18 - support for dnf/dnf download - support direct systemctl call