diff --git a/sysstat.spec b/sysstat.spec index 3c579fd61c6dd4b8b5738385de9a86a4d97eb031..108fde17c27fc3cc3e9c1d42c749581768db194b 100644 --- a/sysstat.spec +++ b/sysstat.spec @@ -1,11 +1,11 @@ -%define anolis_release 2 +%define anolis_release 1 Summary: Collection of performance monitoring tools for Linux Name: sysstat -Version: 12.5.5 +Version: 12.7.2 Release: %{anolis_release}%{?dist} License: GPLv2+ URL: http://sebastien.godard.pagesperso-orange.fr/ -Source: https://github.com/sysstat/sysstat/archive/v%{version}.tar.xz +Source: https://github.com/sysstat/sysstat/archive/v%{version}.tar.gz # Use colors in sysstat output Source1: colorsysstat.csh @@ -67,6 +67,7 @@ make %{?_smp_mflags} mkdir -p %{buildroot}%{_sysconfdir}/profile.d install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d install -p -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d + %generate_compatibility_deps # for checkbuildroot @@ -106,6 +107,9 @@ fi %doc CHANGES FAQ.md README.md %{name}-%{version}.lsm CREDITS %changelog +* Tue Jan 31 2023 Jing Zhang - 12.7.2-1 +- update to 12.7.2 + * Wed Oct 26 2022 Chunmei Xu - 12.5.5-2 - remove pcp-libs-devel as BuildRequires - add doc package and add abi files diff --git a/v12.5.5.tar.xz b/v12.5.5.tar.xz deleted file mode 100644 index e08264d0235365e12e4e8aded38c80d7e4f513f9..0000000000000000000000000000000000000000 Binary files a/v12.5.5.tar.xz and /dev/null differ diff --git a/v12.7.2.tar.gz b/v12.7.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3a8e2505f55f566bc73bb3c8ace5c27bcf4f0330 Binary files /dev/null and b/v12.7.2.tar.gz differ