From 00b06037543a78ac187f3d7d37ef29b9f49be1fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 30 Jan 2018 22:08:52 +0100 Subject: [PATCH] Explicitly require stuff for brp-mangle-shebangs Except what is in coreutils (already required) --- redhat-rpm-config.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 929e39a..a2e6d5c 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -98,6 +98,13 @@ Requires: dwz >= 0.4 Requires: zip Requires: (annobin if gcc) +# for brp-mangle-shebangs +Requires: %{_bindir}/find +Requires: %{_bindir}/grep +Requires: %{_bindir}/xargs +Requires: %{_bindir}/file +Requires: %{_bindir}/sed + # -fstack-clash-protection and CET requires GCC 8. Conflicts: gcc < 8.0