Add BuildRequires gcc-c++
This commit is contained in:
parent
f9dd3514e2
commit
222ebbf471
@ -1,6 +1,6 @@
|
||||
Name: sblim-wbemcli
|
||||
Version: 1.6.3
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
Summary: SBLIM WBEM Command Line Interface
|
||||
|
||||
Group: Applications/System
|
||||
@ -14,6 +14,7 @@ Patch2: sblim-wbemcli-1.6.1-ssl-proto-option.patch
|
||||
BuildRequires: curl-devel >= 7.9.3
|
||||
BuildRequires: binutils-devel >= 2.17.50.0.3-4
|
||||
BuildRequires: autoconf automake libtool pkgconfig
|
||||
BuildRequires: gcc-c++
|
||||
Requires: curl >= 7.9.3
|
||||
|
||||
%description
|
||||
@ -42,6 +43,9 @@ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name}
|
||||
%{_datadir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Feb 27 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.3-11
|
||||
- Add BuildRequires gcc-c++
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user