diff --git a/sysstat.spec b/sysstat.spec index 2ffa48ff615e6bb21a44951e225ed19b979cc43e..8a6f51889e573ceb432bb522af2da2e67231dda2 100644 --- a/sysstat.spec +++ b/sysstat.spec @@ -1,6 +1,6 @@ Name: sysstat Version: 12.7.5 -Release: 1 +Release: 2 Summary: System performance tools for the Linux operating system License: GPLv2+ URL: http://sebastien.godard.pagesperso-orange.fr/ @@ -73,7 +73,7 @@ export compressafter="31" %systemd_postun sysstat.service sysstat-collect.timer sysstat-summary.timer %posttrans -if [ "$(systemctl is-enable sysstat.service)" == "enabled" ] ; then +if [ "$(systemctl is-enabled sysstat.service)" == "enabled" ] ; then /usr/bin/systemctl enable sysstat.service >/dev/null 2>&1 fi @@ -88,6 +88,9 @@ fi %{_mandir}/man*/* %changelog +* Thu Feb 29 2024 zhangliangpengkun - 12.7.5-2 +- Fix the incorrect command 'is-enable' to 'is-enabled'. + * Mon Feb 05 2024 zhouwenpei - 12.7.5-1 - update to 12.7.5