diff --git a/lsscsi.spec b/lsscsi.spec index 2b9e213..dca27a7 100644 --- a/lsscsi.spec +++ b/lsscsi.spec @@ -1,12 +1,13 @@ Summary: List SCSI devices (or hosts) and associated information Name: lsscsi Version: 0.32 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ # official git repository: https://github.com/doug-gilbert/lsscsi Source0: http://sg.danny.cz/scsi/%{name}-%{version}.tgz URL: http://sg.danny.cz/scsi/lsscsi.html BuildRequires: gcc +BuildRequires: make Patch0: lsscsi-0.32-fix-uninitialized-variable.patch %description @@ -39,6 +40,9 @@ Author: %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.32-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Nov 12 2020 Tomas Bzatek - 0.32-1 - Update to 0.32 upstream snapshot