forked from pool/audit
5a9dff2cf2
Copy from security/audit based on submit request 24465 from user msmeissn OBS-URL: https://build.opensuse.org/request/show/24465 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audit?expand=0&rev=30
32 lines
1.0 KiB
Diff
32 lines
1.0 KiB
Diff
From: Tony Jones <tonyj@suse.de>
|
|
Subject: Disable automatic building of plugins
|
|
Upsteam: never
|
|
|
|
Non builtin plugins is build as part of phase2 by audit-secondary.spec.
|
|
Conf files for builtins are still installed
|
|
|
|
Index: audit-1.7.13/audisp/plugins/Makefile.am
|
|
===================================================================
|
|
--- audit-1.7.13.orig/audisp/plugins/Makefile.am
|
|
+++ audit-1.7.13/audisp/plugins/Makefile.am
|
|
@@ -22,7 +22,7 @@
|
|
|
|
CONFIG_CLEAN_FILES = *.loT *.rej *.orig
|
|
|
|
-SUBDIRS = builtins zos-remote remote
|
|
+SUBDIRS = builtins
|
|
#SUBDIRS = builtins zos-remote
|
|
if HAVE_PRELUDE
|
|
SUBDIRS += prelude
|
|
Index: audit-1.7.13/docs/Makefile.am
|
|
===================================================================
|
|
--- audit-1.7.13.orig/docs/Makefile.am
|
|
+++ audit-1.7.13/docs/Makefile.am
|
|
@@ -52,5 +52,5 @@ ausearch_add_expression.3 ausearch_add_t
|
|
ausearch_clear.3 \
|
|
ausearch_next_event.3 ausearch_set_stop.3 \
|
|
autrace.8 get_auditfail_action.3 set_aumessage_mode.3 \
|
|
-audispd.8 audispd.conf.5 audispd-zos-remote.8 zos-remote.conf.5
|
|
+audispd.8 audispd.conf.5
|
|
|