update changelog and version
This commit is contained in:
parent
f1abf2a80b
commit
ab91de1975
@ -1,7 +1,7 @@
|
||||
Name: beakerlib
|
||||
Summary: A shell-level integration testing library
|
||||
Version: 1.11
|
||||
Release: 2%{?dist}
|
||||
Version: 1.12
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: Development/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -72,6 +72,30 @@ 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
|
||||
- added rlIsCentOS similar to rlIsRHEL, bz1214190
|
||||
- added missing dependencies, bz1391969
|
||||
- make rlRun use internal variables with more unique name, bz1285804
|
||||
- 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
|
||||
- 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
|
||||
- prevent unbound variables, bz1228264
|
||||
- new functions rlServiceEnabled/rlServiceDisable for enabling/disabling services, bz1234804
|
||||
- updated documentation for rlImport -all, bz1246061
|
||||
- rlAssertNotEquals now accept empty argument, bz1303618
|
||||
- rlRun now uses better filename for output log, bz1314700
|
||||
- fixed cosmetic discrepancy in log output, bz1374256
|
||||
- added documentation reference for bkrdoc, bz843823
|
||||
- added documentation of the testwatcher feature, bz1218169
|
||||
- rlServiceRestore can restore all saved services in no parameter provided, bz494318
|
||||
- rlCheckMount take mount options (ro/rw) into consideration, bz1191627
|
||||
- added documentation for LOG_LEVEL variable, bz581816
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user