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 <giovanni.cabiddu@intel.com>
This commit is contained in:
Giovanni Cabiddu 2022-11-28 15:14:31 +00:00 committed by Vladis Dronov
parent 7ad7932294
commit 35819d71d1

View File

@ -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