import qatengine-0.6.10-1.el8

This commit is contained in:
CentOS Sources 2022-05-10 03:06:01 -04:00 committed by Stepan Oksanichenko
parent ea95831576
commit e56bd378f8
3 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
e5a083e99b6c29344c8d7309740682db917209e9 SOURCES/qatengine-0.6.7.tar.gz
508cdf00700465d57e04a09163a043d9447ef7c1 SOURCES/qatengine-0.6.10.tar.gz

View File

@ -4,7 +4,7 @@
%global enginesdir %(pkg-config --variable=enginesdir libcrypto)
Name: qatengine
Version: 0.6.7
Version: 0.6.10
Release: 1%{?dist}
Summary: Intel QuickAssist Technology (QAT) OpenSSL Engine
# Most of the source code is BSD, with the following exceptions:
@ -18,7 +18,7 @@ Source0: https://github.com/intel/%{githubname}/archive/v%{version}/%{nam
BuildRequires: gcc make pkg-config
BuildRequires: autoconf automake libtool
BuildRequires: openssl-devel >= 1.1.1
BuildRequires: qatlib-devel >= 20.10.0
BuildRequires: qatlib-devel >= 21.08.0
# https://bugzilla.redhat.com/show_bug.cgi?id=1909065
ExcludeArch: %{arm} aarch64 %{power64} s390x i686
@ -46,6 +46,9 @@ autoreconf -ivf
%exclude %{enginesdir}/qatengine.la
%changelog
* Mon Nov 15 2021 Vladis Dronov <vdronov@redhat.com> - 0.6.10-1
- Update to qatengine v0.6.10 (bz 1995565)
* Fri Aug 27 2021 Vladis Dronov <vdronov@redhat.com> - 0.6.7-1
- Update to qatengine v0.6.7 (bz 1920338)