From 58e1c1f5adc1a064becb45f295b05a3dfa10fc78 Mon Sep 17 00:00:00 2001 From: Jozef Mlich Date: Thu, 19 Mar 2015 16:55:44 +0100 Subject: [PATCH] Adding tcl-pgtcl into Requires of -tcl subpackage --- postgresql.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/postgresql.spec b/postgresql.spec index 5498d85..c86d25a 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -67,7 +67,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 9.4 Version: 9.4.1 -Release: 1%{?dist} +Release: 2%{?dist} # The PostgreSQL license is very similar to other MIT licenses, but the OSI # recognizes it as an independent license, so we do as well. @@ -324,6 +324,7 @@ Install this if you want to write database functions in Python 3. Summary: The Tcl procedural language for PostgreSQL Group: Applications/Databases Requires: %{name}-server%{?_isa} = %{version}-%{release} +Requires: tcl-pgtcl %description pltcl The postgresql-pltcl package contains the PL/Tcl procedural language, @@ -1170,6 +1171,9 @@ fi %endif %changelog +* Thu Mar 19 2015 Jozef Mlich - 9.4.1-2 +- Adding tcl-pgtcl into Requires of -tcl subpackage + * Wed Feb 04 2015 Pavel Raiskup - 9.4.1-1 - update to 9.4.1 per release notes http://www.postgresql.org/docs/9.4/static/release-9-4-1.html