devel/libcap libcap.spec,1.27,1.28

Karsten Hopp (karsten) fedora-extras-commits at redhat.com
Mon Jan 14 12:25:34 UTC 2008


Author: karsten

Update of /cvs/extras/devel/libcap
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12956

Modified Files:
	libcap.spec 
Log Message:
- use cp -p in spec file to preserve file attributes (#225992)
- add license file



Index: libcap.spec
===================================================================
RCS file: /cvs/extras/devel/libcap/libcap.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- libcap.spec	24 Aug 2007 20:01:15 -0000	1.27
+++ libcap.spec	14 Jan 2008 12:24:58 -0000	1.28
@@ -1,6 +1,6 @@
 Name: libcap
 Version: 1.10
-Release: 30
+Release: 31
 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
@@ -62,7 +62,7 @@
 mkdir -p ${RPM_BUILD_ROOT}/%{_mandir}/man{2,3,8}
 mv -f doc/*.2 ${RPM_BUILD_ROOT}/%{_mandir}/man2/
 mv -f doc/*.3 ${RPM_BUILD_ROOT}/%{_mandir}/man3/
-cp %{SOURCE1} doc/
+cp -p %{SOURCE1} doc/
 
 chmod +x ${RPM_BUILD_ROOT}/%{_lib}/*.so.*
 
@@ -73,7 +73,7 @@
 %defattr(-,root,root)
 /%{_lib}/*.so.*
 %{_sbindir}/*
-%doc doc/capability.notes  doc/capfaq-0.2.txt
+%doc doc/capability.notes  doc/capfaq-0.2.txt License
 
 %files devel
 %defattr(-,root,root)
@@ -86,6 +86,10 @@
 rm -rf ${RPM_BUILD_ROOT}
 
 %changelog
+* Mon Jan 14 2008 Karsten Hopp <karsten at redhat.com> 1.10-30
+- use cp -p in spec file to preserve file attributes (#225992)
+- add license file
+
 * Fri Aug 24 2007 Karsten Hopp <karsten at redhat.com> 1.10-30
 - rebuild
 




More information about the fedora-extras-commits mailing list