import qatengine-0.6.15-2.el8

This commit is contained in:
CentOS Sources 2022-11-08 01:53:11 -05:00 committed by Stepan Oksanichenko
parent e56bd378f8
commit f2a2aa28fa
3 changed files with 16 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/qatengine-0.6.10.tar.gz
SOURCES/qatengine-0.6.15.tar.gz

View File

@ -1 +1 @@
508cdf00700465d57e04a09163a043d9447ef7c1 SOURCES/qatengine-0.6.10.tar.gz
ff2e525ac8b60af93222b4b13f9014011beb1728 SOURCES/qatengine-0.6.15.tar.gz

View File

@ -4,8 +4,8 @@
%global enginesdir %(pkg-config --variable=enginesdir libcrypto)
Name: qatengine
Version: 0.6.10
Release: 1%{?dist}
Version: 0.6.15
Release: 2%{?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
@ -46,6 +46,18 @@ autoreconf -ivf
%exclude %{enginesdir}/qatengine.la
%changelog
* Tue Sep 06 2022 Vladis Dronov <vdronov@redhat.com> - 0.6.15-2
- Rebuild due to soverion bump (bz 2048036)
* Mon Aug 29 2022 Vladis Dronov <vdronov@redhat.com> - 0.6.15-1
- Update to qatengine v0.6.15 (bz 2048036)
* Wed Aug 10 2022 Vladis Dronov <vdronov@redhat.com> - 0.6.14-2
- Rebuild due to soverion bump (bz 2048036)
* Fri Jul 22 2022 Vladis Dronov <vdronov@redhat.com> - 0.6.14-1
- Update to qatengine v0.6.14 (bz 2048036)
* Mon Nov 15 2021 Vladis Dronov <vdronov@redhat.com> - 0.6.10-1
- Update to qatengine v0.6.10 (bz 1995565)