* 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:
parent
d9bae4f552
commit
362d692bfb
1011
udisks-2.11.0-mdraid-inhibit-locks.patch
Normal file
1011
udisks-2.11.0-mdraid-inhibit-locks.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -23,13 +23,15 @@
|
|||||||
Name: udisks2
|
Name: udisks2
|
||||||
Summary: Disk Manager
|
Summary: Disk Manager
|
||||||
Version: 2.10.90
|
Version: 2.10.90
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: https://github.com/storaged-project/udisks
|
URL: https://github.com/storaged-project/udisks
|
||||||
Source0: https://github.com/storaged-project/udisks/releases/download/udisks-%{version}/udisks-%{version}.tar.bz2
|
Source0: https://github.com/storaged-project/udisks/releases/download/udisks-%{version}/udisks-%{version}.tar.bz2
|
||||||
|
|
||||||
# https://issues.redhat.com/browse/RHEL-39935
|
# https://issues.redhat.com/browse/RHEL-39935
|
||||||
Patch0: udisks-2.11.0-lvm2-unused_device_detection-try_harder.patch
|
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: make
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
@ -337,6 +339,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 05 2024 Tomas Bzatek <tbzatek@redhat.com> - 2.10.90-4
|
||||||
- Rebase to upstream 2.10.90 (pre-)release
|
- Rebase to upstream 2.10.90 (pre-)release
|
||||||
- lvm2: Try opening for unused device detection harder (RHEL-39935)
|
- lvm2: Try opening for unused device detection harder (RHEL-39935)
|
||||||
|
Loading…
Reference in New Issue
Block a user