From 66785f3d6a54af98fc87a195cd6104a3234b54d9 Mon Sep 17 00:00:00 2001 From: SuperSix173 Date: Fri, 2 Feb 2024 14:51:06 +0800 Subject: [PATCH] update open-iscsi.spec correct the spell error. (cherry picked from commit 57c8b69a53ec23a6905e40055a20ef657242e025) --- open-iscsi.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/open-iscsi.spec b/open-iscsi.spec index c3d97ab..ff7724c 100644 --- a/open-iscsi.spec +++ b/open-iscsi.spec @@ -45,8 +45,8 @@ Provides: iscsi-initiator-utils Obsoletes: iscsi-initiator-utils Provides: iscsi-initiator-utils-iscsiuio Obsoletes: iscsi-initiator-utils-iscsiuio -Provides: libbopeniscsiusr -Obsoletes: libbopeniscsiusr +Provides: libopeniscsiusr +Obsoletes: libopeniscsiusr %{?systemd_requires} %description -- Gitee