Fix %files and %description after renaming plpython
This commit is contained in:
parent
5c5f249239
commit
3de7e5024c
@ -305,7 +305,7 @@ Summary: The Python2 procedural language for PostgreSQL
|
|||||||
Requires: %{name}-server%{?_isa} = %precise_version
|
Requires: %{name}-server%{?_isa} = %precise_version
|
||||||
Provides: %{name}-plpython = %precise_version
|
Provides: %{name}-plpython = %precise_version
|
||||||
|
|
||||||
%description plpython
|
%description plpython2
|
||||||
The postgresql-plpython package contains the PL/Python procedural language,
|
The postgresql-plpython package contains the PL/Python procedural language,
|
||||||
which is an extension to the PostgreSQL database server.
|
which is an extension to the PostgreSQL database server.
|
||||||
Install this if you want to write database functions in Python 2.
|
Install this if you want to write database functions in Python 2.
|
||||||
@ -1189,7 +1189,7 @@ make -C postgresql-setup-%{setup_version} check
|
|||||||
|
|
||||||
|
|
||||||
%if %plpython
|
%if %plpython
|
||||||
%files plpython -f plpython.lst
|
%files plpython2 -f plpython.lst
|
||||||
%{_datadir}/pgsql/extension/plpython2*
|
%{_datadir}/pgsql/extension/plpython2*
|
||||||
%{_datadir}/pgsql/extension/plpythonu*
|
%{_datadir}/pgsql/extension/plpythonu*
|
||||||
%{_libdir}/pgsql/plpython2.so
|
%{_libdir}/pgsql/plpython2.so
|
||||||
|
Loading…
Reference in New Issue
Block a user