Remove ldconfig from post scriplets
This commit is contained in:
parent
87ca2fff75
commit
11fcfd166d
1 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Reference in a new issue