!2 Add BuildRequires: gcc-c++

From: @peng_zou 
Reviewed-by: @kmf 
Signed-off-by: @kmf
This commit is contained in:
openeuler-ci-bot 2024-01-29 07:35:46 +00:00 committed by Gitee
commit 5866f3309e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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