Add BuildRequires gcc

This commit is contained in:
Vitezslav Crhonek 2018-02-27 09:26:12 +01:00
parent f3f2976e46
commit c8445f347c
1 changed files with 5 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Name: sblim-sfcb
Summary: Small Footprint CIM Broker
URL: http://sblim.wiki.sourceforge.net/
Version: 1.4.9
Release: 10%{?dist}
Release: 11%{?dist}
License: EPL
Source0: http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
Source1: sfcb.service
@ -50,6 +50,7 @@ BuildRequires: sblim-cmpi-devel
BuildRequires: systemd
BuildRequires: sblim-sfcCommon-devel
BuildRequires: openslp-devel
BuildRequires: gcc
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units
@ -132,6 +133,9 @@ fi;
%files -f _pkg_list
%changelog
* Tue Feb 27 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.9-11
- Add BuildRequires gcc
* Wed Feb 14 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.9-10
- Fix null pointer (DoS) vulnerability via POST request to /cimom (CVE-2018-6644)
(patch by Adam Majer)