!2 Add BuildRequires: gcc-c++
From: @peng_zou Reviewed-by: @kmf Signed-off-by: @kmf
This commit is contained in:
commit
5866f3309e
@ -3,7 +3,7 @@
|
||||
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: VPD/hardware inventory utilities for Linux
|
||||
|
||||
Group: Applications/System
|
||||
@ -17,6 +17,7 @@ BuildRequires: zlib-devel
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
BuildRequires: librtas-devel
|
||||
BuildRequires: gcc-c++
|
||||
|
||||
Requires(post): %{_sbindir}/vpdupdate
|
||||
|
||||
@ -70,6 +71,9 @@ exit 0
|
||||
%dir %{_sysconfdir}/lsvpd
|
||||
|
||||
%changelog
|
||||
* Fri Jan 26 2024 peng.zou <peng.zou@shingroup.cn> - 1.7.12-2
|
||||
- Add BuildRequires: gcc-c++
|
||||
|
||||
* Mon May 17 2021 Than Ngo <than@redhat.com> - 1.7.12-1
|
||||
- Resolves: #1844428, rebase to 1.7.12
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user