From 83d3b5a753cf23b030993f142f1aa31a69eab204 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Wed, 11 Aug 2010 11:35:23 +0200 Subject: [PATCH] - Add BR procps - Resolves: #616813 --- make.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/make.spec b/make.spec index 005d1b4..a8e9076 100644 --- a/make.spec +++ b/make.spec @@ -3,7 +3,7 @@ Summary: A GNU tool which simplifies the build process for users Name: make Epoch: 1 Version: 3.81 -Release: 20%{?dist} +Release: 21%{?dist} License: GPLv2+ Group: Development/Tools URL: http://www.gnu.org/software/make/ @@ -23,6 +23,7 @@ Patch14: make-3.81-double-free.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/install-info Requires(preun): /sbin/install-info +BuildRequires: procps %description A GNU tool for controlling the generation of executables and other @@ -88,6 +89,10 @@ fi %{_infodir}/*.info* %changelog +* Wed Aug 11 2010 Petr Machata - 1:3.81-21 +- Add BR procps +- Resolves: #616813 + * Thu Jul 1 2010 Petr Machata - 1:3.81-20 - Add a patch by Steve Kemp @debian that might fix the double free problem.