From 6fe90d379f299f0aa494b10a3f425aa365930171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Dom=C3=ADnguez=20Mu=C3=B1oz?= Date: Wed, 21 Nov 2018 00:35:34 +0000 Subject: [PATCH] add make as a build dependency --- logrotate.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/logrotate.spec b/logrotate.spec index a2ec0c0..f2d2e96 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -1,7 +1,7 @@ Summary: Rotates, compresses, removes and mails system log files Name: logrotate Version: 3.14.0 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ Url: https://github.com/logrotate/logrotate Source: https://github.com/logrotate/logrotate/releases/download/%{version}/logrotate-%{version}.tar.xz @@ -13,6 +13,7 @@ BuildRequires: gcc BuildRequires: git BuildRequires: libacl-devel BuildRequires: libselinux-devel +BuildRequires: make BuildRequires: popt-devel Requires: coreutils @@ -107,6 +108,9 @@ fi %config(noreplace) %{_sysconfdir}/rwtab.d/logrotate %changelog +* Wed Nov 21 2018 Alejandro Domínguez Muñoz - 3.14.0-5 +- add make as a build dependency + * Fri Aug 10 2018 Kamil Dudka - 3.14.0-4 - fix programming mistakes detected by Coverity Analysis - document the --version option in the logrotate(8) man page (#1611498)