From fb217fee5ec8b21b04e31680bc5f84078c5dbac3 Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Thu, 26 Oct 2006 09:12:15 +0000 Subject: [PATCH] move tmp file (#208433) --- sysstat.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sysstat.spec b/sysstat.spec index f0accc9..bf0650b 100644 --- a/sysstat.spec +++ b/sysstat.spec @@ -1,6 +1,6 @@ Name: sysstat Version: 7.0.0 -Release: 2 +Release: 3 Summary: The sar and iostat system monitoring commands. License: GPL Group: Applications/System @@ -14,6 +14,7 @@ Patch3: sysstat-5.0.5-statreset.patch Patch6: sysstat-5.0.5-append-msg.patch Patch7: sysstat-6.0.2-sysconf.patch Patch8: sysstat-7.0.0-nfs.patch +Patch9: sysstat-7.0.0-tmp.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -34,6 +35,7 @@ activity. %patch6 -p1 -b .append-msg %patch7 -p1 -b .sysconf %patch8 -p1 -b .nfs +%patch9 -p1 -b .tmp %build # 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 %changelog +* Thu Oct 26 2006 Ivana Varekova - 7.0.0-3 +- move tmp file (#208433) + * Mon Oct 9 2006 Ivana Varekova - 7.0.0-2 - add NFS mount statistic (#184321)