Summary: Download-only plugin for Yum (modified for OCS) Name: yum-ocs-downloadonly Version: 1.0 Release: 2 License: oss Group: System Environment/Base Vendor: Platform Computing Corporation BuildArch: noarch Source0: downloadonly.conf Requires: yum BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This package will retrieve the necessary pieces to make "%{name}" available within the OCS cluster. %prep %build %install rm -rf $RPM_BUILD_ROOT install -m644 downloadonly.conf $RPM_BUILD_ROOT/etc/yum/pluginconf.d/ocs-downloadonly.conf install -m644 downloadonly.py $RPM_BUILD_ROOT%{_libdir}/yum-plugins/ocs-downloadonly.py %clean rm -rf $RPM_BUILD_ROOT %files /etc/yum/pluginconf.d/ocs-downloadonly.conf %{_libdir}/yum-plugins/ocs-downloadonly.py %pre %post %preun %postun