From c79a4fb728d6f571f1796832cf0f1a2e48d2943a Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Fri, 23 Jul 2021 16:14:49 +0800 Subject: [PATCH] remove unnecessary build require. --- sdparm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sdparm.spec b/sdparm.spec index c810dfd..17dbef2 100644 --- a/sdparm.spec +++ b/sdparm.spec @@ -1,11 +1,11 @@ Name: sdparm Version: 1.11 -Release: 1 +Release: 2 Summary: Access and change parameters on device that supports SCSI protocol. License: BSD URL: http://sg.danny.cz/sg/sdparm.html Source0: http://sg.danny.cz/sg/p/sdparm-%{version}.tgz -BuildRequires: gcc gdb +BuildRequires: gcc BuildRequires: sg3_utils-devel %description @@ -48,6 +48,9 @@ This contains man files for the using of sdparm. %changelog +* Fri Jul 23 2021 zhouwenpei - 1.11-2 +- remove unnecessary build require. + * Thu Jul 16 2020 Zhiqiang Liu - 1.11-1 - udpate to v1.11 version -- Gitee