[rubygem-rbvmomi] Fixed missing db file

Michal Fojtik mfojtik at fedoraproject.org
Thu Jul 21 09:16:25 UTC 2011


commit c9a43f834fce66b304daa4c3303b57b11a7bb4b6
Author: Michal Fojtik <mi at mifo.sk>
Date:   Thu Jul 21 11:16:01 2011 +0200

    Fixed missing db file

 rubygem-rbvmomi.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-rbvmomi.spec b/rubygem-rbvmomi.spec
index a138882..8ace71d 100644
--- a/rubygem-rbvmomi.spec
+++ b/rubygem-rbvmomi.spec
@@ -8,7 +8,7 @@
 Summary: Ruby interface to the VMware vSphere API
 Name: rubygem-%{gemname}
 Version: 1.2.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Development/Languages
 License: MIT
 URL: https://github.com/rlane/rbvmomi
@@ -72,7 +72,7 @@ popd
 %{_bindir}/rbvmomish
 %{geminstdir}/bin
 %{geminstdir}/lib
-%exclude %{geminstdir}/vmodl.db
+%{geminstdir}/vmodl.db
 %exclude %{geminstdir}/.yardopts
 %{gemdir}/cache/%{gemname}-%{version}.gem
 %{gemdir}/specifications/%{gemname}-%{version}.gemspec
@@ -88,6 +88,9 @@ popd
 %{geminstdir}/Rakefile
 
 %changelog
+* Mon Jul 21 2011 Michal Fojtik <mfojtik at redhat.com> - 1.2.3-3
+- Added vmodl.db back, since it's required dependency
+
 * Mon Jul 11 2011 Francesco Vollero <fvollero at redhat.com> - 1.2.3-2
 - Fix License to MIT
 - Removed the >= 0 versions from rubygems Requires


More information about the scm-commits mailing list