From: <jh...@us...> - 2010-01-20 22:44:03
|
Revision: 191 http://etch.svn.sourceforge.net/etch/?rev=191&view=rev Author: jheiss Date: 2010-01-20 22:43:55 +0000 (Wed, 20 Jan 2010) Log Message: ----------- Remove dependency on RCS now that history logs are stored as individual files. Modified Paths: -------------- trunk/client/control trunk/client/depend trunk/client/etch-client.spec trunk/client/etch.spec Modified: trunk/client/control =================================================================== --- trunk/client/control 2010-01-20 22:41:41 UTC (rev 190) +++ trunk/client/control 2010-01-20 22:43:55 UTC (rev 191) @@ -2,6 +2,6 @@ Version: %VER%-1 Maintainer: etc...@li... Architecture: all -Depends: ruby facter rcs +Depends: ruby facter Description: Etch client Modified: trunk/client/depend =================================================================== --- trunk/client/depend 2010-01-20 22:41:41 UTC (rev 190) +++ trunk/client/depend 2010-01-20 22:43:55 UTC (rev 191) @@ -1,4 +1,3 @@ P CSWruby P CSWfacter -P CSWrcs Modified: trunk/client/etch-client.spec =================================================================== --- trunk/client/etch-client.spec 2010-01-20 22:41:41 UTC (rev 190) +++ trunk/client/etch-client.spec 2010-01-20 22:43:55 UTC (rev 191) @@ -5,7 +5,7 @@ Group: Applications/System License: MIT buildarch: noarch -Requires: ruby, facter, rcs, crontabs +Requires: ruby, facter, crontabs BuildRoot: %{_builddir}/%{name}-buildroot %description Etch client Modified: trunk/client/etch.spec =================================================================== --- trunk/client/etch.spec 2010-01-20 22:41:41 UTC (rev 190) +++ trunk/client/etch.spec 2010-01-20 22:43:55 UTC (rev 191) @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: rubygem-rake -Requires: ruby(abi) = 1.8, facter, rcs +Requires: ruby(abi) = 1.8, facter # Per http://fedoraproject.org/wiki/Packaging:Ruby %{!?ruby_sitelib: %global ruby_sitelib %(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"] ')} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |