parent
cde8c9adfe
commit
dfff0a15bd
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/sysstat-10.1.6.tar.bz2
|
/sysstat-10.1.7.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
61792b2591e4b3adcb7b979af2330fba sysstat-10.1.6.tar.bz2
|
72e9d84efcbb366a988de09e958636e2 sysstat-10.1.7.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Collection of performance monitoring tools for Linux
|
Summary: Collection of performance monitoring tools for Linux
|
||||||
Name: sysstat
|
Name: sysstat
|
||||||
Version: 10.1.6
|
Version: 10.1.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -45,8 +45,7 @@ mv CREDITS.aux CREDITS
|
|||||||
--disable-man-group --disable-stripping
|
--disable-man-group --disable-stripping
|
||||||
%{__sed} -i 's/SADC_OPTIONS=""/SADC_OPTIONS="-S DISK"/' sysstat.sysconfig
|
%{__sed} -i 's/SADC_OPTIONS=""/SADC_OPTIONS="-S DISK"/' sysstat.sysconfig
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -DSADC_PATH=\\\"%{_libdir}/sa/sadc\\\""
|
export CFLAGS="$RPM_OPT_FLAGS -DSADC_PATH=\\\"%{_libdir}/sa/sadc\\\""
|
||||||
#make %{?_smp_mflags} # doesn't work in 10.1.6
|
make %{?_smp_mflags}
|
||||||
make
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
@ -98,6 +97,10 @@ fi
|
|||||||
%{_localstatedir}/log/sa
|
%{_localstatedir}/log/sa
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 25 2013 Peter Schiffer <pschiffe@redhat.com> - 10.1.7-1
|
||||||
|
- resolves: #1007794
|
||||||
|
updated to 10.1.7
|
||||||
|
|
||||||
* Wed Aug 14 2013 Peter Schiffer <pschiffe@redhat.com> - 10.1.6-1
|
* Wed Aug 14 2013 Peter Schiffer <pschiffe@redhat.com> - 10.1.6-1
|
||||||
- resolves: #972508
|
- resolves: #972508
|
||||||
updated to 10.1.6
|
updated to 10.1.6
|
||||||
|
Loading…
Reference in New Issue
Block a user