From c8445f347c0631bba095eb0322dbc06e73256643 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Tue, 27 Feb 2018 09:26:12 +0100 Subject: [PATCH] Add BuildRequires gcc --- sblim-sfcb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sblim-sfcb.spec b/sblim-sfcb.spec index 2b51b32..e10e10c 100644 --- a/sblim-sfcb.spec +++ b/sblim-sfcb.spec @@ -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 - 1.4.9-11 +- Add BuildRequires gcc + * Wed Feb 14 2018 Vitezslav Crhonek - 1.4.9-10 - Fix null pointer (DoS) vulnerability via POST request to /cimom (CVE-2018-6644) (patch by Adam Majer)