Compare commits
2 Commits
4faa9cabd3
...
9008b2eab7
Author | SHA1 | Date | |
---|---|---|---|
|
9008b2eab7 | ||
|
bb32fd48e2 |
1395
0011-nvme_libblockdev-3.0.4_backport.patch
Normal file
1395
0011-nvme_libblockdev-3.0.4_backport.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -129,7 +129,7 @@
|
|||||||
|
|
||||||
Name: libblockdev
|
Name: libblockdev
|
||||||
Version: 2.28
|
Version: 2.28
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: A library for low-level manipulation with block devices
|
Summary: A library for low-level manipulation with block devices
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/storaged-project/libblockdev
|
URL: https://github.com/storaged-project/libblockdev
|
||||||
@ -145,6 +145,7 @@ Patch7: 0007-tests-Fix-test_swapon_pagesize-on-systems-with-64k-p.patch
|
|||||||
Patch8: 0008-part-Fix-segfault-when-adding-a-partition-too-big-fo.patch
|
Patch8: 0008-part-Fix-segfault-when-adding-a-partition-too-big-fo.patch
|
||||||
Patch9: 0009-Fix-issues-in-tests-when-running-in-FIPS-mode.patch
|
Patch9: 0009-Fix-issues-in-tests-when-running-in-FIPS-mode.patch
|
||||||
Patch10: 0010-lvm-Add-a-function-to-activate-LVs-in-shared-mode.patch
|
Patch10: 0010-lvm-Add-a-function-to-activate-LVs-in-shared-mode.patch
|
||||||
|
Patch11: 0011-nvme_libblockdev-3.0.4_backport.patch
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
@ -736,6 +737,7 @@ A meta-package that pulls all the libblockdev plugins as dependencies.
|
|||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
%patch9 -p1
|
%patch9 -p1
|
||||||
%patch10 -p1
|
%patch10 -p1
|
||||||
|
%patch11 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -ivf
|
autoreconf -ivf
|
||||||
@ -1054,6 +1056,13 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
|||||||
%files plugins-all
|
%files plugins-all
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 01 2023 Tomas Bzatek <tbzatek@redhat.com> - 2.28-9
|
||||||
|
- nvme: HostID fixes for TP4126
|
||||||
|
Resolves: RHEL-1375
|
||||||
|
- nvme: Stack smashing fixes
|
||||||
|
Resolves: RHEL-13127
|
||||||
|
Resolves: RHEL-8037
|
||||||
|
|
||||||
* Tue Oct 17 2023 Vojtech Trefny <vtrefny@redhat.com> - 2.28-8
|
* Tue Oct 17 2023 Vojtech Trefny <vtrefny@redhat.com> - 2.28-8
|
||||||
- lvm: Add a function to activate LVs in shared mode
|
- lvm: Add a function to activate LVs in shared mode
|
||||||
Resolves: RHEL-14018
|
Resolves: RHEL-14018
|
||||||
|
Loading…
Reference in New Issue
Block a user