devel/libcap libcap.spec,1.28,1.29

Karsten Hopp (karsten) fedora-extras-commits at redhat.com
Tue Jan 15 09:43:21 UTC 2008


Author: karsten

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

Modified Files:
	libcap.spec 
Log Message:
- add disttag
- fix changelog
- fix defattr



Index: libcap.spec
===================================================================
RCS file: /cvs/extras/devel/libcap/libcap.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- libcap.spec	14 Jan 2008 12:24:58 -0000	1.28
+++ libcap.spec	15 Jan 2008 09:42:47 -0000	1.29
@@ -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 @@
 %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 @@
 rm -rf ${RPM_BUILD_ROOT}
 
 %changelog
-* Mon Jan 14 2008 Karsten Hopp <karsten at redhat.com> 1.10-30
+* Tue Jan 15 2008 Karsten Hopp <karsten at redhat.com> 1.10-32
+- add disttag
+- fix changelog
+- fix defattr
+
+* Mon Jan 14 2008 Karsten Hopp <karsten at redhat.com> 1.10-31
 - use cp -p in spec file to preserve file attributes (#225992)
 - add license file
 




More information about the fedora-extras-commits mailing list