* Fri Jan 24 2025 Tomas Bzatek <tbzatek@redhat.com> - 2.10.90-5

- mdraid: Avoid acquiring system inhibit lock for external array operations (RHEL-74012)

Resolves: RHEL-74012
This commit is contained in:
Tomas Bzatek 2025-01-24 17:46:34 +01:00
parent d9bae4f552
commit 362d692bfb
2 changed files with 1017 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -23,13 +23,15 @@
Name: udisks2
Summary: Disk Manager
Version: 2.10.90
Release: 4%{?dist}
Release: 5%{?dist}
License: GPL-2.0-or-later
URL: https://github.com/storaged-project/udisks
Source0: https://github.com/storaged-project/udisks/releases/download/udisks-%{version}/udisks-%{version}.tar.bz2
# https://issues.redhat.com/browse/RHEL-39935
Patch0: udisks-2.11.0-lvm2-unused_device_detection-try_harder.patch
# https://issues.redhat.com/browse/RHEL-74012
Patch1: udisks-2.11.0-mdraid-inhibit-locks.patch
BuildRequires: make
BuildRequires: glib2-devel >= %{glib2_version}
@ -337,6 +339,9 @@ fi
%endif
%changelog
* Fri Jan 24 2025 Tomas Bzatek <tbzatek@redhat.com> - 2.10.90-5
- mdraid: Avoid acquiring system inhibit lock for external array operations (RHEL-74012)
* Tue Nov 05 2024 Tomas Bzatek <tbzatek@redhat.com> - 2.10.90-4
- Rebase to upstream 2.10.90 (pre-)release
- lvm2: Try opening for unused device detection harder (RHEL-39935)