diff --git a/smp_utils.spec b/smp_utils.spec index d15526075b6e715c585eef92674aad3d9b082bd6..2466ad98c857e718d954f8de5daf699ab26cfb18 100644 --- a/smp_utils.spec +++ b/smp_utils.spec @@ -1,12 +1,12 @@ Name: smp_utils Version: 0.99 -Release: 1 +Release: 2 Summary: Utilities for SAS management protocol (SMP) License: BSD URL: http://sg.danny.cz/sg/smp_utils.html Source0: http://sg.danny.cz/sg/p/%{name}-%{version}.tgz -BuildRequires: gcc,git +BuildRequires: gcc Provides: %{name}-libs %{name}-libs%{?_isa} Obsoletes: %{name}-libs @@ -39,7 +39,7 @@ Requires: man This package contains the help info for %{name}. %prep -%autosetup -n %{name}-%{version} -p1 -Sgit +%autosetup -n %{name}-%{version} -p1 %build %configure --disable-static @@ -72,6 +72,9 @@ make install \ %changelog +* Sat Jul 31 2021 chenyanpanHW - 0.99-2 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Thu Jul 16 2020 Zhiqiang Liu -0.99-1 - update to v0.99 version