From d808c476ac23f6a6d1eccb5937d89eaf806a987e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 26 Feb 2005 18:40:12 +0000 Subject: [PATCH] Remove redundant explicit ldconfig deps found when checking #118773 in Extras. --- libshout.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libshout.spec b/libshout.spec index 4912d99..38bd7e7 100644 --- a/libshout.spec +++ b/libshout.spec @@ -1,6 +1,6 @@ Name: libshout Version: 1.0.9 -Release: 1 +Release: 2 Summary: icecast source streaming library. Group: Libraries/Multimedia @@ -10,7 +10,6 @@ Source: http://developer.icecast.org/libshout/releases/%{name}-%{version Patch: libshout-makefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires(post,postun): /sbin/ldconfig %description Libshout is a library for communicating with and sending data to an @@ -65,5 +64,8 @@ rm -rf $RPM_BUILD_ROOT # ----------------------------------------------------------------------------- %changelog +* Sat Feb 26 2005 Ville Skyttä - 1.0.9-2 +- Remove redundant explicit /sbin/ldconfig dependency. + * Wed Jun 04 2003 Thomas Vander Stichele - 1.0.9-0.fdr.1: initial RPM release