Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: query-watchdog: avoid issues on heap allocation failing #147

Merged
merged 3 commits into from
Mar 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
spec: convert license naming to SPDX
  • Loading branch information
wenningerk committed Feb 3, 2023
commit 0e4534ebdfe8d7a37beb0028e604e560a5674891
4 changes: 2 additions & 2 deletions sbd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

Name: sbd
Summary: Storage-based death
License: GPLv2+
License: GPL-2.0-or-later
Group: System Environment/Daemons
Version: 1.5.2
Release: 99.%{buildnum}.%{shortcommit}.%{modified}git%{?dist}
Expand Down Expand Up @@ -95,7 +95,7 @@ Available rpmbuild rebuild options:

%package tests
Summary: Storage-based death environment for regression tests
License: GPLv2+
License: GPL-2.0-or-later
Group: System Environment/Daemons

%description tests
Expand Down