From f88bfd495f3f83c95f1db6ebab240ca4cca3933c Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 21 Feb 2024 14:27:41 +0800 Subject: [PATCH] update sub version for modify .spec info Last commit modify info but ver no not changed, this commit just change version for update. (cherry picked from commit 56143befd3f35f1485779d5365a0307d1d12e876) --- open-iscsi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/open-iscsi.spec b/open-iscsi.spec index ff7724c..7479529 100644 --- a/open-iscsi.spec +++ b/open-iscsi.spec @@ -4,7 +4,7 @@ Name: open-iscsi Version: 2.1.5 -Release: 13 +Release: 14 Summary: ISCSI software initiator daemon and utility programs License: GPLv2+ and BSD URL: http://www.open-iscsi.com @@ -163,6 +163,9 @@ fi %{_mandir}/man8/* %changelog +* Tue Feb 20 2024 jiangjianjun - 2.1.5-14 +- update open-iscsi.spec + * Sun Jun 25 2023 louhongxiang - 2.1.5-13 - iscsid: fix format overflow warning. -- Gitee