plpython: rename to plpython2
Related: BZ#1738814
This commit is contained in:
parent
2c626b6e5d
commit
5c5f249239
@ -60,7 +60,7 @@ Summary: PostgreSQL client programs
|
|||||||
Name: postgresql
|
Name: postgresql
|
||||||
%global majorversion 11
|
%global majorversion 11
|
||||||
Version: 11.5
|
Version: 11.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?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.
|
||||||
@ -300,10 +300,10 @@ Install this if you want to write database functions in Perl.
|
|||||||
|
|
||||||
|
|
||||||
%if %plpython
|
%if %plpython
|
||||||
%package plpython
|
%package plpython2
|
||||||
Summary: The Python2 procedural language for PostgreSQL
|
Summary: The Python2 procedural language for PostgreSQL
|
||||||
Requires: %{name}-server%{?_isa} = %precise_version
|
Requires: %{name}-server%{?_isa} = %precise_version
|
||||||
Provides: %{name}-plpython2 = %precise_version
|
Provides: %{name}-plpython = %precise_version
|
||||||
|
|
||||||
%description plpython
|
%description plpython
|
||||||
The postgresql-plpython package contains the PL/Python procedural language,
|
The postgresql-plpython package contains the PL/Python procedural language,
|
||||||
@ -1210,6 +1210,9 @@ make -C postgresql-setup-%{setup_version} check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 02 2019 Patrik Novotný <panovotn@redhat.com> - 11.5-3
|
||||||
|
- Rename plpython to plpython2 and provide plpython virtually.
|
||||||
|
|
||||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 11.5-2
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 11.5-2
|
||||||
- Rebuilt for Python 3.8
|
- Rebuilt for Python 3.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user