fixed xmllint requirement reference

This commit is contained in:
Dalibor Pospisil 2019-04-05 17:23:02 +02:00
parent 70f6be4d8c
commit c5e35e8383

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: 2%{?dist} Release: 3%{?dist}
License: GPLv2 License: GPLv2
Group: Development/Libraries Group: Development/Libraries
BuildArch: noarch BuildArch: noarch
@ -24,7 +24,7 @@ Requires: dnf-utils
Requires: (wget or curl) Requires: (wget or curl)
Suggests: wget Suggests: wget
Recommends: python3-lxml Recommends: python3-lxml
Recommends: xmllint Recommends: /usr/bin/xmllint
Conflicts: beakerlib-redhat < 1-30 Conflicts: beakerlib-redhat < 1-30
BuildRequires: /usr/bin/pod2man BuildRequires: /usr/bin/pod2man
@ -84,7 +84,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
* Thu Apr 4 2019 Dalibor Pospisil <dapospis@redhat.com> - 1.18-2 * Fri Apr 5 2019 Dalibor Pospisil <dapospis@redhat.com> - 1.18-3
- 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