!90 [sync] PR-88: Fix the incorrect command 'is-enable' to 'is-enabled'.
From: @openeuler-sync-bot Reviewed-by: @yanan-rock Signed-off-by: @yanan-rock
This commit is contained in:
commit
7f9a50572d
@ -1,6 +1,6 @@
|
|||||||
Name: sysstat
|
Name: sysstat
|
||||||
Version: 12.7.5
|
Version: 12.7.5
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: System performance tools for the Linux operating system
|
Summary: System performance tools for the Linux operating system
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://sebastien.godard.pagesperso-orange.fr/
|
URL: http://sebastien.godard.pagesperso-orange.fr/
|
||||||
@ -73,7 +73,7 @@ export compressafter="31"
|
|||||||
%systemd_postun sysstat.service sysstat-collect.timer sysstat-summary.timer
|
%systemd_postun sysstat.service sysstat-collect.timer sysstat-summary.timer
|
||||||
|
|
||||||
%posttrans
|
%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
|
/usr/bin/systemctl enable sysstat.service >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -88,6 +88,9 @@ fi
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 29 2024 zhangliangpengkun<zhangliangpengkun@xfusion.com> - 12.7.5-2
|
||||||
|
- Fix the incorrect command 'is-enable' to 'is-enabled'.
|
||||||
|
|
||||||
* Mon Feb 05 2024 zhouwenpei <zhouwenpei1@h-partners.com> - 12.7.5-1
|
* Mon Feb 05 2024 zhouwenpei <zhouwenpei1@h-partners.com> - 12.7.5-1
|
||||||
- update to 12.7.5
|
- update to 12.7.5
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user