* Tue May 07 2024 Tomas Bzatek <tbzatek@redhat.com> - 1.48-2

- Disable NVMe support

Resolves: RHEL-412
This commit is contained in:
Tomas Bzatek 2024-05-07 14:24:30 +02:00
parent f9a9f88104
commit 050d1a628f

View File

@ -4,7 +4,7 @@
Summary: Utilities for devices that use SCSI command sets
Name: sg3_utils
Version: 1.48
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL-2.0-or-later AND BSD-2-Clause
URL: https://sg.danny.cz/sg/sg3_utils.html
Source0: https://sg.danny.cz/sg/p/sg3_utils-%{version}.tar.xz
@ -50,7 +50,7 @@ developing applications.
%build
%configure --disable-static
%configure --disable-static --disable-nvme-supp
# Don't use rpath!
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@ -117,6 +117,9 @@ install -p -m 755 scripts/fc_wwpn_id %{buildroot}%{_udevlibdir}
%changelog
* Tue May 07 2024 Tomas Bzatek <tbzatek@redhat.com> - 1.48-2
- Disable NVMe support
* Fri Feb 09 2024 Dan Horák <dan@danny.cz> - 1.48-1
- update to version 1.48 (rhbz#1944444)