File project.diff of Package audit
--- audit-secondary.changes.orig
+++ audit-secondary.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Jul 17 15:23:26 UTC 2025 - Hillwood Yang <hillwood@opensuse.org>
+
+- The argument "-a task,never" on /usr/share/audit-rules/10-no-audit.rules
+ may not work properly on loongarch64. Temporarily commented it out for testing.
+
+-------------------------------------------------------------------
Tue Jun 10 14:24:47 UTC 2025 - Wolfgang Frisch <wolfgang.frisch@suse.com>
- Refresh systemd service patches:
--- audit-secondary.spec.orig
+++ audit-secondary.spec
@@ -223,6 +223,12 @@ ln -s service %{buildroot}%{_sbindir}/rc
%endif
chmod 0644 %{buildroot}%{_unitdir}/auditd.service
+# The argument "-a task,never" may not work properly on loongarch64.
+# Temporarily commented it out for testing.
+%ifarch loongarch64
+ sed -i '/-a task,never/s/^/#/' %{buildroot}%{_datadir}/audit-rules/10-no-audit.rules
+%endif
+
%check
%make_build check