Adding tcl-pgtcl into Requires of -tcl subpackage

This commit is contained in:
Jozef Mlich 2015-03-19 16:55:44 +01:00
parent ab286396f6
commit 58e1c1f5ad

View File

@ -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 <jmlich@redhat.com> - 9.4.1-2
- Adding tcl-pgtcl into Requires of -tcl subpackage
* Wed Feb 04 2015 Pavel Raiskup <praiskup@redhat.com> - 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