From d92e238ef316805c49fb8b90f4668a6fb695e951 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:21:27 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20libcap-?= =?UTF-8?q?1.10-5.src.rpm=20Mon=20Jul=2016=202001=20Trond=20Eivind=20Gloms?= =?UTF-8?q?r=F8d=20=20-=20Add=20post,postun=20scripts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libcap.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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