diff --git a/NetworkManager-pptp.spec b/NetworkManager-pptp.spec index f2e3b39..c000a12 100644 --- a/NetworkManager-pptp.spec +++ b/NetworkManager-pptp.spec @@ -11,7 +11,7 @@ Summary: NetworkManager VPN plugin for pptp Name: NetworkManager-pptp Epoch: 1 Version: 0.9.3.997 -Release: 1%{snapshot}%{?dist} +Release: 2%{snapshot}%{?dist} License: GPLv2+ Group: System Environment/Base URL: http://www.gnome.org/projects/NetworkManager/ @@ -36,8 +36,8 @@ Requires: ppp = %{ppp_version} Requires: shared-mime-info >= %{shared_mime_version} Requires: pptp Requires: gnome-keyring -Requires(post): /sbin/ldconfig desktop-file-utils -Requires(postun): /sbin/ldconfig desktop-file-utils +Requires(post): desktop-file-utils +Requires(postun): desktop-file-utils %description @@ -70,7 +70,6 @@ rm -f %{buildroot}%{_libdir}/pppd/2.*/nm-pptp-pppd-plugin.a %post -/sbin/ldconfig /usr/bin/update-desktop-database &> /dev/null || : touch --no-create %{_datadir}/icons/hicolor if [ -x %{_bindir}/gtk-update-icon-cache ]; then @@ -79,7 +78,6 @@ fi %postun -/sbin/ldconfig /usr/bin/update-desktop-database &> /dev/null || : touch --no-create %{_datadir}/icons/hicolor if [ -x %{_bindir}/gtk-update-icon-cache ]; then @@ -103,6 +101,9 @@ fi %{_datadir}/gnome-vpn-properties/pptp/nm-pptp-dialog.ui %changelog +* Wed Jun 13 2012 Ville Skyttä - 1:0.9.3.997-2 +- Remove unnecessary ldconfig calls from scriptlets (#737333). + * Mon Mar 19 2012 Dan Williams - 1:0.9.3.997-1 - Update to 0.9.3.997 (0.9.4-rc1)