Call ldconfig scriptlets using a macro

This commit is contained in:
Petr Písař 2018-02-06 14:01:51 +01:00
parent bb79c85787
commit 7317c1ba6c
1 changed files with 2 additions and 3 deletions

View File

@ -3211,9 +3211,7 @@ popd
%endif %endif
%endif %endif
%post libs -p /sbin/ldconfig %ldconfig_scriptlets -n libs
%postun libs -p /sbin/ldconfig
%files %files
# We sub-package modules from perl-interpreter subpackage. Main perl package # We sub-package modules from perl-interpreter subpackage. Main perl package
@ -5213,6 +5211,7 @@ popd
* Tue Feb 06 2018 Petr Pisar <ppisar@redhat.com> - 4:5.26.1-407 * Tue Feb 06 2018 Petr Pisar <ppisar@redhat.com> - 4:5.26.1-407
- Fix parsing braced subscript after parentheses (RT#8045) - Fix parsing braced subscript after parentheses (RT#8045)
- Fix a heap use after free when moving a stack (RT#131954) - Fix a heap use after free when moving a stack (RT#131954)
- Call ldconfig scriptlets using a macro
* Thu Feb 01 2018 Petr Pisar <ppisar@redhat.com> - 4:5.26.1-406 * Thu Feb 01 2018 Petr Pisar <ppisar@redhat.com> - 4:5.26.1-406
- Correct shell bangs in tests - Correct shell bangs in tests