* Tue May 07 2024 Tomas Bzatek <tbzatek@redhat.com> - 0.32-12
- Disable NVMe support Resolves: RHEL-32144
This commit is contained in:
parent
6728adf96a
commit
7cdd8dd105
@ -1,7 +1,7 @@
|
||||
Summary: List SCSI devices (or hosts) and associated information
|
||||
Name: lsscsi
|
||||
Version: 0.32
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
# official git repository: https://github.com/doug-gilbert/lsscsi
|
||||
Source0: http://sg.danny.cz/scsi/%{name}-%{version}.tgz
|
||||
@ -24,7 +24,7 @@ Author:
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure --disable-nvme-supp
|
||||
%make_build
|
||||
|
||||
|
||||
@ -39,6 +39,9 @@ Author:
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 07 2024 Tomas Bzatek <tbzatek@redhat.com> - 0.32-12
|
||||
- Disable NVMe support
|
||||
|
||||
* Mon Feb 12 2024 Tomas Bzatek <tbzatek@redhat.com> - 0.32-11
|
||||
- Use a SPDX license tag
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user