Remove unnecessary calls to ldconfig.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
epel8
Randy Barlow 6 years ago
parent 0652adde2a
commit 09571d305e

@ -1,6 +1,6 @@
Name: openpgm Name: openpgm
Version: 5.2.122 Version: 5.2.122
Release: 13%{?dist} Release: 14%{?dist}
Summary: An implementation of the PGM reliable multicast protocol Summary: An implementation of the PGM reliable multicast protocol
Group: System Environment/Libraries Group: System Environment/Libraries
@ -44,11 +44,6 @@ make DESTDIR=%{buildroot} install
rm %{buildroot}%{_libdir}/libpgm.{a,la} rm %{buildroot}%{_libdir}/libpgm.{a,la}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files %files
%doc COPYING LICENSE %doc COPYING LICENSE
%{_libdir}/*.so.* %{_libdir}/*.so.*
@ -62,6 +57,9 @@ rm %{buildroot}%{_libdir}/libpgm.{a,la}
%changelog %changelog
* Wed Sep 19 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 5.2.122-14
- Remove unnecessary calls to ldconfig.
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.122-13 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.122-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

Loading…
Cancel
Save