From fb1d037223c9dd18af50cec5d99c269bdf9a8ee6 Mon Sep 17 00:00:00 2001 From: "peng.zou" Date: Tue, 30 Jan 2024 10:52:13 +0800 Subject: [PATCH] Add BuildRequires: sg3_utils --- lsvpd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lsvpd.spec b/lsvpd.spec index 8a33d26..8943a98 100644 --- a/lsvpd.spec +++ b/lsvpd.spec @@ -3,7 +3,7 @@ Name: %{name} Version: %{version} -Release: 2%{?dist} +Release: 3%{?dist} Summary: VPD/hardware inventory utilities for Linux Group: Applications/System @@ -18,6 +18,7 @@ BuildRequires: automake BuildRequires: libtool BuildRequires: librtas-devel BuildRequires: gcc-c++ +BuildRequires: sg3_utils Requires(post): %{_sbindir}/vpdupdate @@ -71,6 +72,9 @@ exit 0 %dir %{_sysconfdir}/lsvpd %changelog +* Tue Jan 30 2024 peng.zou - 1.7.12-3 +- Add BuildRequires: sg3_utils + * Fri Jan 26 2024 peng.zou - 1.7.12-2 - Add BuildRequires: gcc-c++