import kmod-kvdo-6.2.4.26-77.el8

This commit is contained in:
CentOS Sources 2021-05-18 02:33:59 -04:00 committed by Andrew Lukoshko
parent fa6f28fbcb
commit 5323f4f325
3 changed files with 30 additions and 12 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/kvdo-d0f900d.tar.gz
SOURCES/kvdo-052080f.tar.gz

View File

@ -1 +1 @@
b7a5900f40a3829396f2d480e580ec8036085503 SOURCES/kvdo-d0f900d.tar.gz
90c155f726aed3d9c276f9dcd788abd38d878106 SOURCES/kvdo-052080f.tar.gz

View File

@ -1,12 +1,12 @@
%global commit d0f900d22d0133f2e99cb3aec2894261adb21c6a
%global gittag 6.2.3.114
%global commit 052080fd1a99376e91a042b8acfa06b732cb3c71
%global gittag 6.2.4.26
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%define spec_release 74
%define spec_release 77
%define kmod_name kvdo
%define kmod_driver_version %{gittag}
%define kmod_rpm_release %{spec_release}
%define kmod_kernel_version 4.18.0-228.el8
%define kmod_kernel_version 4.18.0-294.el8
%define kmod_headers_version %(rpm -qa kernel-devel | sed 's/^kernel-devel-//')
%define kmod_kbuild_dir .
%define kmod_dependencies %{nil}
@ -165,12 +165,30 @@ install -m 644 -D source/greylist.txt $RPM_BUILD_ROOT/usr/share/doc/kmod-%{kmod_
rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Jul 30 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.3.114-74
- Fixed an index bug which can cause vdo stop to hang on systems with many
cores.
- Resolves: rhbz#1791056
- Fixed a bug where VDO would ignore errors from empty flush bios.
- Resolves: rhbz#1858363
* Fri Mar 05 2021 - Andy Walsh <awalsh@redhat.com> - 6.2.4.26-77
- Bumped NVR for new 4.18 kernel
- Relates: rhbz#1894978
* Sat Nov 28 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.4.26-76
- Bumped NVR for new 4.18 kernel
- Relates: rhbz#1894978
* Thu Nov 05 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.4.26-75
- Bumped NVR for new 4.18 kernel
- Relates: rhbz#1894978
* Mon Nov 02 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.4.26-74
- Modified physical growth to validate the new VDO size against the size of
the underlying storage.
- Resolves: rhbz#1732922
- Fixed issues which prevented lvrename from working on lvm managed
VDO devices.
- Resolves: rhbz#1888419
* Thu Oct 01 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.4.14-74
- Fixed a bug which causes the UDS index to consume an excessive
number of CPU cycles when the VDO device is idle.
- Resolves: rhbz#1870660
* Thu Jul 16 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.3.107-74
- Updated dependencies to prevent installing kernel-rt incorrectly.