PATCH RHEL5 make isys/auditd.c build with latest RHEL5 nightly audit-libs-devel
Hi all,
Current rhel5-branch does not build against the latest audit-libs-devel from
the rhel5 nightly's.
I don't know how brew exactly works, but I guess it will use the latest
audit-libs-devel next time we try to build anaconda, if it does we will need
the attached patch (extracted from the master branch).
Regards,
Hans
From: David Cantrell <dcantrell@redhat.com>
Date: Sun, 7 Sep 2008 08:43:59 +0000 (-1000)
Subject: Use struct audit_reply instead of struct auditd_reply_list
X-Git-Tag: anaconda-11.4.1.32-1~1
X-Git-Url: http://git.fedorahosted.org/git/?p=anaconda.git;a=commitdiff_plain;h=0363298991055 7d955c1b5362c401addc62d0146
Use struct audit_reply instead of struct auditd_reply_list
libaudit API changed a bit. Only have audit_reply now, and
not auditd_reply_list.
---
do {
retval = ppoll(&pds, 1, &timeout, &sigs);
@@ -86,7 +83,7 @@ static void do_auditd(int fd) {
if (done)
break;
- if (audit_get_reply(fd, &rep->reply, GET_REPLY_NONBLOCKING, 0) > 0) {
+ if (audit_get_reply(fd, &rep, GET_REPLY_NONBLOCKING, 0) > 0) {
/* we don't actually want to do anything here. */
;
}
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
11-04-2008, 07:59 PM
David Cantrell
PATCH RHEL5 make isys/auditd.c build with latest RHEL5 nightly audit-libs-devel
On Tue, Nov 04, 2008 at 12:30:10PM +0100, Hans de Goede wrote:
> Hi all,
>
> Current rhel5-branch does not build against the latest audit-libs-devel
> from the rhel5 nightly's.
>
> I don't know how brew exactly works, but I guess it will use the latest
> audit-libs-devel next time we try to build anaconda, if it does we will
> need the attached patch (extracted from the master branch).
Hitting problems like this, I would make sure to update the spec file to
reference a new minimum version of audit-libs-devel for the build.
Then, what Joel said, about contacting rel-eng. Sometimes a package may need
a tag to get pulled in to the buildroot (especially if it was built recently
or the same day).
> _______________________________________________
> Anaconda-devel-list mailing list
> Anaconda-devel-list@redhat.com
> https://www.redhat.com/mailman/listinfo/anaconda-devel-list
--
David Cantrell <dcantrell@redhat.com>
Red Hat / Honolulu, HI
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list