import kmod-kvdo-6.2.5.72-81.el8

This commit is contained in:
CentOS Sources 2021-11-09 05:05:01 -05:00 committed by Stepan Oksanichenko
parent 5323f4f325
commit be296b4a9f
3 changed files with 61 additions and 8 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
90c155f726aed3d9c276f9dcd788abd38d878106 SOURCES/kvdo-052080f.tar.gz
73dc33caa8bffdc0d6703a236918ff939e06062a SOURCES/kvdo-0be1cd3.tar.gz

View File

@ -1,12 +1,12 @@
%global commit 052080fd1a99376e91a042b8acfa06b732cb3c71
%global gittag 6.2.4.26
%global commit 0be1cd33230fe5abf580319241a4cf5bfd630538
%global gittag 6.2.5.72
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%define spec_release 77
%define spec_release 81
%define kmod_name kvdo
%define kmod_driver_version %{gittag}
%define kmod_rpm_release %{spec_release}
%define kmod_kernel_version 4.18.0-294.el8
%define kmod_kernel_version 4.18.0-348.el8
%define kmod_headers_version %(rpm -qa kernel-devel | sed 's/^kernel-devel-//')
%define kmod_kbuild_dir .
%define kmod_dependencies %{nil}
@ -165,9 +165,62 @@ install -m 644 -D source/greylist.txt $RPM_BUILD_ROOT/usr/share/doc/kmod-%{kmod_
rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Mar 05 2021 - Andy Walsh <awalsh@redhat.com> - 6.2.4.26-77
* Mon Oct 04 2021 - Andy Walsh <awalsh@redhat.com> - 6.2.5.72-81
- Bumped NVR for new 4.18 kernel
- Relates: rhbz#1894978
- Related: rhbz#1939279
* Fri Aug 27 2021 - Andy Walsh <awalsh@redhat.com> - 6.2.5.72-80
- Bumped NVR for new 4.18 kernel
- Related: rhbz#1939279
* Tue Aug 10 2021 - Andy Walsh <awalsh@redhat.com> - 6.2.5.72-79
- Fixed a bug which could result in the UDS index issuing I/O while
suspended.
- Resolves: rhbz#1990180
* Thu Aug 05 2021 - Andy Walsh <awalsh@redhat.com> - 6.2.5.71-79
- Reduced context switches when a vdo is idle.
- Resolves: rhbz#1886738
* Thu Jul 22 2021 - Andy Walsh <awalsh@redhat.com> - 6.2.5.65-79
- Removed unneeded allocations from the previous fixes for rebuilding
a converted index.
- Resolves: rhbz#1966824
* Thu Jul 15 2021 - Andy Walsh <awalsh@redhat.com> - 6.2.5.62-79
- Fixed chapter computation for a converted sparse index.
- Resolves: rhbz#1965516
- Fixed invalidation of converted chapters.
- Resolves: rhbz#1966818
- Removed extraneous fields from the super block of a converted index.
- Resolves: rhbz#1965546
- Fixed calculation of the number of expiring chapters in a converted
index.
- Resolves: rhbz#1975546
- Fixed bugs rebuilding a converted index.
- Resolves: rhbz#1966824
* Mon Jun 21 2021 - Andy Walsh <awalsh@redhat.com> - 6.2.5.41-79
- Bumped NVR for new 4.18 kernel
- Relates: rhbz#1939279
* Tue Jun 01 2021 - Andy Walsh <awalsh@redhat.com> - 6.2.5.41-78
- Fixed bugs in reading the UDS index of a VDO volume which was converted
to LVM.
- Resolves: rhbz#1928284
* Thu May 20 2021 - Andy Walsh <awalsh@redhat.com> - 6.2.5.21-78
- Added support for VDO volumes which have been converted to LVM.
- Related: rhbz#1928284
* Thu May 13 2021 - Andy Walsh <awalsh@redhat.com> - 6.2.5.11-78
- Introduced new memory size parameter values for UDS indexes which have
been converted from vdo script management to LVM.
- Resolves: rhbz#1928284
* Tue Mar 16 2021 - Andy Walsh <awalsh@redhat.com> - 6.2.4.26-77.8_5
- Bumped NVR for new 4.18 kernel
- Relates: rhbz#1939279
* Sat Nov 28 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.4.26-76
- Bumped NVR for new 4.18 kernel