From 38010e28ff405c6404bd7513ae2f20b81ac8f83e Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Sun, 17 May 2026 10:11:13 +0200 Subject: [PATCH] Bump release Related: RHEL-163450 --- sanlock.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sanlock.spec b/sanlock.spec index 098805a..c6731ad 100644 --- a/sanlock.spec +++ b/sanlock.spec @@ -1,6 +1,6 @@ Name: sanlock Version: 5.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A shared storage lock manager License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.0-or-later URL: https://codeberg.org/sanlock/sanlock @@ -136,6 +136,9 @@ developing applications that use %{name}. %{_libdir}/pkgconfig/libsanlock_client.pc %changelog +* Sun May 17 2026 Marian Csontos - 5.1.0-2 +- Bump release. + * Tue Apr 28 2026 Marian Csontos - 5.1.0-1 - new upstream release. - Add support for atomic leases using compare and write.