|
15 | 15 |
|
16 | 16 | # Please submit bugfixes or comments via http://bugs.opensuse.org/
|
17 | 17 | #
|
18 |
| -%global longcommit 2a00ac70f7200ed238a5bc73392e6a59a06fe904 |
| 18 | +%global longcommit 7bcdf69597042c31ea0b4a523e732d4bbb99b3a0 |
19 | 19 | %global shortcommit %(echo %{longcommit}|cut -c1-8)
|
20 | 20 | %global modified %(echo %{longcommit}-|cut -f2 -d-)
|
21 | 21 | %global github_owner Clusterlabs
|
@@ -51,7 +51,7 @@ Name: sbd
|
51 | 51 | Summary: Storage-based death
|
52 | 52 | License: GPLv2+
|
53 | 53 | Group: System Environment/Daemons
|
54 |
| -Version: 1.5.0 |
| 54 | +Version: 1.5.1 |
55 | 55 | Release: 99.%{buildnum}.%{shortcommit}.%{modified}git%{?dist}
|
56 | 56 | Url: https://github.com/%{github_owner}/%{name}
|
57 | 57 | Source0: https://github.com/%{github_owner}/%{name}/archive/%{longcommit}/%{name}-%{longcommit}.tar.gz
|
@@ -173,6 +173,23 @@ rm -rf %{buildroot}
|
173 | 173 | %{_libdir}/libsbdtestbed*
|
174 | 174 |
|
175 | 175 | %changelog
|
| 176 | +* Mon Nov 15 2021 <[email protected]> - 1.5.1-99.0.7bcdf695.git |
| 177 | +- improve/fix cmdline handling |
| 178 | + - tell the actual watchdog device specified with -w |
| 179 | + - tolerate and strip any leading spaces of commandline option values |
| 180 | + - Sanitize numeric arguments |
| 181 | +- if start-delay enabled, not explicitly given and msgwait can't be |
| 182 | + read from disk (diskless) use 2 * watchdog-timeout |
| 183 | +- avoid using deprecated valloc for disk-io-buffers |
| 184 | +- avoid frequent alloc/free of aligned buffers to prevent fragmentation |
| 185 | +- fix memory-leak in one-time-allocations of sector-buffers |
| 186 | +- fix AIO-API usage: properly destroy io-context |
| 187 | +- improve/fix build environment |
| 188 | + - validate configure options for paths |
| 189 | + - remove unneeded complexity of configure.ac hierarchy |
| 190 | + - correctly derive package version from git (regression since 1.5.0) |
| 191 | + - make runstatedir configurable and derive from distribution |
| 192 | + |
176 | 193 | * Tue Jun 8 2021 <[email protected]> - 1.5.0-99.0.2a00ac70.git
|
177 | 194 | - default to resource-syncing with pacemaker in spec-file and configure.ac
|
178 | 195 | This default has to match between sbd and pacemaker and
|
|
0 commit comments