Updated to 11.0.0
This commit is contained in:
parent
b1640e42d4
commit
c50c75f320
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/sysstat-10.3.1.tar.xz
|
||||
/sysstat-11.0.0.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
3381abb994542ecdc6272f1c572058df sysstat-10.3.1.tar.xz
|
||||
85635dedac6802104a5737195d4effee sysstat-11.0.0.tar.xz
|
||||
|
12
sysstat.spec
12
sysstat.spec
@ -1,7 +1,7 @@
|
||||
Summary: Collection of performance monitoring tools for Linux
|
||||
Name: sysstat
|
||||
Version: 10.3.1
|
||||
Release: 2%{?dist}
|
||||
Version: 11.0.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: http://sebastien.godard.pagesperso-orange.fr/
|
||||
@ -39,10 +39,7 @@ mv CREDITS.aux CREDITS
|
||||
|
||||
%build
|
||||
%configure sa_lib_dir=%{_libdir}/sa history=28 compressafter=31 \
|
||||
%if 0%{?fedora} >= 20
|
||||
--docdir=%{_pkgdocdir} \
|
||||
%endif
|
||||
--disable-man-group --disable-stripping
|
||||
--docdir=%{_pkgdocdir} --disable-man-group --disable-stripping
|
||||
%{__sed} -i 's/SADC_OPTIONS=""/SADC_OPTIONS="-S DISK"/' sysstat.sysconfig
|
||||
export CFLAGS="$RPM_OPT_FLAGS -DSADC_PATH=\\\"%{_libdir}/sa/sadc\\\""
|
||||
make %{?_smp_mflags}
|
||||
@ -95,6 +92,9 @@ fi
|
||||
%{_localstatedir}/log/sa
|
||||
|
||||
%changelog
|
||||
* Wed Jun 18 2014 Peter Schiffer <pschiffe@redhat.com> - 11.0.0-1
|
||||
- updated to 11.0.0
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.3.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user