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:
parent
1b0c8591cb
commit
f8eedafe91
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user