-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for RHEL 8.10: kmods with spec and source code update
Signed-off-by: Akemi Yagi <[email protected]>
- Loading branch information
Showing
46 changed files
with
6,807 additions
and
543 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
%define kmod_name be2net | ||
|
||
# If kmod_kernel_version isn't defined on the rpmbuild line, define it here. | ||
%{!?kmod_kernel_version: %define kmod_kernel_version 4.18.0-513.5.1.el8_9} | ||
%{!?kmod_kernel_version: %define kmod_kernel_version 4.18.0-553.el8_10} | ||
|
||
%{!?dist: %define dist .el8} | ||
|
||
Name: kmod-%{kmod_name} | ||
Version: 12.0.0.0 | ||
Release: 13%{?dist} | ||
Release: 14%{?dist} | ||
Summary: %{kmod_name} kernel module(s) | ||
Group: System Environment/Kernel | ||
License: GPLv2 | ||
|
@@ -187,6 +187,10 @@ exit 0 | |
%doc /usr/share/doc/kmod-%{kmod_name}-%{version}/ | ||
|
||
%changelog | ||
* Wed May 22 2024 Akemi Yagi <[email protected]> - 12.0.0.0-14 | ||
- Rebuilt for RHEL 8.10 | ||
- Source code updated from RHEL kernel-4.18.0-553.el8_10 | ||
|
||
* Sun Nov 19 2023 Philip J Perry <[email protected]> - 12.0.0.0-13 | ||
- Rebuilt against el8.9 GA kernel-4.18.0-513.5.1.el8_9 | ||
- Source code from el8.9 GA kernel-4.18.0-513.5.1.el8_9 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
%define kmod_name floppy | ||
|
||
# If kmod_kernel_version isn't defined on the rpmbuild line, define it here. | ||
%{!?kmod_kernel_version: %define kmod_kernel_version 4.18.0-513.5.1.el8_9} | ||
%{!?kmod_kernel_version: %define kmod_kernel_version 4.18.0-553.el8_10} | ||
|
||
%{!?dist: %define dist .el8} | ||
|
||
Name: kmod-%{kmod_name} | ||
Version: 0.0 | ||
Release: 2%{?dist} | ||
Release: 3%{?dist} | ||
Summary: %{kmod_name} kernel module(s) | ||
Group: System Environment/Kernel | ||
License: GPLv2 | ||
|
@@ -187,6 +187,10 @@ exit 0 | |
%doc /usr/share/doc/kmod-%{kmod_name}-%{version}/ | ||
|
||
%changelog | ||
* Thu May 23 2024 Akemi Yagi <[email protected]> - 0.0-3 | ||
- Rebuilt for RHEL 8.10 | ||
- Source code updated from RHEL kernel-4.18.0-553.el8_10 | ||
|
||
* Sun Nov 19 2023 Tuan Hoang <[email protected]> - 0.0-2 | ||
- Rebuilt against RHEL 8.9 GA kernel | ||
- Source code from kernel-4.18.0-513.5.1.el8_9 | ||
|
Oops, something went wrong.