From 2246d2ef97ab6c7534cd5ae6621b82438ae8bf02 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Mon, 19 Feb 2018 16:59:28 +0100 Subject: [PATCH] add explicit BR for the gcc compiler ... as instructed at: https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B --- logrotate.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/logrotate.spec b/logrotate.spec index 481d0f3..a2c6ab1 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -1,7 +1,7 @@ Summary: Rotates, compresses, removes and mails system log files Name: logrotate Version: 3.13.0 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL+ Url: https://github.com/logrotate/logrotate Source: https://github.com/logrotate/logrotate/releases/download/%{version}/logrotate-%{version}.tar.xz @@ -9,6 +9,7 @@ Source1: rwtab BuildRequires: acl BuildRequires: automake +BuildRequires: gcc BuildRequires: git BuildRequires: libacl-devel BuildRequires: libselinux-devel @@ -98,6 +99,9 @@ fi %config(noreplace) %{_sysconfdir}/rwtab.d/logrotate %changelog +* Mon Feb 19 2018 Kamil Dudka - 3.13.0-3 +- add explicit BR for the gcc compiler + * Thu Feb 08 2018 Fedora Release Engineering - 3.13.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild