diff --git a/lsscsi.spec b/lsscsi.spec index 634835a..bd420ca 100644 --- a/lsscsi.spec +++ b/lsscsi.spec @@ -1,7 +1,7 @@ Summary: List SCSI devices (or hosts) and associated information Name: lsscsi Version: 0.31 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Source0: http://sg.danny.cz/scsi/%{name}-%{version}.tgz URL: http://sg.danny.cz/scsi/lsscsi.html @@ -24,11 +24,11 @@ Author: %build %configure -make %{?_smp_mflags} +%make_build %install -make DESTDIR=%{buildroot} install +%make_install %files @@ -38,6 +38,10 @@ make DESTDIR=%{buildroot} install %changelog +* Mon Jul 13 2020 Tom Stellard - 0.31-2 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Fri Feb 21 2020 Dan HorĂ¡k - 0.31-1 - update to 0.31 (#1758436)