We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97ec9d commit a48f27aCopy full SHA for a48f27a
audit.spec
@@ -136,11 +136,11 @@ if [ $1 -eq 2 ]; then
136
state=$(systemctl show -P ActiveState auditd)
137
if [ $state = "active" ] ; then
138
auditctl --signal stop || true
139
- systemctl start auditd
+ systemctl start auditd || true
140
fi
141
# if an install, start it since preset says we should be running
142
elif [ $1 -eq 1 ]; then
143
144
145
146
%post rules
@@ -287,6 +287,6 @@ fi
287
%attr(750,root,root) %{_sbindir}/audispd-zos-remote
288
289
%changelog
290
-Thu Jul 10 2025 Steve Grubb <sgrubb@redhat.com> 4.1.1-1
+Wed Jul 30 2025 Steve Grubb <sgrubb@redhat.com> 4.1.1-1
291
- New upstream release
292
0 commit comments