Related: RHEL-61090, Fix file size and mTime changes due to the postinstall script

This commit is contained in:
Than Ngo 2024-11-18 10:41:41 +01:00
parent 8ff162ecca
commit 31992f335f

View File

@ -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 <than@redhat.com> - 1.3.10-8
- Related: RHEL-61090, Fix file size and mTime changes due to the postinstall script
* Wed Oct 09 2024 Than Ngo <than@redhat.com> - 1.3.10-7
- Resolves: RHEL-61090, lparstat -E Fails to Display Correct Values for %Busy and %Idle States