From 222670e2e71314aa33e147cde3d3d73c6652e8dc Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 3 Feb 2018 18:29:37 +0100 Subject: [PATCH] Use newly available /usr/bin/grep Signed-off-by: Igor Gnatenko --- redhat-rpm-config.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 674c095..104fcb1 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -6,7 +6,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config -Version: 92 +Version: 93 Release: 1%{?dist} # No version specified. License: GPL+ @@ -99,11 +99,11 @@ Requires: zip Requires: (annobin if gcc) # for brp-mangle-shebangs -Requires: /bin/grep Requires: %{_bindir}/find -Requires: %{_bindir}/xargs Requires: %{_bindir}/file +Requires: %{_bindir}/grep Requires: %{_bindir}/sed +Requires: %{_bindir}/xargs # -fstack-clash-protection and CET requires GCC 8. Conflicts: gcc < 8.0 @@ -183,6 +183,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Sat Feb 03 2018 Igor Gnatenko - 93-1 +- Use newly available /usr/bin/grep + * Wed Jan 31 2018 Peter Robinson 92-1 - Use generic tuning for ARMv7