* Tue May 07 2024 Tomas Bzatek <tbzatek@redhat.com> - 1.48-2
- Disable NVMe support Resolves: RHEL-412
This commit is contained in:
parent
f9a9f88104
commit
050d1a628f
@ -4,7 +4,7 @@
|
|||||||
Summary: Utilities for devices that use SCSI command sets
|
Summary: Utilities for devices that use SCSI command sets
|
||||||
Name: sg3_utils
|
Name: sg3_utils
|
||||||
Version: 1.48
|
Version: 1.48
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL-2.0-or-later AND BSD-2-Clause
|
License: GPL-2.0-or-later AND BSD-2-Clause
|
||||||
URL: https://sg.danny.cz/sg/sg3_utils.html
|
URL: https://sg.danny.cz/sg/sg3_utils.html
|
||||||
Source0: https://sg.danny.cz/sg/p/sg3_utils-%{version}.tar.xz
|
Source0: https://sg.danny.cz/sg/p/sg3_utils-%{version}.tar.xz
|
||||||
@ -50,7 +50,7 @@ developing applications.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static --disable-nvme-supp
|
||||||
|
|
||||||
# Don't use rpath!
|
# Don't use rpath!
|
||||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
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
|
%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
|
* Fri Feb 09 2024 Dan Horák <dan@danny.cz> - 1.48-1
|
||||||
- update to version 1.48 (rhbz#1944444)
|
- update to version 1.48 (rhbz#1944444)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user