From 97ec1c1db32cb059b292939701d293f627edbb9b Mon Sep 17 00:00:00 2001 From: Fiona Trahe Date: Fri, 6 Feb 2026 13:34:11 -0500 Subject: [PATCH] Align qatlib specfile with Fedora specfile Add missing pciutils dependency to service rpm and add riscv64 to excluded architectures. Signed-off-by: Fiona Trahe --- qatlib.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qatlib.spec.in b/qatlib.spec.in index ff7af28e..0b0d2ab3 100644 --- a/qatlib.spec.in +++ b/qatlib.spec.in @@ -14,7 +14,7 @@ Source0: https://github.com/intel/%{name}/archive/%{version}/%{name}-%{ BuildRequires: systemd gcc make autoconf autoconf-archive automake libtool systemd-devel openssl-devel zlib-devel nasm numactl-devel Recommends: qatlib-service # https://bugzilla.redhat.com/show_bug.cgi?id=1897661 -ExcludeArch: %{arm} aarch64 %{power64} s390x i686 +ExcludeArch: %{arm} aarch64 %{power64} s390x i686 riscv64 %description Intel QuickAssist Technology (Intel QAT) provides hardware acceleration @@ -46,6 +46,7 @@ This package contains sample applications that use the Intel QuickAssists APIs. %package service Summary: A daemon for qatlib resources management +Requires: pciutils Requires: %{name}%{?_isa} = %{version}-%{release} %{?systemd_requires}