Skip to content

Commit a48f27a

Browse files
committed
Finalize the 4.1.1 release
1 parent f97ec9d commit a48f27a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

audit.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ if [ $1 -eq 2 ]; then
136136
state=$(systemctl show -P ActiveState auditd)
137137
if [ $state = "active" ] ; then
138138
auditctl --signal stop || true
139-
systemctl start auditd
139+
systemctl start auditd || true
140140
fi
141141
# if an install, start it since preset says we should be running
142142
elif [ $1 -eq 1 ]; then
143-
systemctl start auditd
143+
systemctl start auditd || true
144144
fi
145145

146146
%post rules
@@ -287,6 +287,6 @@ fi
287287
%attr(750,root,root) %{_sbindir}/audispd-zos-remote
288288

289289
%changelog
290-
Thu Jul 10 2025 Steve Grubb <[email protected]> 4.1.1-1
290+
Wed Jul 30 2025 Steve Grubb <[email protected]> 4.1.1-1
291291
- New upstream release
292292

0 commit comments

Comments
 (0)