release 1.17-6: added requirement
This commit is contained in:
parent
2616528b84
commit
e2f27f4890
@ -1,7 +1,7 @@
|
||||
Name: beakerlib
|
||||
Summary: A shell-level integration testing library
|
||||
Version: 1.17
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: GPLv2
|
||||
Group: Development/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -19,6 +19,7 @@ Requires: tar
|
||||
Requires: gzip
|
||||
Requires: util-linux
|
||||
Requires: which
|
||||
Requires: wget
|
||||
Requires: python-lxml
|
||||
Conflicts: beakerlib-redhat < 1-30
|
||||
|
||||
@ -95,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim
|
||||
|
||||
%changelog
|
||||
* Mon Dec 18 2017 Dalibor Pospisil <dapospis@redhat.com> - 1.17-6
|
||||
- added missing dependecy
|
||||
|
||||
* Wed Dec 13 2017 Dalibor Pospisil <dapospis@redhat.com> - 1.17-5
|
||||
- result file tweaks
|
||||
- fixed ifs issue
|
||||
|
Loading…
Reference in New Issue
Block a user