[cumin] Add patch to rpm

Trevor McKay tmckay at fedoraproject.org
Fri Jan 13 14:48:49 UTC 2012


commit 55032fab3c8d951f7924f66ccd7357e808f4e2f8
Author: tmckay <tmckay at redhat.com>
Date:   Fri Jan 13 09:48:42 2012 -0500

    Add patch to rpm

 cumin.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/cumin.spec b/cumin.spec
index 532f715..1cbd5e0 100644
--- a/cumin.spec
+++ b/cumin.spec
@@ -1,11 +1,12 @@
 Summary:        MRG management web console
 Name:           cumin
 Version:        0.1.5137
-Release:        4%{?dist}
+Release:        5%{?dist}
 License:        GPLv2+
 Group:          System Environment/Libraries
 URL:            http://svn.fedorahosted.org/svn/cumin
 Source0:        http://fedorahosted.org/releases/c/u/cumin/%{name}-%{version}.tar.gz
+Patch0:         cumin-database.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python
@@ -37,6 +38,7 @@ of MRG.
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
 
@@ -124,6 +126,9 @@ rm -rf %{buildroot}
 %doc %{cumin_doc}/*
 
 %changelog
+* Fri Jan 13 2012 Trevor McKay <tmckay at redhat.com> - 0.1.5137-5
+- Patch cumin-database to use postgresql-setup initdb if available
+
 * Wed Jan 11 2012 Trevor McKay <tmckay at redhat.com> - 0.1.5137-4
 - Reintroduce dependency on python-wallaby
 - Remove dependency on qpid-qmf


More information about the scm-commits mailing list