diff --git a/pilot-link.spec b/pilot-link.spec index 8fc202e..5470252 100644 --- a/pilot-link.spec +++ b/pilot-link.spec @@ -3,7 +3,7 @@ Summary: File transfer utilities between Linux and PalmPilots Name: pilot-link Version: 0.12.5 -Release: 36%{?dist} +Release: 37%{?dist} Epoch: 2 # libpisock/md5.c Public Domain # libpisock/blob.c LGPLv2+ @@ -71,8 +71,6 @@ This package contains utilities that depend on perl %package libs Summary: PalmPilot libraries Group: System Environment/Libraries -Requires(post): /sbin/ldconfig -Requires(postun): /sbin/ldconfig %description libs Libraries for applications communicating with PalmPilot @@ -160,10 +158,6 @@ install -p -m644 %{SOURCE3} %{buildroot}%{_datadir}/pilot-link/udev install -d %{buildroot}/lib/udev/rules.d/ install -p -m644 %{SOURCE4} %{buildroot}/lib/udev/rules.d/ -%post libs -p /sbin/ldconfig - -%postun libs -p /sbin/ldconfig - %files %doc COPYING ChangeLog README NEWS doc/README.usb doc/README.debugging doc/README.libusb README.fedora %{_bindir}/* @@ -195,6 +189,9 @@ install -p -m644 %{SOURCE4} %{buildroot}/lib/udev/rules.d/ /lib/udev/rules.d/69-pilot-link.rules %changelog +* Thu Jun 28 2018 Nikola Forró - 2:0.12.5-37 +- Remove ldconfig from scriptlets + * Wed Jun 27 2018 Jitka Plesnikova - 2:0.12.5-36 - Perl 5.28 rebuild