rpms/libcap/devel libcap-1.10-audit.patch, NONE, 1.1 libcap.spec, 1.24, 1.25

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Feb 23 22:21:43 UTC 2007


Author: karsten

Update of /cvs/dist/rpms/libcap/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16820

Modified Files:
	libcap.spec 
Added Files:
	libcap-1.10-audit.patch 
Log Message:
- add CAP_AUDIT_WRITE and CAP_AUDIT_CONTROL (#229833)

libcap-1.10-audit.patch:
 capability.h |    4 ++++
 1 files changed, 4 insertions(+)

--- NEW FILE libcap-1.10-audit.patch ---
--- libcap-1.10/libcap/include/sys/capability.h.audit	2007-02-23 23:18:15.000000000 +0100
+++ libcap-1.10/libcap/include/sys/capability.h	2007-02-23 23:18:54.000000000 +0100
@@ -302,6 +302,10 @@
 
 #define CAP_LEASE            28
 
+#define CAP_AUDIT_WRITE      29
+
+#define CAP_AUDIT_CONTROL    30
+
 #endif /* !_LINUX_CAPABILITY_H */
 
 


Index: libcap.spec
===================================================================
RCS file: /cvs/dist/rpms/libcap/devel/libcap.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- libcap.spec	21 Feb 2007 14:43:04 -0000	1.24
+++ libcap.spec	23 Feb 2007 22:21:40 -0000	1.25
@@ -1,6 +1,6 @@
 Name: libcap
 Version: 1.10
-Release: 28
+Release: 29
 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
@@ -12,6 +12,7 @@
 Patch4: libcap-1.10-debian.patch
 Patch5: libcap-1.10-nostaticlib.patch
 Patch6: libcap-1.10-fPIC.patch
+Patch7: libcap-1.10-audit.patch
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post):   /sbin/ldconfig
@@ -43,6 +44,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 make PREFIX=%{_prefix} LIBDIR=%{_libdir} SBINDIR=%{_sbindir} \
@@ -84,6 +86,9 @@
 rm -rf ${RPM_BUILD_ROOT}
 
 %changelog
+* Fri Feb 23 2007 Karsten Hopp <karsten at redhat.com> 1.10-29
+- add CAP_AUDIT_WRITE and CAP_AUDIT_CONTROL (#229833)
+
 * Wed Feb 21 2007 Karsten Hopp <karsten at redhat.com> 1.10-28
 - drop obsolete ia64 patch
 - rpmlint fixes




More information about the fedora-cvs-commits mailing list