Compare commits

...

No commits in common. 'c9' and 'c8' have entirely different histories.
c9 ... c8

2
.gitignore vendored

@ -1 +1 @@
SOURCES/qatengine-1.6.0.tar.gz SOURCES/qatengine-1.0.0.tar.gz

@ -1 +1 @@
a92fcfe9ccfbf243fb606ed7699bb5b4c57da327 SOURCES/qatengine-1.6.0.tar.gz df3cdd04623a025f525ce0572894993d14737f23 SOURCES/qatengine-1.0.0.tar.gz

@ -1,35 +1,26 @@
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
# Define the directory where the OpenSSL engines are installed %global githubname QAT_Engine
%global enginesdir %(pkg-config --variable=enginesdir libcrypto) %global enginesdir %(pkg-config --variable=enginesdir libcrypto)
Name: qatengine Name: qatengine
Version: 1.6.0 Version: 1.0.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Intel QuickAssist Technology (QAT) OpenSSL Engine Summary: Intel QuickAssist Technology (QAT) OpenSSL Engine
# Most of the source code is BSD, with the following exceptions: # 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 # - e_qat.txt, e_qat_err.c, and e_qat_err.h are OpenSSL
# - qat/config/* are (BSD or GPLv2), but are not used during compilation # - qat/config/* are (BSD or GPLv2), but are not used during compilation
# - qat_contig_mem/* are GPLv2, but are not used during compilation # - qat_contig_mem/* are GPLv2, but are not used during compilation
License: BSD-3-Clause AND OpenSSL License: BSD and OpenSSL
URL: https://github.com/intel/QAT_Engine URL: https://github.com/intel/%{githubname}
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/intel/%{githubname}/archive/v%{version}/%{name}-%{version}.tar.gz
# https://bugzilla.redhat.com/show_bug.cgi?id=1909065
ExclusiveArch: x86_64
BuildRequires: autoconf BuildRequires: gcc make pkg-config
BuildRequires: automake BuildRequires: autoconf automake libtool
BuildRequires: gcc
BuildRequires: libtool
BuildRequires: openssl-devel >= 1.1.1 BuildRequires: openssl-devel >= 1.1.1
BuildRequires: qatlib-devel >= 23.02.0 BuildRequires: qatlib-devel >= 21.08.0
%if !0%{?rhel} # https://bugzilla.redhat.com/show_bug.cgi?id=1909065
BuildRequires: intel-ipp-crypto-mb-devel >= 1.0.6 ExcludeArch: %{arm} aarch64 %{power64} s390x i686
BuildRequires: intel-ipsec-mb-devel >= 1.3.0
BuildRequires: openssl
%endif
%description %description
This package provides the Intel QuickAssist Technology OpenSSL Engine This package provides the Intel QuickAssist Technology OpenSSL Engine
@ -38,80 +29,55 @@ for both hardware and optimized software using Intel QuickAssist Technology
enabled Intel platforms. enabled Intel platforms.
%prep %prep
%autosetup -n QAT_Engine-%{version} %autosetup -n %{githubname}-%{version}
%build %build
autoreconf -ivf autoreconf -ivf
%if !0%{?rhel}
# Enable QAT_HW & QAT_SW Co-existence acceleration
%configure --enable-qat_sw
%else
# QAT_HW only acceleration for RHEL
%configure %configure
%endif
%make_build %make_build
%install %install
%make_install %make_install
%if 0%{?rhel}
find %{buildroot} -name "*.la" -delete
%endif
%if !0%{?rhel}
%check
export OPENSSL_ENGINES=%{buildroot}%{enginesdir}
openssl engine -v %{name}
%endif
%files %files
%license LICENSE* %license LICENSE*
%doc README.md docs* %doc README.md docs*
%{enginesdir}/%{name}.so %{enginesdir}/qatengine.so
%exclude %{enginesdir}/qatengine.la
%changelog %changelog
* Fri Jun 14 2024 Vladis Dronov <vdronov@redhat.com> - 1.6.0-1
- Update to qatengine v1.6.0 (RHEL-41076)
* Mon Nov 20 2023 Vladis Dronov <vdronov@redhat.com> - 1.4.0-1
- Update to qatengine v1.4.0 (RHEL-15636)
- Enable QAT_HW & QAT SW Co-ex Acceleration for non RHEL distros
* Fri Mar 31 2023 Vladis Dronov <vdronov@redhat.com> - 1.0.0-1 * Fri Mar 31 2023 Vladis Dronov <vdronov@redhat.com> - 1.0.0-1
- Update to qatengine v1.0.0 (bz 2082432) - Update to qatengine v1.0.0 (bz 2176893)
* Tue Mar 07 2023 Vladis Dronov <vdronov@redhat.com> - 0.6.19-1 * Tue Mar 07 2023 Vladis Dronov <vdronov@redhat.com> - 0.6.19-1
- Update to qatengine v0.6.19 (bz 2082432) - Update to qatengine v0.6.19 (bz 2176893)
* Tue Sep 06 2022 Vladis Dronov <vdronov@redhat.com> - 0.6.15-2 * Tue Sep 06 2022 Vladis Dronov <vdronov@redhat.com> - 0.6.15-2
- Rebuild due to soverion bump (bz 2047717) - Rebuild due to soverion bump (bz 2048036)
* Mon Aug 29 2022 Vladis Dronov <vdronov@redhat.com> - 0.6.15-1 * Mon Aug 29 2022 Vladis Dronov <vdronov@redhat.com> - 0.6.15-1
- Update to qatengine v0.6.15 (bz 2047717) - Update to qatengine v0.6.15 (bz 2048036)
* Wed Aug 10 2022 Vladis Dronov <vdronov@redhat.com> - 0.6.14-2 * Wed Aug 10 2022 Vladis Dronov <vdronov@redhat.com> - 0.6.14-2
- Rebuild due to soverion bump (bz 2047717) - Rebuild due to soverion bump (bz 2048036)
* Fri Jul 22 2022 Vladis Dronov <vdronov@redhat.com> - 0.6.14-1 * Fri Jul 22 2022 Vladis Dronov <vdronov@redhat.com> - 0.6.14-1
- Update to qatengine v0.6.14 (bz 2047717) - Update to qatengine v0.6.14 (bz 2048036)
* Mon Nov 15 2021 Vladis Dronov <vdronov@redhat.com> - 0.6.10-1 * Mon Nov 15 2021 Vladis Dronov <vdronov@redhat.com> - 0.6.10-1
- Update to qatengine v0.6.10 (bz 2012945) - Update to qatengine v0.6.10 (bz 1995565)
- Add OSCI testing harness
* Wed Aug 18 2021 Vladis Dronov <vdronov@redhat.com> - 0.6.7-1 * Fri Aug 27 2021 Vladis Dronov <vdronov@redhat.com> - 0.6.7-1
- Update to qatengine v0.6.7 with openssl-3 support (bz 1874206, bz 1953498) - Update to qatengine v0.6.7 (bz 1920338)
- Add documentation files to a package
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.6.4-4 * Tue Jun 8 2021 Vladis Dronov <vdronov@redhat.com> - 0.6.6-1
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Update to qatengine v0.6.6 (bz 1920338)
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.6.4-3 * Tue Feb 9 2021 Vladis Dronov <vdronov@redhat.com> - 0.6.3-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - Add OSCI testing harness (bz 1924868)
* Fri Dec 11 2020 Yogaraj Alamenda <yogarajx.alamenda@intel.com> 0.6.4-1 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-2
- Update to qatengine v0.6.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Nov 30 2020 Yogaraj Alamenda <yogarajx.alamenda@intel.com> 0.6.3-1 * Mon Nov 30 2020 Yogaraj Alamenda <yogarajx.alamenda@intel.com> 0.6.3-1
- Update to qatengine v0.6.3 - Update to qatengine v0.6.3

Loading…
Cancel
Save