[cumin] Fix spec for support of the reporting feature

Trevor McKay tmckay at fedoraproject.org
Fri Nov 2 17:15:00 UTC 2012


commit bb839fd738785ac052c6b959798617416a7f4154
Author: Trevor McKay <tmckay at redhat.com>
Date:   Fri Nov 2 13:14:26 2012 -0400

    Fix spec for support of the reporting feature

 cumin.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/cumin.spec b/cumin.spec
index 361a486..6fdff56 100644
--- a/cumin.spec
+++ b/cumin.spec
@@ -1,7 +1,7 @@
 Summary:        MRG management web console
 Name:           cumin
 Version:        0.1.5522
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        GPLv2+
 Group:          System Environment/Libraries
 URL:            http://svn.fedorahosted.org/svn/cumin
@@ -19,6 +19,7 @@ Requires:       python-wallaby
 Requires:       python-psycopg2
 Requires:       python-suds
 Requires:       python-ldap
+Requires:       pymongo
 Requires(post): systemd-units
 Requires(preun): systemd-units
 Requires(postun): systemd-units
@@ -50,6 +51,7 @@ install -d %{buildroot}%{_bindir}
 install -pm 755 %{buildroot}%{cumin_home}/bin/cumin %{buildroot}%{_bindir}
 install -pm 755 %{buildroot}%{cumin_home}/bin/cumin-web %{buildroot}%{_bindir}
 install -pm 755 %{buildroot}%{cumin_home}/bin/cumin-data %{buildroot}%{_bindir}
+install -pm 755 %{buildroot}%{cumin_home}/bin/cumin-report %{buildroot}%{_bindir}
 
 # Put root-only programs in /usr/sbin
 install -d %{buildroot}%{_sbindir}
@@ -124,6 +126,7 @@ rm -rf %{buildroot}
 %{_bindir}/cumin
 %{_bindir}/cumin-web
 %{_bindir}/cumin-data
+%{_bindir}/cumin-report
 %{_sbindir}/cumin-admin
 %{_sbindir}/cumin-database
 %{cumin_home}
@@ -134,6 +137,11 @@ rm -rf %{buildroot}
 %doc %{cumin_doc}/*
 
 %changelog
+* Fri Nov 02 2012 Trevor McKay <tmckay at redhat.com> - 0.1.5522-3
+- Fix the spec in regards to the long term reporting feature
+- The cumin-report script was not being installed in /usr/bin
+- A dependency on pymongo was missing
+
 * Thu Oct 25 2012 Trevor McKay <tmckay at redhat.com> - 0.1.5522-2
 - Change form of bug numbers in the last changelog so they show
 - up in the build system web UI


More information about the scm-commits mailing list