From 3de7e5024ce09bce9d346ef6e40898a101b46b54 Mon Sep 17 00:00:00 2001 From: Patrik Novotný Date: Sep 02 2019 14:47:12 +0000 Subject: Fix %files and %description after renaming plpython --- diff --git a/postgresql.spec b/postgresql.spec index 13bc2ba..3f05222 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -305,7 +305,7 @@ Summary: The Python2 procedural language for PostgreSQL Requires: %{name}-server%{?_isa} = %precise_version Provides: %{name}-plpython = %precise_version -%description plpython +%description plpython2 The postgresql-plpython package contains the PL/Python procedural language, which is an extension to the PostgreSQL database server. 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 -%files plpython -f plpython.lst +%files plpython2 -f plpython.lst %{_datadir}/pgsql/extension/plpython2* %{_datadir}/pgsql/extension/plpythonu* %{_libdir}/pgsql/plpython2.so