%define TARREV 8 Summary: OCS downloader for Platform OFED kit Name: ocs-kit-platform_ofed Version: 1.0 Release: 8 License: oss Group: System Environment/Base Vendor: Platform Computing Corporation BuildArch: noarch Source0: %{name}-%{version}.%{TARREV}.tar.gz Requires: yum-utils BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This package will retrieve the necessary pieces to make Platform OFED available to the OCS installer. %prep %setup -q -n %{name} %build %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/opt/kusu/sbin install -m755 install-kit-platform_ofed $RPM_BUILD_ROOT/opt/kusu/sbin %clean rm -rf $RPM_BUILD_ROOT %files # TODO: include all documentation and other files that should be installed # with the kit /opt/kusu/sbin/install-kit-platform_ofed %pre %post %preun %postun %changelog * Tue Jan 6 2009 Kailash Sethuraman 1.0-8 - Converted downloader to python code * Fri Jul 4 2008 Mike Frisch 1.0-7 - Added retry loop to kit downloader (#111310)