Remove unneded ldconfig scriptlets

- 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 <kloczek@fedoraproject.org>
This commit is contained in:
Lukas Slebodnik 2019-01-18 15:08:18 +01:00
parent 1b0c8591cb
commit f8eedafe91

View File

@ -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 <lslebodn@fedoraproject.org> - 1.3.17-1
- rhbz#1667472 - libtdb-1.3.17 is available