parent
06729b308b
commit
52edbefbc6
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/sysstat-11.1.2.tar.xz
|
/sysstat-11.1.3.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
8ce71ffdb7d3741034fd3ce1104a7158 sysstat-11.1.2.tar.xz
|
27385bcb6c1e585de8ba7cb25ac67aef sysstat-11.1.3.tar.xz
|
||||||
|
25
sysstat.spec
25
sysstat.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Collection of performance monitoring tools for Linux
|
Summary: Collection of performance monitoring tools for Linux
|
||||||
Name: sysstat
|
Name: sysstat
|
||||||
Version: 11.1.2
|
Version: 11.1.3
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://sebastien.godard.pagesperso-orange.fr/
|
URL: http://sebastien.godard.pagesperso-orange.fr/
|
||||||
@ -9,7 +9,7 @@ Source: http://pagesperso-orange.fr/sebastien.godard/%{name}-%{version}.tar.xz
|
|||||||
|
|
||||||
BuildRequires: gettext, lm_sensors-devel, systemd
|
BuildRequires: gettext, lm_sensors-devel, systemd
|
||||||
|
|
||||||
Requires: findutils
|
Requires: findutils, xz
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
@ -36,21 +36,14 @@ The cifsiostat command reports I/O statistics for CIFS filesystems.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --docdir=%{_pkgdocdir} --disable-man-group --disable-stripping \
|
%configure --enable-install-cron --enable-copy-only --disable-file-attr \
|
||||||
history=28 compressafter=31 sa_lib_dir=%{_libdir}/sa
|
--disable-stripping --docdir=%{_pkgdocdir} sadc_options='-S DISK' \
|
||||||
%{__sed} -i 's/SADC_OPTIONS=""/SADC_OPTIONS="-S DISK"/' sysstat.sysconfig
|
history=28 compressafter=31
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
|
||||||
|
|
||||||
# Install service file
|
|
||||||
mkdir -p %{buildroot}%{_unitdir}
|
mkdir -p %{buildroot}%{_unitdir}
|
||||||
install -m 0644 sysstat.service %{buildroot}%{_unitdir}/
|
%make_install
|
||||||
|
|
||||||
# Install timer units
|
|
||||||
install -m 0644 cron/sysstat-{collect,summary}.{service,timer} %{buildroot}%{_unitdir}/
|
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -77,6 +70,10 @@ fi
|
|||||||
%{_localstatedir}/log/sa
|
%{_localstatedir}/log/sa
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 02 2015 Peter Schiffer <pschiffe@redhat.com> - 11.1.3-1
|
||||||
|
- resolves: #1193434
|
||||||
|
updated to 11.1.3
|
||||||
|
|
||||||
* Thu Jan 22 2015 Dan Horák <dan[at]danny.cz> - 11.1.2-3
|
* Thu Jan 22 2015 Dan Horák <dan[at]danny.cz> - 11.1.2-3
|
||||||
- fix 64-bit builds on non-x86 arches
|
- fix 64-bit builds on non-x86 arches
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user