From 31c8d50e5e89759ba516aa5a4520ecb7ea5847e6 Mon Sep 17 00:00:00 2001 From: renxudong1 Date: Mon, 18 May 2020 19:56:40 +0800 Subject: [PATCH] Fix the situation where the upgrade of dependent packages causes the upgrade to fail --- sg3_utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sg3_utils.spec b/sg3_utils.spec index cc6bc39..8e37024 100644 --- a/sg3_utils.spec +++ b/sg3_utils.spec @@ -1,6 +1,6 @@ Name: sg3_utils Version: 1.42 -Release: 11 +Release: 12 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 @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la %{_mandir}/man8/* %changelog +* Mon May 18 2020 renxudong - 1.42-12 +- Fix the situation where the upgrade of dependent packages causes the upgrade to fail + * Thu Apr 09 2020 Jiangping Hu - 1.42-11 - Fix requires of devel package -- Gitee