# Copyright (C) 2007 Platform Computing Inc # # This program is free software; you can redistribute it and/or modify # it under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA# # Summary: OCS downloader for Base kit Name: ocs-kit-base Version: 5.3 Release: 1 License: GPLv2 Group: System Environment/Base Vendor: Platform Computing Corporation BuildArch: noarch Source0: %{name}-1.2.tar.gz Requires: yum-utils BuildRoot: %{_tmppath}/%{name}-%{version}-root Url: http://www.platform.com %description This package will retrieve the necessary pieces to make OCS base 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-base $RPM_BUILD_ROOT/opt/kusu/sbin %clean rm -rf $RPM_BUILD_ROOT %files /opt/kusu/sbin/install-kit-base %changelog * Tue Jan 6 2009 Kailash Sethuraman 5.2.0 - Changed kit downloader script to python executable * Fri Oct 24 2008 Shawn Starr 5.0-3 - Add more robustness to kit downloader script - Add ICR component * Fri Jul 4 2008 Mike Frisch 5.0-2 - Added retry loop for yumdownloader (#111310) * Wed May 28 2008 Mike Frisch 5.0-1 - Added req'd dependencies for kusu-nodeinstaller-patchfiles * Mon Feb 11 2008 Platform Computing - Changed dependency from modules to environment-modules * Mon Dec 10 2007 Platform Computing - Initial test release