import qatengine-0.6.7-1.el8

This commit is contained in:
CentOS Sources 2021-11-09 04:58:15 -05:00 committed by Stepan Oksanichenko
parent f962609fbb
commit ea95831576
3 changed files with 11 additions and 5 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
dfdf7df301778d1982b2ce7ea4121d09478700a6 SOURCES/qatengine-0.6.3.tar.gz
e5a083e99b6c29344c8d7309740682db917209e9 SOURCES/qatengine-0.6.7.tar.gz

View File

@ -4,8 +4,8 @@
%global enginesdir %(pkg-config --variable=enginesdir libcrypto)
Name: qatengine
Version: 0.6.3
Release: 3%{?dist}
Version: 0.6.7
Release: 1%{?dist}
Summary: Intel QuickAssist Technology (QAT) OpenSSL Engine
# 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
@ -41,11 +41,17 @@ autoreconf -ivf
%files
%license LICENSE*
%doc README.md
%doc README.md docs*
%{enginesdir}/qatengine.so
%exclude %{enginesdir}/qatengine.la
%changelog
* Fri Aug 27 2021 Vladis Dronov <vdronov@redhat.com> - 0.6.7-1
- Update to qatengine v0.6.7 (bz 1920338)
* 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
- Add OSCI testing harness (bz 1924868)