From 8b6fa160312590bd4f3440512bb0080f2839c089 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Wed, 16 Jan 2008 09:27:18 +0000 Subject: [PATCH] - drop post,postun requirements on ldconfig as find-requires can handle this --- libcap.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libcap.spec b/libcap.spec index 756110e..0a7ccd0 100644 --- a/libcap.spec +++ b/libcap.spec @@ -1,6 +1,6 @@ Name: libcap Version: 1.10 -Release: 32%{?dist} +Release: 33%{?dist} Summary: Library for getting and setting POSIX.1e capabilities Source: ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/%{name}-%{version}.tar.bz2 Source1: http://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/capfaq-0.2.txt @@ -15,8 +15,6 @@ Patch6: libcap-1.10-fPIC.patch Patch7: libcap-1.10-audit.patch Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires(post): /sbin/ldconfig -Requires(postun): /sbin/ldconfig %description libcap is a library for getting and setting POSIX.1e (formerly POSIX 6) @@ -86,6 +84,9 @@ chmod +x ${RPM_BUILD_ROOT}/%{_lib}/*.so.* rm -rf ${RPM_BUILD_ROOT} %changelog +* Wed Jan 16 2008 Karsten Hopp 1.10-33 +- drop post,postun requirements on ldconfig as find-requires can handle this + * Tue Jan 15 2008 Karsten Hopp 1.10-32 - add disttag - fix changelog