From f95a3b28f8388d1d507848f9ca9e0b94c5316726 Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Wed, 16 Dec 2020 16:09:17 -0500 Subject: [PATCH] New upstream feature and bugfix release --- audit-3.0-no-common.patch | 23 ----------------------- audit.spec | 2 -- 2 files changed, 25 deletions(-) delete mode 100644 audit-3.0-no-common.patch diff --git a/audit-3.0-no-common.patch b/audit-3.0-no-common.patch deleted file mode 100644 index b73ae27..0000000 --- a/audit-3.0-no-common.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 017e6c6ab95df55f34e339d2139def83e5dada1f Mon Sep 17 00:00:00 2001 -From: Steve Grubb -Date: Fri, 10 Jan 2020 21:13:50 -0500 -Subject: [PATCH] Header definitions need to be external when building with - -fno-common (which is default in GCC 10) - Tony Jones - ---- - src/ausearch-common.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/ausearch-common.h b/src/ausearch-common.h -index 6669203..3040547 100644 ---- a/src/ausearch-common.h -+++ b/src/ausearch-common.h -@@ -50,7 +50,7 @@ extern pid_t event_pid; - extern int event_exact_match; - extern uid_t event_uid, event_euid, event_loginuid; - extern const char *event_tuid, *event_teuid, *event_tauid; --slist *event_node_list; -+extern slist *event_node_list; - extern const char *event_comm; - extern const char *event_filename; - extern const char *event_hostname; diff --git a/audit.spec b/audit.spec index d6c5ca6..368c4fa 100644 --- a/audit.spec +++ b/audit.spec @@ -7,7 +7,6 @@ License: GPLv2+ URL: http://people.redhat.com/sgrubb/audit/ Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}-alpha9.tar.gz Source1: https://www.gnu.org/licenses/lgpl-2.1.txt -Patch1: audit-3.0-no-common.patch BuildRequires: gcc swig BuildRequires: openldap-devel @@ -87,7 +86,6 @@ Management Facility) database, through an IBM Tivoli Directory Server %prep %setup -q cp %{SOURCE1} . -%patch1 -p1 %build %configure --sbindir=/sbin --libdir=/%{_lib} --with-python=no \