From ab91de1975bf21b7f4ac6edfbd0ee0fac41faefb Mon Sep 17 00:00:00 2001 From: Dalibor Pospisil Date: Jan 04 2017 16:19:03 +0000 Subject: update changelog and version --- diff --git a/beakerlib.spec b/beakerlib.spec index 3a89ea0..92e27fd 100644 --- a/beakerlib.spec +++ b/beakerlib.spec @@ -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 - 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 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 - 1.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild