diff --git a/colorsysstat.csh b/colorsysstat.csh deleted file mode 100644 index 725e15a..0000000 --- a/colorsysstat.csh +++ /dev/null @@ -1,2 +0,0 @@ -# Color sysstat output -if ( "$?S_COLORS" == 0 ) setenv S_COLORS auto diff --git a/colorsysstat.sh b/colorsysstat.sh deleted file mode 100644 index 2a4dfc7..0000000 --- a/colorsysstat.sh +++ /dev/null @@ -1,2 +0,0 @@ -# Color sysstat output -export S_COLORS=${S_COLORS-auto} diff --git a/sysstat.spec b/sysstat.spec index 58bdeef..4b0f13d 100644 --- a/sysstat.spec +++ b/sysstat.spec @@ -1,12 +1,10 @@ Name: sysstat Version: 12.1.6 -Release: 1 +Release: 2 Summary: System performance tools for the Linux operating system License: GPLv2+ URL: http://sebastien.godard.pagesperso-orange.fr/ Source0: http://sebastien.godard.pagesperso-orange.fr/%{name}-%{version}.tar.xz -Source1: colorsysstat.csh -Source2: colorsysstat.sh BuildRequires: gcc, gettext, lm_sensors-devel, systemd @@ -17,7 +15,6 @@ Requires(postun): systemd Patch9000: bugfix-sysstat-10.1.5-read-ttyAMA-first-for-arm64.patch - %description The sysstat package contains various utilities, common to many commercial Unixes, to monitor system performance and usage activity: @@ -59,9 +56,6 @@ export compressafter="31" %install %make_install %find_lang %{name} -mkdir -p %{buildroot}%{_sysconfdir}/profile.d -install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d -install -p -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d %check @@ -81,7 +75,6 @@ install -p -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d %doc CHANGES COPYING CREDITS FAQ.md README.md %{name}-%{version}.lsm %config(noreplace) %{_sysconfdir}/sysconfig/sysstat %config(noreplace) %{_sysconfdir}/sysconfig/sysstat.ioconf -%config(noreplace) %{_sysconfdir}/profile.d/* %{_bindir}/* %{_libdir}/sa %{_unitdir}/sysstat* @@ -89,6 +82,9 @@ install -p -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d %{_mandir}/man*/* %changelog +* Mon Jan 13 2020 openEuler Buildteam - 12.1.6-2 +- Delete useless files. + * Sat Sep 07 2019 openEuler Buildteam - 12.1.6-1 - Package init