Resolves: #1963126, The discard action (tilde character) is deprecated

This commit is contained in:
Than Ngo 2021-06-10 15:12:59 +02:00
parent 15c72650ff
commit 1b00ed7256
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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
@ -139,6 +139,9 @@ install -D -p -m 755 external/pci-scripts/phberr.py %{buildroot}%{_bindir}/phber
%changelog
* Thu Jun 10 2021 Than Ngo <than@redhat.com> - 6.7.1-4
- Resolves: #1963126, The discard action (tilde character) is deprecated
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 6.7.1-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937