Release 8.2.7.3
Replace from_timer with timer_container_of Resolves: RHEL-140206 Signed-off-by: Chung Chung <cchung@redhat.com>
This commit is contained in:
parent
e2beebfbc2
commit
c239c86d60
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
||||
/kvdo-e58f053.tar.gz
|
||||
/kvdo-2ede754.tar.gz
|
||||
/kvdo-bc83d8b.tar.gz
|
||||
/kvdo-0a3cee3.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%global commit bc83d8b1b954eeeab83bbc85ce6d4dadf646a315
|
||||
%global gittag 8.2.6.3
|
||||
%global commit 0a3cee332908f1cd07e53ad737fde33e88826106
|
||||
%global gittag 8.2.7.3
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%define spec_release 185
|
||||
%define spec_release 186
|
||||
|
||||
%define kmod_name kvdo
|
||||
%define kmod_driver_version %{gittag}
|
||||
@ -15,7 +15,6 @@
|
||||
Source0: https://github.com/dm-vdo/%{kmod_name}/archive/%{commit}/%{kmod_name}-%{shortcommit}.tar.gz
|
||||
Patch0: add_lz4_dependency.patch
|
||||
Patch1: removed-logical-space-check-from-table-line.patch
|
||||
Patch2: fix_the_build.patch
|
||||
|
||||
%define findpat %( echo "%""P" )
|
||||
|
||||
@ -110,7 +109,6 @@ printf '%s\n' "${modules[@]}" | %{_sbindir}/weak-modules --dracut=/usr/bin/dracu
|
||||
%setup -n %{kmod_name}-%{commit}
|
||||
%patch 0 -p1
|
||||
%patch 1 -p1
|
||||
%patch 2 -p1
|
||||
%{nil}
|
||||
set -- *
|
||||
mkdir source
|
||||
@ -160,6 +158,10 @@ install -m 644 -D source/greylist.txt $RPM_BUILD_ROOT/usr/share/doc/kmod-%{kmod_
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Fri Jan 09 2026 - Chung Chung <cchung@redhat.com> - 8.2.7.3-186.el9
|
||||
- Replace from_timer with timer_container_of
|
||||
- Resolves: RHEL-140206
|
||||
|
||||
* Mon Dec 22 2025 - Chung Chung <cchung@redhat.com> - 8.2.5.10-185.el9
|
||||
- Rebuilt for latest kernel.
|
||||
- Resolves: RHEL-112497
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (kvdo-bc83d8b.tar.gz) = e111cef4c0db9084d91f835c638df32def09c9abe99e49a8238fd2b51b622b4b6940ceb8a15676750ff4b3d847b7c8a850fd8e2060c2896682e0b65fd2c06201
|
||||
SHA512 (kvdo-0a3cee3.tar.gz) = 0eb32c557ab4afed3fe5e37852fe7426e430e2333f79283b4cc7c0dde7adfce86b31cc10667be0ae13f355a0ac12239caed636f15435c1c538898f3c5b073443
|
||||
|
||||
Loading…
Reference in New Issue
Block a user