-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Yogaraj Alamenda <[email protected]>
- Loading branch information
1 parent
e6bc7d2
commit 378bfeb
Showing
4 changed files
with
13 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
%global enginesdir %(pkg-config --variable=enginesdir libcrypto) | ||
|
||
Name: qatengine | ||
Version: 0.6.4 | ||
Version: 0.6.5 | ||
Release: 1%{?dist} | ||
Summary: Intel QuickAssist Technology (QAT) OpenSSL Engine | ||
# Most of the source code is BSD, with the following exceptions: | ||
|
@@ -41,11 +41,18 @@ autoreconf -ivf | |
|
||
%files | ||
%license LICENSE* | ||
%doc README.md | ||
%doc README.md docs* | ||
%{enginesdir}/qatengine.so | ||
%exclude %{enginesdir}/qatengine.la | ||
|
||
%changelog | ||
* Thu Mar 18 2021 Yogaraj Alamenda <[email protected]> - 0.6.5-1 | ||
- Update to qatengine v0.6.5 | ||
- Update doc with additional docs | ||
|
||
* Wed Jan 27 2021 Fedora Release Engineering <[email protected]> - 0.6.4-2 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild | ||
|
||
* Fri Dec 11 2020 Yogaraj Alamenda <[email protected]> 0.6.4-1 | ||
- Update to qatengine v0.6.4 | ||
|
||
|