move tmp file (#208433)

This commit is contained in:
Ivana Varekova 2006-10-26 09:12:15 +00:00
parent fe64da74d0
commit fb217fee5e

View File

@ -1,6 +1,6 @@
Name: sysstat Name: sysstat
Version: 7.0.0 Version: 7.0.0
Release: 2 Release: 3
Summary: The sar and iostat system monitoring commands. Summary: The sar and iostat system monitoring commands.
License: GPL License: GPL
Group: Applications/System Group: Applications/System
@ -14,6 +14,7 @@ Patch3: sysstat-5.0.5-statreset.patch
Patch6: sysstat-5.0.5-append-msg.patch Patch6: sysstat-5.0.5-append-msg.patch
Patch7: sysstat-6.0.2-sysconf.patch Patch7: sysstat-6.0.2-sysconf.patch
Patch8: sysstat-7.0.0-nfs.patch Patch8: sysstat-7.0.0-nfs.patch
Patch9: sysstat-7.0.0-tmp.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -34,6 +35,7 @@ activity.
%patch6 -p1 -b .append-msg %patch6 -p1 -b .append-msg
%patch7 -p1 -b .sysconf %patch7 -p1 -b .sysconf
%patch8 -p1 -b .nfs %patch8 -p1 -b .nfs
%patch9 -p1 -b .tmp
%build %build
# FIXME: I need to fix the upstream Makefile to use LIBDIR et al. properly and # FIXME: I need to fix the upstream Makefile to use LIBDIR et al. properly and
@ -113,6 +115,9 @@ rm -rf %{buildroot}
/var/log/sa /var/log/sa
%changelog %changelog
* Thu Oct 26 2006 Ivana Varekova <varekova@redhat.com> - 7.0.0-3
- move tmp file (#208433)
* Mon Oct 9 2006 Ivana Varekova <varekova@redhat.com> - 7.0.0-2 * Mon Oct 9 2006 Ivana Varekova <varekova@redhat.com> - 7.0.0-2
- add NFS mount statistic (#184321) - add NFS mount statistic (#184321)