rpms/readahead/devel readahead-1.4.5-audit_reply_list.patch, NONE, 1.1 readahead.spec, 1.47, 1.48

Harald Hoyer harald at fedoraproject.org
Wed Sep 3 14:26:19 UTC 2008


Author: harald

Update of /cvs/pkgs/rpms/readahead/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3491

Modified Files:
	readahead.spec 
Added Files:
	readahead-1.4.5-audit_reply_list.patch 
Log Message:
* Wed Sep 03 2008 Harald Hoyer <harald at redhat.com> 1.4.5-2
- fixed compiling agaings audit-libs-devel-1.4.5


readahead-1.4.5-audit_reply_list.patch:

--- NEW FILE readahead-1.4.5-audit_reply_list.patch ---
diff -up readahead-1.4.5/src/readahead-collector.c.reply_list readahead-1.4.5/src/readahead-collector.c
--- readahead-1.4.5/src/readahead-collector.c.reply_list	2008-09-03 16:22:50.000000000 +0200
+++ readahead-1.4.5/src/readahead-collector.c	2008-09-03 16:22:57.000000000 +0200
@@ -48,6 +48,12 @@
 
 #define MAX_READLINKS 32
 
+struct auditd_reply_list {
+        struct audit_reply reply;
+        struct auditd_reply_list *next;
+        int ack_socket;
+        unsigned long sequence_id;
+};
 
 /* daemon initialization pipe */
 static int init_pipe[2];


Index: readahead.spec
===================================================================
RCS file: /cvs/pkgs/rpms/readahead/devel/readahead.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- readahead.spec	1 Sep 2008 14:41:20 -0000	1.47
+++ readahead.spec	3 Sep 2008 14:25:49 -0000	1.48
@@ -9,6 +9,7 @@
 Source1:        default.early
 Source2:        default.later
 Patch: 		readahead-1.4.5-usr.patch
+Patch2: 	readahead-1.4.5-audit_reply_list.patch
 
 URL:            https://hosted.fedoraproject.org/projects/readahead
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -27,6 +28,8 @@
 %prep
 %setup -q
 %patch -p1 -b .usr
+%patch2 -p1 -b .audit_reply_list
+
 cp -f -t ./lists/ %{SOURCE1}
 cp -f -t ./lists/ %{SOURCE2}
 
@@ -75,6 +78,9 @@
 /sbin/readahead-collector
 
 %changelog
+* Wed Sep 03 2008 Harald Hoyer <harald at redhat.com> 1.4.5-2
+- fixed compiling agaings audit-libs-devel-1.4.5
+
 * Mon Sep 01 2008 Harald Hoyer <harald at redhat.com> 1.4.5-2
 - moved readahead to /sbin (bug #460715)
 




More information about the fedora-extras-commits mailing list