[make] - Add BR procps - Resolves: #616813

Petr Machata pmachata at fedoraproject.org
Wed Aug 11 09:35:49 UTC 2010


commit 83d3b5a753cf23b030993f142f1aa31a69eab204
Author: Petr Machata <pmachata at redhat.com>
Date:   Wed Aug 11 11:35:23 2010 +0200

    - Add BR procps
    - Resolves: #616813

 make.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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 <pmachata at redhat.com> - 1:3.81-21
+- Add BR procps
+- Resolves: #616813
+
 * Thu Jul  1 2010 Petr Machata <pmachata at redhat.com> - 1:3.81-20
 - Add a patch by Steve Kemp @debian that might fix the double free
   problem.


More information about the scm-commits mailing list