[rubygem-thin/f15] Make stats.html.erb part of the main package.

Chris Lalancette clalance at fedoraproject.org
Thu Aug 18 20:26:26 UTC 2011


commit c052e17bd8096abd2bb101bb920e8f4a813bf1b0
Author: Chris Lalancette <clalance at redhat.com>
Date:   Thu Aug 18 16:21:06 2011 -0400

    Make stats.html.erb part of the main package.
    
    It is a runtime requirement.
    
    Signed-off-by: Chris Lalancette <clalance at redhat.com>

 rubygem-thin.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/rubygem-thin.spec b/rubygem-thin.spec
index b257bdc..149f92d 100644
--- a/rubygem-thin.spec
+++ b/rubygem-thin.spec
@@ -8,7 +8,7 @@
 Summary: A thin and fast web server
 Name: rubygem-%{gemname}
 Version: 1.2.11
-Release: 9%{?dist}
+Release: 10%{?dist}
 Group: Development/Languages
 License: (GPLv2 or Ruby) and BSD and MIT
 URL: http://code.macournoyer.com/thin/
@@ -111,6 +111,8 @@ popd
 %{geminstdir}/lib/thin/controllers/
 %{gemdir}/cache/%{gemname}-%{version}.gem
 %{gemdir}/specifications/%{gemname}-%{version}.gemspec
+# BSD
+%{geminstdir}/lib/thin/stats.html.erb
 
 %files doc
 %defattr(-, root, root, -)
@@ -137,10 +139,11 @@ popd
 # MIT
 %doc %{geminstdir}/COPYING
 %{geminstdir}/spec/rails_app/public/
-# BSD
-%{geminstdir}/lib/thin/stats.html.erb
 
 %changelog
+* Thu Aug 18 2011 Chris Lalancette <clalance at redhat.com> - 1.2.11-10
+- Move stats.html.erb to the main package (it is a runtime requirement)
+
 * Thu Aug 18 2011 Chris Lalancette <clalance at redhat.com> - 1.2.11-9
 - Make F-15 use the same parse path patch as rawhide
 


More information about the scm-commits mailing list