|
|
93c627 |
# SPDX-License-Identifier: MIT
|
|
|
93c627 |
|
|
|
93c627 |
%global githubname QAT_Engine
|
|
|
93c627 |
%global enginesdir %(pkg-config --variable=enginesdir libcrypto)
|
|
|
93c627 |
|
|
|
93c627 |
Name: qatengine
|
|
|
8f3c8e |
Version: 0.6.7
|
|
|
8f3c8e |
Release: 1%{?dist}
|
|
|
93c627 |
Summary: Intel QuickAssist Technology (QAT) OpenSSL Engine
|
|
|
93c627 |
# Most of the source code is BSD, with the following exceptions:
|
|
|
93c627 |
# - e_qat.txt, e_qat_err.c, and e_qat_err.h are OpenSSL
|
|
|
93c627 |
# - qat/config/* are (BSD or GPLv2), but are not used during compilation
|
|
|
93c627 |
# - qat_contig_mem/* are GPLv2, but are not used during compilation
|
|
|
93c627 |
License: BSD and OpenSSL
|
|
|
93c627 |
URL: https://github.com/intel/%{githubname}
|
|
|
93c627 |
Source0: https://github.com/intel/%{githubname}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
93c627 |
|
|
|
93c627 |
BuildRequires: gcc make pkg-config
|
|
|
93c627 |
BuildRequires: autoconf automake libtool
|
|
|
93c627 |
BuildRequires: openssl-devel >= 1.1.1
|
|
|
93c627 |
BuildRequires: qatlib-devel >= 20.10.0
|
|
|
93c627 |
# https://bugzilla.redhat.com/show_bug.cgi?id=1909065
|
|
|
93c627 |
ExcludeArch: %{arm} aarch64 %{power64} s390x i686
|
|
|
93c627 |
|
|
|
93c627 |
%description
|
|
|
93c627 |
This package provides the Intel QuickAssist Technology OpenSSL Engine
|
|
|
93c627 |
(an OpenSSL Plug-In Engine) which provides cryptographic acceleration
|
|
|
93c627 |
for both hardware and optimized software using Intel QuickAssist Technology
|
|
|
93c627 |
enabled Intel platforms.
|
|
|
93c627 |
|
|
|
93c627 |
%prep
|
|
|
93c627 |
%autosetup -n %{githubname}-%{version}
|
|
|
93c627 |
|
|
|
93c627 |
%build
|
|
|
93c627 |
autoreconf -ivf
|
|
|
93c627 |
%configure
|
|
|
93c627 |
%make_build
|
|
|
93c627 |
|
|
|
93c627 |
%install
|
|
|
93c627 |
%make_install
|
|
|
93c627 |
|
|
|
93c627 |
%files
|
|
|
93c627 |
%license LICENSE*
|
|
|
8f3c8e |
%doc README.md docs*
|
|
|
93c627 |
%{enginesdir}/qatengine.so
|
|
|
93c627 |
%exclude %{enginesdir}/qatengine.la
|
|
|
93c627 |
|
|
|
93c627 |
%changelog
|
|
|
8f3c8e |
* Fri Aug 27 2021 Vladis Dronov <vdronov@redhat.com> - 0.6.7-1
|
|
|
8f3c8e |
- Update to qatengine v0.6.7 (bz 1920338)
|
|
|
8f3c8e |
|
|
|
8f3c8e |
* Tue Jun 8 2021 Vladis Dronov <vdronov@redhat.com> - 0.6.6-1
|
|
|
8f3c8e |
- Update to qatengine v0.6.6 (bz 1920338)
|
|
|
8f3c8e |
|
|
|
93c627 |
* Tue Feb 9 2021 Vladis Dronov <vdronov@redhat.com> - 0.6.3-3
|
|
|
93c627 |
- Add OSCI testing harness (bz 1924868)
|
|
|
93c627 |
|
|
|
93c627 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-2
|
|
|
93c627 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
93c627 |
|
|
|
93c627 |
* Mon Nov 30 2020 Yogaraj Alamenda <yogarajx.alamenda@intel.com> 0.6.3-1
|
|
|
93c627 |
- Update to qatengine v0.6.3
|
|
|
93c627 |
- Update License and library installation
|
|
|
93c627 |
|
|
|
93c627 |
* Wed Nov 18 2020 Dinesh Balakrishnan <dineshx.balakrishnan@intel.com> 0.6.2-1
|
|
|
93c627 |
- Update to qatengine v0.6.2
|
|
|
93c627 |
- Address review comments
|
|
|
93c627 |
|
|
|
93c627 |
* Tue Sep 08 2020 Dinesh Balakrishnan <dineshx.balakrishnan@intel.com> 0.6.1-1
|
|
|
93c627 |
- Initial version of rpm package
|