Compare commits

...

1 Commits

Author SHA1 Message Date
Tomas Bzatek 9008b2eab7 nvme: HostID fixes for TP4126 2023-11-04 02:49:36 +00:00
3 changed files with 1406 additions and 1 deletions

1
.libblockdev.metadata Normal file
View File

@ -0,0 +1 @@
d32fce132c75d94ad9c033a636906d63027ffba5 libblockdev-2.28.tar.gz

File diff suppressed because it is too large Load Diff

View File

@ -129,7 +129,7 @@
Name: libblockdev
Version: 2.28
Release: 8%{?dist}
Release: 9%{?dist}
Summary: A library for low-level manipulation with block devices
License: LGPLv2+
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
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
Patch11: 0011-nvme_libblockdev-3.0.4_backport.patch
BuildRequires: make
BuildRequires: glib2-devel
@ -736,6 +737,7 @@ A meta-package that pulls all the libblockdev plugins as dependencies.
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%build
autoreconf -ivf
@ -1054,6 +1056,13 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%files plugins-all
%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
- lvm: Add a function to activate LVs in shared mode
Resolves: RHEL-14018