[postgresql-plparrot] add additional Requires according to review

Gerd Pokorra gerd at fedoraproject.org
Sun Oct 31 04:29:18 UTC 2010


commit 80945294e43ae27cc2664436c040ad297b884db7
Author: gerd <gp at zimt.uni-siegen.de>
Date:   Sun Oct 31 05:29:21 2010 +0100

    add additional Requires according to review

 postgresql-plparrot.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/postgresql-plparrot.spec b/postgresql-plparrot.spec
index db2145e..c9200a2 100644
--- a/postgresql-plparrot.spec
+++ b/postgresql-plparrot.spec
@@ -1,6 +1,6 @@
 Name:		postgresql-plparrot
 Version:	0.04
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A PostgreSQL procedural language for the Parrot virtual machine
 
 Group:		Applications/Databases
@@ -11,6 +11,7 @@ BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:	postgresql-devel
 BuildRequires:	parrot-devel
+Requires:	postgresql-server
 Requires:	postgresql-contrib
 
 %description
@@ -45,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Oct 30 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.04-2
+- add that postgresql-server is required
+
 * Fri Oct 22 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.04-1
 - update to new upstream, which includes more licensing information
 


More information about the scm-commits mailing list