public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/qatengine] rawhide: Update to v2.2.0.
@ 2026-07-14 16:57 Venkatesh J
  0 siblings, 0 replies; only message in thread
From: Venkatesh J @ 2026-07-14 16:57 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/qatengine
            Branch : rawhide
            Commit : 17222ee0c8da6dc7eddeb090c6db38bfada00973
            Author : Venkatesh J <venkatesh.j@intel.com>
            Date   : 2026-07-14T12:56:27-04:00
            Stats  : +20/-4 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/qatengine/c/17222ee0c8da6dc7eddeb090c6db38bfada00973?branch=rawhide

            Log:
            Update to v2.2.0.

Signed-off-by: Venkatesh J <venkatesh.j@intel.com>

---
diff --git a/qatengine.spec b/qatengine.spec
index d7c92de..4d1affa 100644
--- a/qatengine.spec
+++ b/qatengine.spec
@@ -2,6 +2,8 @@
 
 # Build as an OpenSSL provider instead of as an engine
 %bcond provider %[0%{?fedora} >= 41 || 0%{?rhel} >= 10]
+# Build as an engine (inverse of provider)
+%bcond engine %[!%{with provider}]
 # QAT_HW only acceleration for RHEL
 %bcond sw %{undefined rhel}
 
@@ -13,9 +15,13 @@
 %endif
 
 Name:           qatengine
-Version:        2.1.0
-Release:        2%{?dist}
+Version:        2.2.0
+Release:        1%{?dist}
+%if %{with provider}
+Summary:        Intel QuickAssist Technology (QAT) OpenSSL Provider
+%else
 Summary:        Intel QuickAssist Technology (QAT) OpenSSL Engine
+%endif
 
 # Most of the source code is BSD, with the following exceptions:
 # - qat.txt, qat_err.h & qat_err.c files are Apache License 2.0
@@ -39,17 +45,24 @@ BuildRequires:  intel-ipsec-mb-devel >= 2.0
 BuildRequires:  openssl
 
 %description
+%if %{with provider}
+This package provides the Intel QuickAssist Technology OpenSSL Provider
+(an OpenSSL Plug-In Provider) which provides cryptographic acceleration
+for both hardware and optimized software using Intel QuickAssist Technology
+enabled Intel platforms.
+%else
 This package provides the Intel QuickAssist Technology OpenSSL Engine
 (an OpenSSL Plug-In Engine) which provides cryptographic acceleration
 for both hardware and optimized software using Intel QuickAssist Technology
 enabled Intel platforms.
+%endif
 
 %prep
 %autosetup -n QAT_Engine-%{version}
 
 %build
 autoreconf -ivf
-%configure %{?with_sw:--enable-qat_sw} %{?with_provider:--enable-qat_provider}
+%configure %{?with_sw:--enable-qat_sw} %{?with_engine:--enable-qat_engine}
 %make_build
 
 %install
@@ -78,6 +91,9 @@ openssl engine -v %{name}
 %endif
 
 %changelog
+* Sat Jun 13 2026 Sharanakumar <sharanakumar@intel.com> - 2.2.0-1
+- Update to qatengine v2.2.0
+
 * Fri Jun 12 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 2.1.0-2
 - Rebuilt for openssl 4.0
 

diff --git a/sources b/sources
index cd9a18d..fded472 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (qatengine-2.1.0.tar.gz) = c7634153fdc2e89f4bbeea8ef614d72bea0681cddb9dd1afafa902eeb0fad9eb6e50f56dcef56c963c980bacef93ac650f7134cea5a212c6bf0774512ec039fe
+SHA512 (qatengine-2.2.0.tar.gz) = d21f805fc1f2dfbed2e00f4f0242a089ee9c1cebebc77ae8c11c8b513e339649ff8002088a7ab702a1002d5a055f423f470ff17ec3305ec3f5d94a9c0cbb1e14

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-14 16:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-14 16:57 [rpms/qatengine] rawhide: Update to v2.2.0 Venkatesh J

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox