-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version bump to v1.1.0 with README update.
Signed-off-by: Yogaraj Alamenda <[email protected]>
- Loading branch information
1 parent
e42d23e
commit cdfe393
Showing
5 changed files
with
12 additions
and
9 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
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
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 |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
%global enginesdir %(pkg-config --variable=enginesdir libcrypto) | ||
|
||
Name: qatengine | ||
Version: 1.0.0 | ||
Release: 2%{?dist} | ||
Version: 1.1.0 | ||
Release: 1%{?dist} | ||
Summary: Intel QuickAssist Technology (QAT) OpenSSL Engine | ||
|
||
# Most of the source code is BSD, with the following exceptions: | ||
|
@@ -70,6 +70,9 @@ openssl engine -v %{name} | |
%{enginesdir}/%{name}.so | ||
|
||
%changelog | ||
* Thu May 04 2023 Yogaraj Alamenda <[email protected]> - 1.1.0-1 | ||
- Update to qatengine v1.1.0 | ||
|
||
* Thu Apr 13 2023 Ali Erdinc Koroglu <[email protected]> - 1.0.0-2 | ||
- Enable QAT_HW & QAT SW Co-ex Acceleration for non RHEL distros | ||
|
||
|