[UpTools/el5] Fix postgresql dependency

sebelk sebelk at fedoraproject.org
Sun Jun 19 04:08:36 UTC 2011


commit bbf0faa99a52686108324f76295aec9875d6d3fe
Author: Sergio Belkin <sebelk at fedoraproject.org>
Date:   Sun Jun 19 01:08:04 2011 -0300

    Fix postgresql dependency

 UpTools.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/UpTools.spec b/UpTools.spec
index d613d0a..130c7a0 100644
--- a/UpTools.spec
+++ b/UpTools.spec
@@ -1,7 +1,7 @@
 Summary: C++ library for HPC, parallel processing, networking, DB, memory, etc
 Name: UpTools
 Version: 8.5.5
-Release: 2%{dist}
+Release: 3%{dist}
 License: BSD
 Group: Development/Libraries
 Source: http://www.palermo.edu/ingenieria/%{name}-%{version}.tar.gz
@@ -33,7 +33,7 @@ Requires: libstdc++-devel%{?_isa}
 Requires: glibc-devel%{?_isa}
 Requires: openssl-devel%{?_isa}
 Requires: mysql-devel%{?_isa}
-Requires: postgresql-devel%{?_isa}
+Requires: postgresql84-devel%{?_isa}
  
 %description devel
 UpTools is an open source C++ development library that contains powerful
@@ -112,6 +112,9 @@ rm -rf %{buildroot}
 %doc LICENSE doc/README.CENTOS doc/examples
 
 %changelog
+* Sat Jun 18 2011 Sergio Belkin <sebelk at project.org> - 8.5.5-3
+- Fix postgresql Requires
+
 * Mon May 31 2011 Sergio Belkin <sebelk at project.org> - 8.5.5-2
 - Added glibc-devel dependency
 - Replace inet_net_pton by ns_initparse, because the first one is not used at all


More information about the scm-commits mailing list