@@ -51,7 +51,7 @@ Name: sbd
5151Summary: Storage-based death
5252License: GPLv2+
5353Group: System Environment/Daemons
54- Version: 1.5.1
54+ Version: 1.5.2
5555Release: 99.%{buildnum }.%{shortcommit }.%{modified }git%{?dist }
5656Url: https://github.com/%{github_owner }/%{name }
5757Source0: https://github.com/%{github_owner }/%{name }/archive/%{longcommit }/%{name }-%{longcommit }.tar.gz
@@ -177,6 +177,34 @@ rm -rf %{buildroot}
177177%{_libdir }/libsbdtestbed*
178178
179179%changelog
180+ *
Thu Jan 5 2023 <[email protected] > - 1.5.2-99.0.8ec8e011.git 181+ - fail startup if pacemaker integration is disabled while
182+ SBD_SYNC_RESOURCE_STARTUP is conflicting (+ hint to overcome)
183+ - improve logs
184+ - when logging state of SBD_PACEMAKER tell it is just that as
185+ this might still be overridden via cmdline options
186+ - log a warning if SBD_PACEMAKER is overridden by -P or -PP option
187+ - do not warn about startup syncing with pacemaker integration disabled
188+ - when watchdog-device is busy give a hint on who is hogging it
189+ - improve build environment
190+ - have --with-runstatedir overrule --runstatedir
191+ - use new package name for pacemaker devel on opensuse
192+ - make config location configurable for man-page-creation
193+ - reverse alloc/de-alloc order to make gcc-12 static analysis happy
194+ - improve test environment
195+ - have image-files in /dev/shm to assure they are in memory and
196+ sbd opening the files with O_SYNC doesn't trigger unnecessary
197+ syncs on a heavily loaded test-machine
198+ fallback to /tmp if /dev/shm doesn't exist
199+ - wrapping away libaio and usage of device-mapper for block-device
200+ simulation can now be passed into make via
201+ SBD_USE_DM & SBD_TRANSLATE_AIO
202+ - have variables that configure test-environment be printed
203+ out prior to running tests
204+ - finally assure we clean environment when interrupted by a
205+ signal (bash should have done it with just setting EXIT handler -
206+ but avoiding bashism might come handy one day)
207+
180208*
Mon Nov 15 2021 <[email protected] > - 1.5.1-99.0.7bcdf695.git 181209- improve/fix cmdline handling
182210 - tell the actual watchdog device specified with -w
0 commit comments