import kmod-kvdo-6.2.3.114-74.el8
This commit is contained in:
parent
124ed2bc55
commit
fa6f28fbcb
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/kvdo-c6e162c.tar.gz
|
||||
SOURCES/kvdo-d0f900d.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
caf0ac4037c3ecdd894a360b6745a0fe6e83c83c SOURCES/kvdo-c6e162c.tar.gz
|
||||
b7a5900f40a3829396f2d480e580ec8036085503 SOURCES/kvdo-d0f900d.tar.gz
|
||||
|
@ -1,12 +1,12 @@
|
||||
%global commit c6e162cf6fd69ed74818e029d2c7ef808e3d9fe1
|
||||
%global gittag 6.2.2.117
|
||||
%global commit d0f900d22d0133f2e99cb3aec2894261adb21c6a
|
||||
%global gittag 6.2.3.114
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%define spec_release 65
|
||||
%define spec_release 74
|
||||
|
||||
%define kmod_name kvdo
|
||||
%define kmod_driver_version %{gittag}
|
||||
%define kmod_rpm_release %{spec_release}
|
||||
%define kmod_kernel_version 4.18.0-187.el8
|
||||
%define kmod_kernel_version 4.18.0-228.el8
|
||||
%define kmod_headers_version %(rpm -qa kernel-devel | sed 's/^kernel-devel-//')
|
||||
%define kmod_kbuild_dir .
|
||||
%define kmod_dependencies %{nil}
|
||||
@ -44,11 +44,12 @@ ExcludeArch: s390
|
||||
%global kernel_source() /usr/src/kernels/%{kmod_headers_version}
|
||||
|
||||
%global _use_internal_dependency_generator 0
|
||||
Provides: kernel-modules = %{kmod_kernel_version}.%{_target_cpu}
|
||||
Provides: kmod-%{kmod_name} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Requires(post): %{_sbindir}/weak-modules
|
||||
Requires(postun): %{_sbindir}/weak-modules
|
||||
Requires: kernel >= %{kmod_kernel_version}
|
||||
Provides: kernel-modules = %{kmod_kernel_version}.%{_target_cpu}
|
||||
Provides: kmod-%{kmod_name} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Requires(post): %{_sbindir}/weak-modules
|
||||
Requires(postun): %{_sbindir}/weak-modules
|
||||
Requires: kernel >= %{kmod_kernel_version}
|
||||
Requires: kernel-core-uname-r >= %{kmod_kernel_version}
|
||||
|
||||
%if "%{kmod_build_dependencies}" != ""
|
||||
BuildRequires: %{kmod_build_dependencies}
|
||||
@ -164,6 +165,78 @@ 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
|
||||
|
||||
* Thu Jul 16 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.3.107-74
|
||||
- Updated dependencies to prevent installing kernel-rt incorrectly.
|
||||
- Resolves: rhbz#1811923
|
||||
- Bumped requirement for new 4.18 kernel
|
||||
- Relates: rhbz#1812069
|
||||
|
||||
* Fri Jun 19 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.3.107-73
|
||||
- Fixed a bug which can cause a soft lockup if users interrupt processes
|
||||
waiting on dm-setup commands.
|
||||
- Resolves: rhbz#1844651
|
||||
- Fixed a rare race which could cause a suspend of a VDO device to fail.
|
||||
- Resolves: rhbz#1847747
|
||||
|
||||
* Tue Jun 02 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.3.91-73
|
||||
- Removed unused UDS bio statistics.
|
||||
- Resolves: rhbz#1827762
|
||||
- Removed support for old kernels.
|
||||
- Resolves: rhbz#1827762
|
||||
- Fixed Coverity errors.
|
||||
- Resolves: rhbz#1827763
|
||||
- Improved the error message when slab journal locks overflow.
|
||||
- Resolves: rhbz#1827761
|
||||
- Fixed a bug which could result in VDO issuing I/O while suspended.
|
||||
- Resolves: rhbz#1824789
|
||||
- Fixed a rare double-enqueue bug in the recovery journal.
|
||||
- Resolves: rhbz#1824802
|
||||
- Modified VDO to not allocate an index if the VDO device is started
|
||||
with deduplication disabled.
|
||||
- Resolves: rhbz#1755448
|
||||
- Nodified VDO to not log spurious journal lock warnings when cleaning up
|
||||
write requests which failed due to the VDO going read-only.
|
||||
- Resolves: rhbz#1840455
|
||||
|
||||
* Mon Apr 27 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.2.117_8.3-73
|
||||
- Bumped NVR for new 4.18 kernel
|
||||
- Relates: rhbz#1812069
|
||||
|
||||
* Mon Apr 27 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.2.117_8.3-72
|
||||
- Bumped NVR for new 4.18 kernel
|
||||
- Relates: rhbz#1812069
|
||||
|
||||
* Fri Apr 17 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.2.117_8.3-71
|
||||
- Bumped NVR for new 4.18 kernel
|
||||
- Relates: rhbz#1812069
|
||||
|
||||
* Fri Apr 17 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.2.117_8.3-70
|
||||
- Bumped NVR for new 4.18 kernel
|
||||
- Relates: rhbz#1812069
|
||||
|
||||
* Wed Mar 25 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.2.117_8.3-69
|
||||
- Bumped NVR for new 4.18 kernel
|
||||
- Relates: rhbz#1812069
|
||||
|
||||
* Wed Mar 11 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.2.117-68
|
||||
- Bumped NVR for new 4.18 kernel
|
||||
- Relates: rhbz#1812069
|
||||
|
||||
* Tue Mar 10 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.2.117-67
|
||||
- Bumped NVR for new 4.18 kernel
|
||||
- Relates: rhbz#1812069
|
||||
|
||||
* Tue Mar 10 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.2.117-66
|
||||
- Bumped NVR for new 4.18 kernel
|
||||
- Relates: rhbz#1812069
|
||||
|
||||
* Sat Mar 07 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.2.117-65
|
||||
- Bumped NVR for new 4.18 kernel
|
||||
- Relates: rhbz#1764816
|
||||
|
Loading…
Reference in New Issue
Block a user