rpms/rubygem-mongrel_cluster/F-10 mongrel_cluster.init, 1.1, 1.2 rubygem-mongrel_cluster.spec, 1.1, 1.2

Robert Scheck robert at fedoraproject.org
Sun Aug 2 16:53:11 UTC 2009


Author: robert

Update of /cvs/pkgs/rpms/rubygem-mongrel_cluster/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18966/F-10

Modified Files:
	mongrel_cluster.init rubygem-mongrel_cluster.spec 
Log Message:
- Corrected a typo for output redirection in the initscript
- Removed the conditionalizing of ruby(abi) = version for EPEL



Index: mongrel_cluster.init
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-mongrel_cluster/F-10/mongrel_cluster.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- mongrel_cluster.init	29 May 2009 19:14:41 -0000	1.1
+++ mongrel_cluster.init	2 Aug 2009 16:53:11 -0000	1.2
@@ -46,7 +46,7 @@ case "$1" in
 	  if [ -f $config ]; then
 	    file=`basename $config`
 	    echo -n $"Starting $prog for $file: "
-	    $mongrel cluster::start -C $config >> /dev/null 2&>1i
+	    $mongrel cluster::start -C $config >> /dev/null 2>&1
 	    RETVAL=$?
 	    [ $RETVAL -eq 0 ] && echo_success || echo_failure
 	    echo
@@ -71,7 +71,7 @@ case "$1" in
 	  if [ -f $config ]; then
 	    file=`basename $config`
 	    echo -n $"Stopping $prog for $file: "
-	    $mongrel cluster::stop -C $config >> /dev/null 2&>1i
+	    $mongrel cluster::stop -C $config >> /dev/null 2>&1
 	    RETVAL=$?
 	    [ $RETVAL -eq 0 ] && echo_success || echo_failure
 	    echo
@@ -116,7 +116,7 @@ case "$1" in
 	  if [ -f $config ]; then
 	    file=`basename $config`
 	    echo -n $"Restarting $prog for $file: "
-	    $mongrel cluster::restart -C $config >> /dev/null 2&>1i
+	    $mongrel cluster::restart -C $config >> /dev/null 2>&1
 	    RETVAL=$?
 	    [ $RETVAL -eq 0 ] && echo_success || echo_failure
 	    echo


Index: rubygem-mongrel_cluster.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-mongrel_cluster/F-10/rubygem-mongrel_cluster.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- rubygem-mongrel_cluster.spec	29 May 2009 19:14:41 -0000	1.1
+++ rubygem-mongrel_cluster.spec	2 Aug 2009 16:53:11 -0000	1.2
@@ -7,16 +7,13 @@
 Summary:           GemPlugin wrapper for the mongrel HTTP server
 Name:              rubygem-%{gemname}
 Version:           1.0.5
-Release:           2%{?dist}
+Release:           4%{?dist}
 License:           GPLv2 or Ruby
 Group:             System Environment/Daemons
 URL:               http://mongrel.rubyforge.org/wiki/MongrelCluster
 Source0:           http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
 Source1:           mongrel_cluster.init
-%if 0%{?rhel}%{?fedora} > 5
-Requires:          ruby(abi) = %{ruby_abiver}
-%endif
-Requires:          rubygems, rubygem(mongrel) >= 1.0.0
+Requires:          ruby(abi) = %{ruby_abiver}, rubygems, rubygem(mongrel) >= 1.0.0
 Requires(post):    /sbin/chkconfig
 Requires(preun):   /sbin/service, /sbin/chkconfig
 Requires(postun):  /sbin/service
@@ -87,6 +84,13 @@ rm -rf $RPM_BUILD_ROOT
 %{gemdir}/specifications/%{gemname}-%{version}.gemspec
 
 %changelog
+* Sun Aug 02 2009 Robert Scheck <robert at fedoraproject.org> 1.0.5-4
+- Corrected a typo for output redirection in the initscript
+- Removed the conditionalizing of ruby(abi) = version for EPEL
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.5-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Tue May 26 2009 Robert Scheck <robert at fedoraproject.org> 1.0.5-2
 - Added missing requirement to ruby(abi) = version (#501134 #c1)
 - Rewrote initscript to support single clusters and reload/subsys




More information about the fedora-extras-commits mailing list