From 35819d71d1adcda85b0496c47870245ef9d15669 Mon Sep 17 00:00:00 2001 From: Giovanni Cabiddu Date: Mon, 28 Nov 2022 15:14:31 +0000 Subject: [PATCH] qatlib.spec: remove the Provides: line The line `Provides: qatlib-service` is redundant since rpm builder records a package's own `Provides:` automatically. In addition it causes an rpm lint error. Remove it. Signed-off-by: Giovanni Cabiddu --- qatlib.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/qatlib.spec b/qatlib.spec index d3e673c..b68a7b2 100644 --- a/qatlib.spec +++ b/qatlib.spec @@ -48,7 +48,6 @@ This package contains sample applications that use the Intel QuickAssists APIs. %package service Summary: A daemon for qatlib resources management Requires: %{name}%{?_isa} = %{version}-%{release} -Provides: qatlib-service %{?systemd_requires} %description service