diff --git a/download b/download new file mode 100644 index 0000000000000000000000000000000000000000..5936fcfcbe48a6bc1a926d3e95dd4f5983877c13 --- /dev/null +++ b/download @@ -0,0 +1 @@ +950247568419096d6b0b934bb852ceb6 qatengine-0.6.10.tar.gz diff --git a/qatengine-0.6.7.tar.gz b/qatengine-0.6.7.tar.gz deleted file mode 100644 index 68f456d0deb75bf088fdadf66ee9e303f057fe96..0000000000000000000000000000000000000000 Binary files a/qatengine-0.6.7.tar.gz and /dev/null differ diff --git a/qatengine.spec b/qatengine.spec index 8932c586dbb39c33d014bb726109b1402bb2783f..6f2372cba40b72839ae052214070eed4e7c4ec74 100644 --- a/qatengine.spec +++ b/qatengine.spec @@ -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 - 0.6.10-1 +- Update to qatengine v0.6.10 (bz 1995565) + * Fri Aug 27 2021 Vladis Dronov - 0.6.7-1 - Update to qatengine v0.6.7 (bz 1920338)