[filebench] update spec

Hushan Jia hushan at fedoraproject.org
Fri Sep 9 15:10:32 UTC 2011


commit 01ada87f1c778a244df2bb637dfb019c589670f8
Author: Hushan Jia <hushan.jia at gmail.com>
Date:   Fri Sep 9 23:10:08 2011 +0800

    update spec

 filebench.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/filebench.spec b/filebench.spec
index f904669..4c4b996 100644
--- a/filebench.spec
+++ b/filebench.spec
@@ -1,6 +1,6 @@
 Name:           filebench
 Version:        1.4.9
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        A model based file system workload generator
 
 Group:          Applications/File
@@ -10,6 +10,7 @@ Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.
 Source1:        LICENSE
 Source2:        filebench.1
 Patch0:         filebench-1.4.9-ppc64_build_macro.patch
+Patch1:         make-dofile-global.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  flex
@@ -23,6 +24,7 @@ for detailed workload specification.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 cp -p %{SOURCE1} .
 cp -p %{SOURCE2} .
 
@@ -51,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Sep 9 2011 Hushan Jia <hushan.jia at gmail.com> 1.4.9-6
+- make dofile global
+
 * Sun Sep 4 2011 Hushan Jia <hushan.jia at gmail.com> 1.4.9-5
 - fix build error on ppc64 arch
 


More information about the scm-commits mailing list