- drop post,postun requirements on ldconfig as find-requires can handle

this
This commit is contained in:
Karsten Hopp 2008-01-16 09:27:18 +00:00
parent d3432d6422
commit 8b6fa16031

View File

@ -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 <karsten@redhat.com> 1.10-33
- drop post,postun requirements on ldconfig as find-requires can handle this
* Tue Jan 15 2008 Karsten Hopp <karsten@redhat.com> 1.10-32
- add disttag
- fix changelog