From 869a995c64c2ea2bbcba847f5ad62ac276b17456 Mon Sep 17 00:00:00 2001 From: si-gui <245140120@qq.com> Date: Tue, 12 May 2020 18:06:39 +0800 Subject: [PATCH 1/2] add yaml file --- scsi-target-utils.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scsi-target-utils.yaml diff --git a/scsi-target-utils.yaml b/scsi-target-utils.yaml new file mode 100644 index 0000000..2a5102f --- /dev/null +++ b/scsi-target-utils.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: fujita/tgt +tag_prefix: ^v +seperator: . From 6f3b8d648f2ad2c0f172f5744f810c5810ac5a1d Mon Sep 17 00:00:00 2001 From: renxudong1 Date: Mon, 18 May 2020 20:07:44 +0800 Subject: [PATCH 2/2] Fix the situation where the upgrade of dependent packages causes the upgrade to fail --- scsi-target-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scsi-target-utils.spec b/scsi-target-utils.spec index 7c7e7de..0afa061 100644 --- a/scsi-target-utils.spec +++ b/scsi-target-utils.spec @@ -6,7 +6,7 @@ Summary: The SCSI target daemon and utility programs Name: scsi-target-utils Version: 1.0.79 -Release: 1 +Release: 2 License: GPLv2 URL: http://stgt.sourceforge.net/ Source0: https://github.com/fujita/tgt/archive/v%{version}/tgt-v%{version}.tar.gz @@ -117,5 +117,8 @@ pushd usr %{_mandir}/man8/* %changelog +* Mon May 18 2020 renxudong - 1.0.79-2 +- Fix the situation where the upgrade of dependent packages causes the upgrade to fail + * Fri Dec 13 2019 openEuler Buildteam - 1.0.79-1 - Package init