From d3432d64220e0ddff40947e2a8acc71c1bd6c940 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Tue, 15 Jan 2008 09:42:47 +0000 Subject: [PATCH] - add disttag - fix changelog - fix defattr --- libcap.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/libcap.spec b/libcap.spec index 0ccc4f0..756110e 100644 --- a/libcap.spec +++ b/libcap.spec @@ -1,6 +1,6 @@ Name: libcap Version: 1.10 -Release: 31 +Release: 32%{?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 @@ -70,13 +70,13 @@ chmod +x ${RPM_BUILD_ROOT}/%{_lib}/*.so.* %postun -p /sbin/ldconfig %files -%defattr(-,root,root) +%defattr(-,root,root,-) /%{_lib}/*.so.* %{_sbindir}/* %doc doc/capability.notes doc/capfaq-0.2.txt License %files devel -%defattr(-,root,root) +%defattr(-,root,root,-) %{_includedir}/* /%{_lib}/*.so %{_mandir}/man2/* @@ -86,7 +86,12 @@ chmod +x ${RPM_BUILD_ROOT}/%{_lib}/*.so.* rm -rf ${RPM_BUILD_ROOT} %changelog -* Mon Jan 14 2008 Karsten Hopp 1.10-30 +* Tue Jan 15 2008 Karsten Hopp 1.10-32 +- add disttag +- fix changelog +- fix defattr + +* Mon Jan 14 2008 Karsten Hopp 1.10-31 - use cp -p in spec file to preserve file attributes (#225992) - add license file