-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Rebased to upstream candidate. - Added support for vdo volumes which were created with the vdo script, but have been converted to be managed by LVM. - Fixed GCC implicit-fallthrough errors when building for latest kernel.
- Loading branch information
Showing
329 changed files
with
12,767 additions
and
12,914 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
%define spec_release 1 | ||
%define kmod_name kvdo | ||
%define kmod_driver_version 8.1.0.4 | ||
%define kmod_driver_version 8.1.0.264 | ||
%define kmod_rpm_release %{spec_release} | ||
%define kmod_kernel_version 3.10.0-693.el7 | ||
|
||
|
@@ -96,5 +96,10 @@ rm -rf $RPM_BUILD_ROOT | |
%{_usr}/src/%{kmod_name}-%{version} | ||
|
||
%changelog | ||
* Wed May 05 2021 - Red Hat VDO Team <[email protected]> - 8.1.0.4-1 | ||
- Added missing lz4 symbols required to build on RHEL9. | ||
* Wed Jul 28 2021 - Red Hat VDO Team <[email protected]> - 8.1.0.264-1 | ||
- Rebased to upstream candidate. | ||
- Added support for vdo volumes which were created with the vdo script, but | ||
have been converted to be managed by LVM. | ||
- Fixed GCC implicit-fallthrough errors when building for latest kernel. | ||
|
||
|
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 was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.