From 815f78aaa0f636552a4bb4169b8c85cb20c9a5a6 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Thu, 27 Jun 2013 14:19:11 -0700 Subject: [PATCH] packaging: provide /bin/grep for compatibility Change-Id: I8690775c51816aab2e8d8c3cbcc64201d6004f6d Signed-off-by: Patrick McCarty --- packaging/grep.changes | 3 +++ packaging/grep.spec | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packaging/grep.changes b/packaging/grep.changes index 03423a4..156f9b7 100644 --- a/packaging/grep.changes +++ b/packaging/grep.changes @@ -1,3 +1,6 @@ +* Thu Jun 27 2013 Patrick McCarty f1093be +- packaging: provide /bin/grep for compatibility + * Mon Mar 18 2013 Anas Nashif upstream/2.14@b484a10 - Fixed package group/license diff --git a/packaging/grep.spec b/packaging/grep.spec index 663db5d..fc507f8 100644 --- a/packaging/grep.spec +++ b/packaging/grep.spec @@ -2,13 +2,14 @@ Name: grep BuildRequires: automake BuildRequires: pcre-devel Url: http://www.gnu.org/software/grep/ -Provides: base:/usr/bin/grep Version: 2.14 Release: 0 Summary: Print lines matching a pattern License: GPL-3.0+ Group: Base/Tools Source0: grep-%{version}.tar.xz +Provides: base:/usr/bin/grep +Provides: /bin/grep %description The grep command searches one or more input files for lines -- 2.7.4