From f8eedafe915c9aa8f452170e1a6397e06e4ef29e Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Fri, 18 Jan 2019 15:08:18 +0100 Subject: [PATCH] Remove unneded ldconfig scriptlets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - executing ldconfig in python %%post/%%postun packages is not needed (those packages are not providing libraries but loadable modules) Initial version from: Tomasz Kłoczko --- libtdb.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libtdb.spec b/libtdb.spec index 2576fdd..fc8d929 100644 --- a/libtdb.spec +++ b/libtdb.spec @@ -134,14 +134,6 @@ make install DESTDIR=$RPM_BUILD_ROOT %ldconfig_scriptlets -%if 0%{?with_python2} -%ldconfig_scriptlets -n python2-tdb -%endif - -%if 0%{?with_python3} -%ldconfig_scriptlets -n python3-tdb -%endif - %changelog * Thu Jan 17 2019 Lukas Slebodnik - 1.3.17-1 - rhbz#1667472 - libtdb-1.3.17 is available