From 165c210d99f125cbe212eae254933823c95adb64 Mon Sep 17 00:00:00 2001 From: wangxiaomeng Date: Mon, 11 Jul 2022 14:13:36 +0800 Subject: [PATCH] modify yaml file --- sg3_utils.spec | 5 ++++- sg3_utils.yaml | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sg3_utils.spec b/sg3_utils.spec index 6ad1186..d7f0cb9 100644 --- a/sg3_utils.spec +++ b/sg3_utils.spec @@ -1,6 +1,6 @@ Name: sg3_utils Version: 1.46 -Release: 5 +Release: 6 Summary: Utilities that send SCSI commands to devices. License: GPL-2.0-or-later AND BSD URL: http://sg.danny.cz/sg/sg3_utils.html @@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la %{_mandir}/man8/* %changelog +* Mon Jul 11 2022 wangxiaomeng -1.46-6 +- Modify yaml file + * Fri Jul 1 2022 Wenchao Hao -1.46-5 - Fix grammar error in rescan-scsi-bus.sh introduced by patch diff --git a/sg3_utils.yaml b/sg3_utils.yaml index b23a1f0..5345855 100644 --- a/sg3_utils.yaml +++ b/sg3_utils.yaml @@ -1,5 +1,5 @@ version_control: github -src_repo: hreinecke/sg3_utils +src_repo: doug-gilbert/sg3_utils tag_prefix: "^v" -seperator: "." +separator: "." -- Gitee