Remove ldconfig from post scriplets

This commit is contained in:
Mark Reynolds 2018-07-23 16:59:09 -04:00
commit 11fcfd166d

View file

@ -4,7 +4,7 @@ ExcludeArch: %{ix86}
Summary: Utility library for 389 administration
Name: 389-adminutil
Version: 1.1.23
Release: 10%{?dist}
Release: 11%{?dist}
License: GPLv3
URL: http://port389.org/wiki/AdminUtil
Group: Development/Libraries
@ -63,8 +63,8 @@ that use %{name}.
%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/lib*.a
%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%post
%postun
%files
%doc LICENSE README NEWS
@ -78,6 +78,9 @@ that use %{name}.
%{_includedir}/libadmsslutil
%changelog
* Mon Jul 23 2018 Mark Renolds <mreynolds@redhat.com> - 1.1.23-11
- Remove ldconfig from post scriplets
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.23-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild