import qatengine-0.6.6-1.el8

This commit is contained in:
CentOS Sources 2021-06-12 04:20:27 +00:00 committed by Andrew Lukoshko
parent c4bb1d57cf
commit 7529619671
3 changed files with 8 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/qatengine-0.6.3.tar.gz SOURCES/qatengine-0.6.6.tar.gz

View File

@ -1 +1 @@
dfdf7df301778d1982b2ce7ea4121d09478700a6 SOURCES/qatengine-0.6.3.tar.gz 1b6d7de2e84e97ef4da6c24d8ea9854ff08a84da SOURCES/qatengine-0.6.6.tar.gz

View File

@ -4,8 +4,8 @@
%global enginesdir %(pkg-config --variable=enginesdir libcrypto) %global enginesdir %(pkg-config --variable=enginesdir libcrypto)
Name: qatengine Name: qatengine
Version: 0.6.3 Version: 0.6.6
Release: 3%{?dist} Release: 1%{?dist}
Summary: Intel QuickAssist Technology (QAT) OpenSSL Engine Summary: Intel QuickAssist Technology (QAT) OpenSSL Engine
# Most of the source code is BSD, with the following exceptions: # Most of the source code is BSD, with the following exceptions:
# - e_qat.txt, e_qat_err.c, and e_qat_err.h are OpenSSL # - e_qat.txt, e_qat_err.c, and e_qat_err.h are OpenSSL
@ -41,11 +41,14 @@ autoreconf -ivf
%files %files
%license LICENSE* %license LICENSE*
%doc README.md %doc README.md docs*
%{enginesdir}/qatengine.so %{enginesdir}/qatengine.so
%exclude %{enginesdir}/qatengine.la %exclude %{enginesdir}/qatengine.la
%changelog %changelog
* Tue Jun 8 2021 Vladis Dronov <vdronov@redhat.com> - 0.6.6-1
- Update to qatengine v0.6.6 (bz 1920338)
* Tue Feb 9 2021 Vladis Dronov <vdronov@redhat.com> - 0.6.3-3 * Tue Feb 9 2021 Vladis Dronov <vdronov@redhat.com> - 0.6.3-3
- Add OSCI testing harness (bz 1924868) - Add OSCI testing harness (bz 1924868)