From cf096d02bd7cd9ab24b386cc5e470a669b296f53 Mon Sep 17 00:00:00 2001 From: JiangJianJun Date: Mon, 19 Feb 2024 19:27:27 +0800 Subject: [PATCH] update open-iscsi.spec correct the spell error. Signed-off-by: zhuchunyi --- open-iscsi.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/open-iscsi.spec b/open-iscsi.spec index 4478c9e..9c48ca5 100644 --- a/open-iscsi.spec +++ b/open-iscsi.spec @@ -4,7 +4,7 @@ Name: open-iscsi Version: 2.1.1 -Release: 13 +Release: 14 Summary: ISCSI software initiator daemon and utility programs License: GPLv2+ and BSD URL: http://www.open-iscsi.com @@ -43,8 +43,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 @@ -167,6 +167,9 @@ fi %{_mandir}/man8/* %changelog +* Tue Feb 20 2024 jiangjianjun - 2.1.1-14 +- update open-iscsi.spec provides information + * Fri Dec 2 2022 haowenchao - 2.1.1-13 - Backport bugfix patches from mainline -- Gitee