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