[beakerlib] Add grep and sed requirements to specfile

Petr Muller afri at fedoraproject.org
Mon Jun 10 06:53:13 UTC 2013


commit cf733e4502d3b05682691104c751be11fb76bcf6
Author: Petr Muller <muller at redhat.com>
Date:   Thu May 23 17:21:15 2013 +0200

    Add grep and sed requirements to specfile

 beakerlib.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/beakerlib.spec b/beakerlib.spec
index e8fdc84..8ddd096 100644
--- a/beakerlib.spec
+++ b/beakerlib.spec
@@ -10,6 +10,8 @@ BuildArch:  noarch
 URL:        https://fedorahosted.org/%{name}
 Requires:   nfs-utils
 Requires:   python2
+Requires:   grep
+Requires:   sed
 BuildRequires: /usr/bin/pod2man
 Patch0:     robust-distro-names.patch
 Patch1:     fix-pod-syntax.patch


More information about the scm-commits mailing list