From 78c769b405f9f05b9abd9b134008a5b981bc0dbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Tue, 20 Feb 2018 16:17:00 +0100 Subject: [PATCH] add missing gcc build dependency --- libcgroup.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libcgroup.spec b/libcgroup.spec index 2602f66..ec2e166 100644 --- a/libcgroup.spec +++ b/libcgroup.spec @@ -5,7 +5,7 @@ Summary: Library to control and monitor control groups Name: libcgroup Version: 0.41 -Release: 14%{?dist} +Release: 15%{?dist} License: LGPLv2+ Group: Development/Libraries URL: http://libcg.sourceforge.net/ @@ -24,6 +24,7 @@ Patch7: libcgroup-0.41-api.c-fix-order-of-memory-subsystem-parameters.patch # resolves #1384504 Patch8: libcgroup-0.41-api.c-preserve-dirty-flag.patch +BuildRequires: gcc BuildRequires: byacc, coreutils, flex, pam-devel, systemd-units Requires(pre): shadow-utils Requires(post): systemd @@ -173,6 +174,9 @@ getent group cgred >/dev/null || groupadd -r cgred %{_libdir}/pkgconfig/libcgroup.pc %changelog +* Tue Feb 20 2018 Nikola Forró - 0.41-15 +- add missing gcc build dependency + * Wed Feb 07 2018 Fedora Release Engineering - 0.41-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild