From 050d1a628fb9e35a391bb22521b14d3ae31d0990 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Tue, 7 May 2024 14:24:30 +0200 Subject: [PATCH] * Tue May 07 2024 Tomas Bzatek - 1.48-2 - Disable NVMe support Resolves: RHEL-412 --- sg3_utils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sg3_utils.spec b/sg3_utils.spec index 5737944..48924cb 100644 --- a/sg3_utils.spec +++ b/sg3_utils.spec @@ -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 - 1.48-2 +- Disable NVMe support + * Fri Feb 09 2024 Dan HorĂ¡k - 1.48-1 - update to version 1.48 (rhbz#1944444)