Bump release for October 2024 mass rebuild:

Resolves: RHEL-64018
This commit is contained in:
Troy Dawson 2024-10-29 08:40:08 -07:00
parent 5b67618c26
commit de1e1d2f17

View File

@ -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 <tdawson@redhat.com> - 3.1.0-9
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Wed Sep 25 2024 Vojtech Trefny <vtrefny@redhat.com> - 3.1.0-8
- nvme: Add bd_nvme_is_tech_avail to the API file
Resolves: RHEL-60061