From fae302cf1d036c9418bd657fb3cff5037b9492f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 29 Jun 2022 08:37:59 +0200 Subject: [PATCH] Revert "Add workaround for audit breakage" This reverts commit a4d136e22a3847dad0977007f7e8caf851551685. audit-3.0.8 is out, so this should be fixed now. --- systemd.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/systemd.spec b/systemd.spec index 666ff32..d97eccc 100644 --- a/systemd.spec +++ b/systemd.spec @@ -454,10 +454,6 @@ test -f src/login/systemd-user.in # We'll systemd process it and install in the right place. cp %{SOURCE12} src/login/systemd-user.in -# Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=2057735 -cp /usr/include/linux/audit.h src/systemd/ -sed -r -i "s|generate_audit_type_list, cpp|& + ' -I/usr/include/linux'|" src/libsystemd/meson.build - %build %global ntpvendor %(source /etc/os-release; echo ${ID}) %{!?ntpvendor: echo 'NTP vendor zone is not set!'; exit 1}