Add BuildRequires: gcc-c++ solves build error
(cherry picked from commit 9ebb6b144e2d4abdba5ce4bcb7da88084ec84e6b)
This commit is contained in:
parent
b62c3a635a
commit
c70e7af836
@ -1,6 +1,6 @@
|
|||||||
Name: fence-virt
|
Name: fence-virt
|
||||||
Version: 0.4.0
|
Version: 0.4.0
|
||||||
Release: 8%{?dist}
|
Release: 9
|
||||||
Summary: A pluggable fencing framework for virtual machines
|
Summary: A pluggable fencing framework for virtual machines
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -18,6 +18,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|||||||
BuildRequires: corosynclib-devel libvirt-devel
|
BuildRequires: corosynclib-devel libvirt-devel
|
||||||
BuildRequires: automake autoconf libxml2-devel nss-devel nspr-devel
|
BuildRequires: automake autoconf libxml2-devel nss-devel nspr-devel
|
||||||
BuildRequires: flex bison libuuid-devel
|
BuildRequires: flex bison libuuid-devel
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
|
||||||
BuildRequires: systemd-units
|
BuildRequires: systemd-units
|
||||||
Requires(post): systemd-sysv systemd-units
|
Requires(post): systemd-sysv systemd-units
|
||||||
@ -190,6 +191,9 @@ fi
|
|||||||
%{_libdir}/%{name}/cpg.so
|
%{_libdir}/%{name}/cpg.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 12 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 0.4.0-9
|
||||||
|
- Add BuildRequires: gcc-c++ solves build error
|
||||||
|
|
||||||
* Fri Oct 30 2020 jiangxinyu <jiangxinyu@kylinos.cn> - 0.4.0-8
|
* Fri Oct 30 2020 jiangxinyu <jiangxinyu@kylinos.cn> - 0.4.0-8
|
||||||
- add ExclusiveArch: aarch64
|
- add ExclusiveArch: aarch64
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user