diff --git a/sdparm.spec b/sdparm.spec index 4af3db8dd9f98d6370c1252f7a3d4f44ab0db53f..d7f51c91b28420f170a9d078bb69dc5c190ce233 100644 --- a/sdparm.spec +++ b/sdparm.spec @@ -1,11 +1,11 @@ Name: sdparm Version: 1.10 -Release: 8 +Release: 9 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 +BuildRequires: gcc gdb BuildRequires: sg3_utils-devel %description @@ -25,7 +25,7 @@ This contains man files for the using of sdparm. %prep -%autosetup -n %{name}-%{version} -p1 -S git +%autosetup -n %{name}-%{version} -p1 %build %configure --disable-libsgutils @@ -48,5 +48,8 @@ This contains man files for the using of sdparm. %changelog +* Wed Jan 22 2020 hy - 1.10-9 +- Delete the -S git while executing %autosetup in %pre and add the BuildRequires to gdb + * Wed Aug 28 2018 zhangsaisai - 1.10-8 - Package init