Adding tcl-pgtcl into Requires of -tcl subpackage
This commit is contained in:
parent
ab286396f6
commit
58e1c1f5ad
@ -67,7 +67,7 @@ Summary: PostgreSQL client programs
|
|||||||
Name: postgresql
|
Name: postgresql
|
||||||
%global majorversion 9.4
|
%global majorversion 9.4
|
||||||
Version: 9.4.1
|
Version: 9.4.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
||||||
# recognizes it as an independent license, so we do as well.
|
# 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
|
Summary: The Tcl procedural language for PostgreSQL
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
Requires: %{name}-server%{?_isa} = %{version}-%{release}
|
Requires: %{name}-server%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: tcl-pgtcl
|
||||||
|
|
||||||
%description pltcl
|
%description pltcl
|
||||||
The postgresql-pltcl package contains the PL/Tcl procedural language,
|
The postgresql-pltcl package contains the PL/Tcl procedural language,
|
||||||
@ -1170,6 +1171,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 04 2015 Pavel Raiskup <praiskup@redhat.com> - 9.4.1-1
|
||||||
- update to 9.4.1 per release notes
|
- update to 9.4.1 per release notes
|
||||||
http://www.postgresql.org/docs/9.4/static/release-9-4-1.html
|
http://www.postgresql.org/docs/9.4/static/release-9-4-1.html
|
||||||
|
Loading…
Reference in New Issue
Block a user