diff --git a/powerpc-utils.spec b/powerpc-utils.spec index c8c822b..5a48a13 100644 --- a/powerpc-utils.spec +++ b/powerpc-utils.spec @@ -1,6 +1,6 @@ Name: powerpc-utils Version: 1.3.10 -Release: 7%{?dist} +Release: 8%{?dist} Summary: PERL-based scripts for maintaining and servicing PowerPC systems Group: System Environment/Base @@ -130,7 +130,7 @@ systemctl enable hcn-init.service >/dev/null 2>&1 || : %files core %license COPYING %dir %{_localstatedir}/lib/powerpc-utils -%config(noreplace) %{_localstatedir}/lib/powerpc-utils/smt.state +%verify(not md5 size mtime) %config(noreplace) %{_localstatedir}/lib/powerpc-utils/smt.state %{_unitdir}/smtstate.service %{_unitdir}/smt_off.service %{_unitdir}/hcn-init.service @@ -205,6 +205,9 @@ systemctl enable hcn-init.service >/dev/null 2>&1 || : %{_mandir}/man8/lparnumascore.8* %changelog +* Thu Nov 14 2024 Than Ngo - 1.3.10-8 +- Related: RHEL-61090, Fix file size and mTime changes due to the postinstall script + * Wed Oct 09 2024 Than Ngo - 1.3.10-7 - Resolves: RHEL-61090, lparstat -E Fails to Display Correct Values for %Busy and %Idle States