import kmod-kvdo-6.2.4.26-76.el8
This commit is contained in:
parent
7633fc40f8
commit
26cdb3b4e0
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/kvdo-9171ccd.tar.gz
|
||||
SOURCES/kvdo-052080f.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
7c88f5ba6f2cd6e92b2bae8718b2661526f5a612 SOURCES/kvdo-9171ccd.tar.gz
|
||||
90c155f726aed3d9c276f9dcd788abd38d878106 SOURCES/kvdo-052080f.tar.gz
|
||||
|
@ -1,12 +1,12 @@
|
||||
%global commit 9171ccd22122e12294888e448ef8647c2ae46ccd
|
||||
%global gittag 6.2.3.107
|
||||
%global commit 052080fd1a99376e91a042b8acfa06b732cb3c71
|
||||
%global gittag 6.2.4.26
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%define spec_release 73
|
||||
%define spec_release 76
|
||||
|
||||
%define kmod_name kvdo
|
||||
%define kmod_driver_version %{gittag}
|
||||
%define kmod_rpm_release %{spec_release}
|
||||
%define kmod_kernel_version 4.18.0-216.el8
|
||||
%define kmod_kernel_version 4.18.0-255.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,33 @@ install -m 644 -D source/greylist.txt $RPM_BUILD_ROOT/usr/share/doc/kmod-%{kmod_
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* 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.
|
||||
- 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.
|
||||
|
Loading…
Reference in New Issue
Block a user