version 1.13

This commit is contained in:
Dalibor Pospisil 2017-01-24 13:25:12 +01:00
parent faa2bcdcd4
commit e52ec5fdd9

View File

@ -1,6 +1,6 @@
Name: beakerlib
Summary: A shell-level integration testing library
Version: 1.12
Version: 1.13
Release: 1%{?dist}
License: GPLv2
Group: Development/Libraries
@ -72,7 +72,7 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim
%changelog
* Wed Jan 4 2017 Dalibor Pospisil <dapospis@redhat.com> - 1.12-1
* Tue Jan 24 2017 Dalibor Pospisil <dapospis@redhat.com> - 1.13-1
- added rlIsCentOS similar to rlIsRHEL, bz1214190
- added missing dependencies, bz1391969
- make rlRun use internal variables with more unique name, bz1285804
@ -80,7 +80,6 @@ rm -rf $RPM_BUILD_ROOT
- make sure the output of rlRun while using -s is completely written to the file, bz1361246
- rlFileRestore now better distinquish betwwen various errorneous situations, bz1370453
- rlService* won't be blocked be less(1) while systemctl redirection is in place, bz1383303
- rlWaitForSocket --close now waits for actuall closure, bz1388422
- variable <libPrefix>LibraryDir variable is created for all imported libraries, holding the path to the library source, bz1074487
- all logging messages are now printed to stderr, bz1171881
- wildcard %doc inclusion in spec, bz1206173