Changes of Revision 12
[-] | Changed | check_dir.spec |
1
2 BuildRoot: %{_tmppath}/%{name}-%{version}-root 3 Source: http://www.id.ethz.ch/people/allid_list/corti/%{srcname}-%{version}.tar.bz2 4 BuildArch: noarch 5 +%if 0%{?centos_version} >= 800 6 +BuildRequires: perl(Module::Install) 7 +%endif 8 9 %description 10 Nagios plugin to monitor the number of files in one or more directories. 11 |