version 1.15
This commit is contained in:
parent
146ac00971
commit
71e4aeeb7a
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ beakerlib-1.3.tar.gz
|
|||||||
/beakerlib-1.11.tar.gz
|
/beakerlib-1.11.tar.gz
|
||||||
/beakerlib-1.12.tar.gz
|
/beakerlib-1.12.tar.gz
|
||||||
/beakerlib-1.13.tar.gz
|
/beakerlib-1.13.tar.gz
|
||||||
|
/beakerlib-1.15.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: beakerlib
|
Name: beakerlib
|
||||||
Summary: A shell-level integration testing library
|
Summary: A shell-level integration testing library
|
||||||
Version: 1.13
|
Version: 1.15
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -72,12 +72,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim
|
%{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jan 24 2017 Dalibor Pospisil <dapospis@redhat.com> - 1.13-1
|
* Tue Jan 24 2017 Dalibor Pospisil <dapospis@redhat.com> - 1.15-1
|
||||||
- added rlIsCentOS similar to rlIsRHEL, bz1214190
|
- added rlIsCentOS similar to rlIsRHEL, bz1214190
|
||||||
- added missing dependencies, bz1391969
|
- added missing dependencies, bz1391969
|
||||||
- make rlRun use internal variables with more unique name, bz1285804
|
- make rlRun use internal variables with more unique name, bz1285804
|
||||||
- fix rlRun exitcodes while using various switches, bz1303900
|
- fix rlRun exitcodes while using various switches, bz1303900
|
||||||
- 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
|
- rlFileRestore now better distinquish betwwen various errorneous situations, bz1370453
|
||||||
- rlService* won't be blocked be less(1) while systemctl redirection is in place, bz1383303
|
- rlService* won't be blocked be less(1) while systemctl redirection is in place, bz1383303
|
||||||
- variable <libPrefix>LibraryDir variable is created for all imported libraries, holding the path to the library source, bz1074487
|
- variable <libPrefix>LibraryDir variable is created for all imported libraries, holding the path to the library source, bz1074487
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (beakerlib-1.13.tar.gz) = e9b065891899e9527bf0f589a9646b2c13ef76c21847d0ca2c5ce081e1fa6c438da3ab2f4a6050ab152a654575cabde490698fb75338fa436e426b8ec3ae0de3
|
SHA512 (beakerlib-1.15.tar.gz) = 8d208142769ee87d184a889d51598a9246c51bdf8df1219437c464b4b6bc4dd513ce608c911c8f5c806b7c75f5cd4f778fb60d117b0ed8bd2e13a57856fec066
|
||||||
|
Loading…
Reference in New Issue
Block a user