From de1e1d2f1763fa3e4d1d3c0708053e124c9ce40d Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:40:08 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- libblockdev.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libblockdev.spec b/libblockdev.spec index 68264e7..a5567f4 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -86,7 +86,7 @@ Name: libblockdev Version: 3.1.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A library for low-level manipulation with block devices License: LGPL-2.1-or-later URL: https://github.com/storaged-project/libblockdev @@ -956,6 +956,10 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Tue Oct 29 2024 Troy Dawson - 3.1.0-9 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Wed Sep 25 2024 Vojtech Trefny - 3.1.0-8 - nvme: Add bd_nvme_is_tech_avail to the API file Resolves: RHEL-60061