|
|
278e0a |
# SPDX-License-Identifier: MIT
|
|
|
278e0a |
|
|
|
278e0a |
%global githubname QAT_Engine
|
|
|
278e0a |
%global enginesdir %(pkg-config --variable=enginesdir libcrypto)
|
|
|
278e0a |
|
|
|
278e0a |
Name: qatengine
|
|
|
278e0a |
Version: 0.6.10
|
|
|
278e0a |
Release: 1%{?dist}
|
|
|
278e0a |
Summary: Intel QuickAssist Technology (QAT) OpenSSL Engine
|
|
|
278e0a |
# Most of the source code is BSD, with the following exceptions:
|
|
|
278e0a |
# - e_qat.txt, e_qat_err.c, and e_qat_err.h are OpenSSL
|
|
|
278e0a |
# - qat/config/* are (BSD or GPLv2), but are not used during compilation
|
|
|
278e0a |
# - qat_contig_mem/* are GPLv2, but are not used during compilation
|
|
|
278e0a |
License: BSD and OpenSSL
|
|
|
278e0a |
URL: https://github.com/intel/%{githubname}
|
|
|
278e0a |
Source0: https://github.com/intel/%{githubname}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
278e0a |
|
|
|
278e0a |
BuildRequires: gcc make pkg-config
|
|
|
278e0a |
BuildRequires: autoconf automake libtool
|
|
|
278e0a |
BuildRequires: openssl-devel >= 1.1.1
|
|
|
278e0a |
BuildRequires: qatlib-devel >= 21.08.0
|
|
|
278e0a |
# https://bugzilla.redhat.com/show_bug.cgi?id=1909065
|
|
|
278e0a |
ExcludeArch: %{arm} aarch64 %{power64} s390x i686
|
|
|
278e0a |
|
|
|
278e0a |
%description
|
|
|
278e0a |
This package provides the Intel QuickAssist Technology OpenSSL Engine
|
|
|
278e0a |
(an OpenSSL Plug-In Engine) which provides cryptographic acceleration
|
|
|
278e0a |
for both hardware and optimized software using Intel QuickAssist Technology
|
|
|
278e0a |
enabled Intel platforms.
|
|
|
278e0a |
|
|
|
278e0a |
%prep
|
|
|
278e0a |
%autosetup -n %{githubname}-%{version}
|
|
|
278e0a |
|
|
|
278e0a |
%build
|
|
|
278e0a |
autoreconf -ivf
|
|
|
278e0a |
%configure
|
|
|
278e0a |
%make_build
|
|
|
278e0a |
|
|
|
278e0a |
%install
|
|
|
278e0a |
%make_install
|
|
|
278e0a |
|
|
|
278e0a |
%files
|
|
|
278e0a |
%license LICENSE*
|
|
|
278e0a |
%doc README.md docs*
|
|
|
278e0a |
%{enginesdir}/qatengine.so
|
|
|
278e0a |
%exclude %{enginesdir}/qatengine.la
|
|
|
278e0a |
|
|
|
278e0a |
%changelog
|
|
|
278e0a |
* Mon Nov 15 2021 Vladis Dronov <vdronov@redhat.com> - 0.6.10-1
|
|
|
278e0a |
- Update to qatengine v0.6.10 (bz 2012945)
|
|
|
278e0a |
- Add OSCI testing harness
|
|
|
278e0a |
|
|
|
278e0a |
* Wed Aug 18 2021 Vladis Dronov <vdronov@redhat.com> - 0.6.7-1
|
|
|
278e0a |
- Update to qatengine v0.6.7 with openssl-3 support (bz 1874206, bz 1953498)
|
|
|
278e0a |
- Add documentation files to a package
|
|
|
278e0a |
|
|
|
278e0a |
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.6.4-4
|
|
|
278e0a |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
278e0a |
Related: rhbz#1991688
|
|
|
278e0a |
|
|
|
278e0a |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.6.4-3
|
|
|
278e0a |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
278e0a |
|
|
|
278e0a |
* Fri Dec 11 2020 Yogaraj Alamenda <yogarajx.alamenda@intel.com> 0.6.4-1
|
|
|
278e0a |
- Update to qatengine v0.6.4
|
|
|
278e0a |
|
|
|
278e0a |
* Mon Nov 30 2020 Yogaraj Alamenda <yogarajx.alamenda@intel.com> 0.6.3-1
|
|
|
278e0a |
- Update to qatengine v0.6.3
|
|
|
278e0a |
- Update License and library installation
|
|
|
278e0a |
|
|
|
278e0a |
* Wed Nov 18 2020 Dinesh Balakrishnan <dineshx.balakrishnan@intel.com> 0.6.2-1
|
|
|
278e0a |
- Update to qatengine v0.6.2
|
|
|
278e0a |
- Address review comments
|
|
|
278e0a |
|
|
|
278e0a |
* Tue Sep 08 2020 Dinesh Balakrishnan <dineshx.balakrishnan@intel.com> 0.6.1-1
|
|
|
278e0a |
- Initial version of rpm package
|