Accepting request 18751 from filesystems

Copy from filesystems/bonnie based on submit request 18751 from user mlschroe

OBS-URL: https://build.opensuse.org/request/show/18751
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bonnie?expand=0&rev=5
This commit is contained in:
OBS User autobuild
2009-08-26 14:38:06 +00:00
committed by Git OBS Bridge
parent f7126cd96b
commit d526ef9da2
2 changed files with 8 additions and 41 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de
- make patch0 usage consistent
-------------------------------------------------------------------
Fri Sep 26 18:31:00 CEST 2008 - vmarsik@suse.cz

View File

@@ -1,7 +1,7 @@
#
# spec file for package bonnie (Version 1.4)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@ Group: System/Benchmark
AutoReqProv: on
Summary: File System Benchmark
Version: 1.4
Release: 474
Release: 475
Source0: %{name}-%{version}.tar.bz2
Source1: ctcstools.tar.bz2
Patch0: bonnie-1.4.dif
@@ -65,7 +65,7 @@ Authors:
%prep
%setup -n bonnie -a1
%patch0 -p1
%patch -p1
%build
make CC=gcc CFLAGS="$RPM_OPT_FLAGS"
@@ -93,41 +93,3 @@ install -m 744 bonnie-run $RPM_BUILD_ROOT/usr/lib/ctcs2/tools/
/usr/lib/ctcs2
%changelog
* Fri Sep 26 2008 vmarsik@suse.cz
- added subpackage for CTCS2 integration
* Sat Apr 26 2008 coolo@suse.de
- remove unused header file
* Mon May 22 2006 schwab@suse.de
- Don't build as root.
- Don't strip binaries.
* Fri May 19 2006 ro@suse.de
- fix build on ppc64 (define PAGE_MASK if not done)
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Apr 04 2002 garloff@suse.de
- Version-1.4:
* Fix seek benchmark: 1.3 read too large chunks (1MB instead
of 16k) after every seek, resulting in too low seek numbers.
bug #15642
* Sun Feb 24 2002 garloff@suse.de
- Compile fix for archs not supporting O_DIRECT (typo)
- Use O_DIRECT from fcntl.h if present.
* Wed Feb 20 2002 garloff@suse.de
- Update to bonnie-1.3:
* Fixed HTML output (thanks to Rupert Kolb for notfying/patch)
* Optionally use O_DIRECT (patch by Chris Mason / Andrea Arc.)
* Wed Aug 30 2000 garloff@suse.de
- Update to 1.2:
* New option -u for getc_/putc_unlocked.
* Fixed CPU percentage reports if equal or in excess of 100%%.
* Machine name defaults to hostname now.
- Use BuildRoot.
* Mon Feb 14 2000 garloff@suse.de
- Moved manpage to /usr/share/man
- new options -y, -S, -p
- Add warning if test-size smaller memsize
* Mon Sep 13 1999 bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
* Tue Jul 20 1999 garloff@suse.de
- Initial check in of Big Bonnie.
- Added breakhandler to remove temporary files.