diff --git a/qatengine.spec b/qatengine.spec index 96426f2882e714988c221d00009fca027a93548a..15919ea87a6b87d1d6b01ec06b117016139e04df 100644 --- a/qatengine.spec +++ b/qatengine.spec @@ -10,8 +10,8 @@ License: BSD and OpenSSL URL: https://github.com/intel/%{githubname} Source0: https://github.com/intel/%{githubname}/archive/v%{version}/v%{version}.tar.gz -BuildRequires: gcc make pkg-config autoconf automake libtool openssl-devel >= 1.1.1 -BuildRequires: intel-ipp-crypto-mb-devel intel-ipsec-mb-devel intel-QAT20-devel +BuildRequires: gcc make pkg-config autoconf automake libtool openssl1.1-devel +BuildRequires: intel-ipp-crypto-mb-devel intel-ipsec-mb-devel intel-QAT20-devel udma-devel ExclusiveArch: x86_64 @@ -38,7 +38,6 @@ The %{name}-doc package contains documentation files for %{name}. %autosetup -n %{githubname}-%{version} -p1 %build -autoreconf -ivf %configure --with-qat_hw_dir=/usr/include/qat --enable-qat_sw %make_build @@ -48,7 +47,6 @@ autoreconf -ivf %files %license LICENSE* %{enginesdir}/%{name}.so -%attr(755, root, root) %{enginesdir}/qatengine.la %files doc %doc README.md docs* diff --git a/v1.2.0.tar.gz b/v1.2.0.tar.gz index 75b378083cb7ee035ed51d9f16cd97c73343bf6d..e592460765026190a3b9c247320a325d858be4ba 100644 Binary files a/v1.2.0.tar.gz and b/v1.2.0.tar.gz differ