From 6549f2708b19c6ab4281e56507ff14d153d31593 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Oct 18 2017 16:48:39 +0000 Subject: scriptlets: assign correctly to jdbc subpackage (.. if that was ever built actually) Resolves: rhbz#979685 Version: 2.4.0-2 --- diff --git a/postgis.spec b/postgis.spec index 848d79f..71e7306 100644 --- a/postgis.spec +++ b/postgis.spec @@ -253,8 +253,8 @@ fi %if %javabuild %if %gcj_support -%post -p %{_bindir}/rebuild-gcj-db -%postun -p %{_bindir}/rebuild-gcj-db +%post jdbc -p %{_bindir}/rebuild-gcj-db +%postun jdbc -p %{_bindir}/rebuild-gcj-db %endif %endif @@ -340,6 +340,7 @@ fi %changelog * Wed Oct 18 2017 Pavel Raiskup - 2.4.0-2 - build against json-c again (rhbz#1484031) +- post/postun set for jdbc sub-package (rhbz#979685) * Tue Oct 17 2017 Pavel Raiskup - 2.4.0-1 - install desktop files into /usr/share/applications