using stop instead ~ action as it was deprecated in rsyslog
This commit is contained in:
parent
9804396cbc
commit
98eb9c5248
@ -1,3 +1,3 @@
|
||||
if $programname == 'opal-prd' then /var/log/opal-prd.log
|
||||
if $programname == 'opal-prd' and $syslogseverity <= 4 then /var/log/messages
|
||||
if $programname == 'opal-prd' then ~
|
||||
if $programname == 'opal-prd' then stop
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Name: opal-prd
|
||||
Version: 6.7.1
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: OPAL Processor Recovery Diagnostics Daemon
|
||||
|
||||
License: ASL 2.0
|
||||
@ -142,6 +142,9 @@ install -m 644 -p %{SOURCE3} %{buildroot}%{_mandir}/man1/ffspart.1
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed May 26 2021 Than Ngo <than@redhat.com> - 6.7.1-4
|
||||
- using stop instead ~ action as it's deprecated in rsyslog
|
||||
|
||||
* Mon May 10 2021 Than Ngo <than@redhat.com> - 6.7.1-3
|
||||
- Add missing manpage for ffspart
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user