Search found 1 match

by RHCEv6
Wed Aug 06, 2014 9:31 am
Forum: Open Source Nagios Projects
Topic: Nagios-plugins-2.0.3 spec file issues
Replies: 3
Views: 1452

Nagios-plugins-2.0.3 spec file issues

I had to make the following changes to the spec file to get it to create an rpm: Added to Install section: for i in $(comm -13 %{npdir}/ls-plugins-root-before %{npdir}/ls-plugins-root-after | egrep -v "\.o$|^\.") do cp %{npdir}/plugins-root/$i $RPM_BUILD_ROOT/usr/lib/nagios/plugins/ done r...