import kmod-kvdo-6.2.4.26-77.el8
This commit is contained in:
parent
fa6f28fbcb
commit
5323f4f325
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/kvdo-d0f900d.tar.gz
|
SOURCES/kvdo-052080f.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
b7a5900f40a3829396f2d480e580ec8036085503 SOURCES/kvdo-d0f900d.tar.gz
|
90c155f726aed3d9c276f9dcd788abd38d878106 SOURCES/kvdo-052080f.tar.gz
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
%global commit d0f900d22d0133f2e99cb3aec2894261adb21c6a
|
%global commit 052080fd1a99376e91a042b8acfa06b732cb3c71
|
||||||
%global gittag 6.2.3.114
|
%global gittag 6.2.4.26
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%define spec_release 74
|
%define spec_release 77
|
||||||
|
|
||||||
%define kmod_name kvdo
|
%define kmod_name kvdo
|
||||||
%define kmod_driver_version %{gittag}
|
%define kmod_driver_version %{gittag}
|
||||||
%define kmod_rpm_release %{spec_release}
|
%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_headers_version %(rpm -qa kernel-devel | sed 's/^kernel-devel-//')
|
||||||
%define kmod_kbuild_dir .
|
%define kmod_kbuild_dir .
|
||||||
%define kmod_dependencies %{nil}
|
%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
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jul 30 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.3.114-74
|
* Fri Mar 05 2021 - Andy Walsh <awalsh@redhat.com> - 6.2.4.26-77
|
||||||
- Fixed an index bug which can cause vdo stop to hang on systems with many
|
- Bumped NVR for new 4.18 kernel
|
||||||
cores.
|
- Relates: rhbz#1894978
|
||||||
- Resolves: rhbz#1791056
|
|
||||||
- Fixed a bug where VDO would ignore errors from empty flush bios.
|
* Sat Nov 28 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.4.26-76
|
||||||
- Resolves: rhbz#1858363
|
- 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
|
* Thu Jul 16 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.3.107-74
|
||||||
- Updated dependencies to prevent installing kernel-rt incorrectly.
|
- Updated dependencies to prevent installing kernel-rt incorrectly.
|
||||||
|
Loading…
Reference in New Issue
Block a user