]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- %nagios_nrpe Requires sed, not BuildRequires
authorpawelz <pawelz@pld-linux.org>
Fri, 14 May 2010 15:56:04 +0000 (15:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- it also Requires grep

Changed files:
    rpm.macros -> 1.562

rpm.macros

index 94da187f547199a1812498ec569cb95b691ac2de..44e68e28c93f8ebb2a6170fb28c519a327fb7054 100644 (file)
@@ -1849,7 +1849,8 @@ else: \
 # %nagios_nrpe -d %{plugin} -f %{_sysconfdir}/%{plugin}.cfg
 #
 # Requirements:
-# BuildRequires:       sed >= 4.0
+# Requires:                    grep
+# Requires:                    sed >= 4.0
 # BuildRequires:       rpmbuild(macros) >= 1.552
 %nagios_nrpe(a:d:c:f:) {\
        m=$(md5sum < /etc/nagios/nrpe.cfg); \
This page took 0.040049 seconds and 4 git commands to generate.