diff --git a/libcap.spec b/libcap.spec index eeec104..0e25562 100644 --- a/libcap.spec +++ b/libcap.spec @@ -1,6 +1,6 @@ Name: libcap Version: 1.10 -Release: 4 +Release: 5 Summary: Library for getting and setting POSIX.1e capabilities Source: ftp://ftp.kernel.org/pub/linux/libraries/security/libcap/kernel-2.4/%{name}-%{version}.tar.bz2 License: BSD-like and LGPL @@ -44,6 +44,9 @@ make prefix=/usr rm -rf $RPM_BUILD_ROOT make install prefix=/usr FAKEROOT=$RPM_BUILD_ROOT +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + %files %defattr(-,root,root) %{_libdir}/*.so.* @@ -60,6 +63,9 @@ make install prefix=/usr FAKEROOT=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/%{name}-%{version} %changelog +* Mon Jul 16 2001 Trond Eivind Glomsr�d +- Add post,postun scripts + * Tue Jul 10 2001 Jakub Jelinek - don't build libcap.so.1 with ld -shared, but gcc -shared