diff --git a/README.md b/README.md index c7c1a39..63826a9 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,3 @@ bonnie++ filesystem and disk benchmark suite aggressively reads & writes in various ways on your filesystem then outputs useful benchmark performance data. bonnie++ is also useful as a hardware, disk, and filesystem stability test, exposing some types of hardware or kernel failures that would otherwise be difficult to detect. - diff --git a/bonnie++.spec b/bonnie++.spec index 4f49d96..9865a38 100644 --- a/bonnie++.spec +++ b/bonnie++.spec @@ -1,13 +1,13 @@ Name: bonnie++ -Version: 1.97 +Version: 2.00a Release: 1mamba Summary: Benchmark suite to perform simple tests of hard drive and file system performance Group: System/Benchmarks Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.coker.com.au/bonnie++ -Source: http://www.coker.com.au/bonnie++/experimental/bonnie++-%{version}.tgz +URL: https://www.coker.com.au/bonnie++ +Source: https://www.coker.com.au/bonnie++/bonnie++-%{version}.tgz Patch: %{name}-1.96-makefile.patch ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -21,8 +21,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root bonnie++ filesystem and disk benchmark suite aggressively reads & writes in various ways on your filesystem then outputs useful benchmark performance data. bonnie++ is also useful as a hardware, disk, and filesystem stability test, exposing some types of hardware or kernel failures that would otherwise be difficult to detect. +#% debug_package + %prep -%setup -q -n %{name}-%{version}.1 +%setup -q %patch -p1 %build @@ -41,9 +43,12 @@ bonnie++ is also useful as a hardware, disk, and filesystem stability test, expo %{_bindir}/* %{_sbindir}/* %{_mandir}/man?/* -%doc readme.html copyright.txt credits.txt debian/changelog +%doc copyright.txt credits.txt %changelog +* Sun Sep 27 2020 Automatic Build System 2.00a-1mamba +- automatic update by autodist + * Fri Jan 04 2013 Automatic Build System 1.97-1mamba - automatic version update by autodist @@ -54,5 +59,5 @@ bonnie++ is also useful as a hardware, disk, and filesystem stability test, expo * Tue May 29 2007 Silvan Calarco 1.03a-2mamba - rebuilt -* Mon Nov 11 2003 Silvan Calarco 2.0.6-1qilnx +* Tue Nov 11 2003 Silvan Calarco 2.0.6-1qilnx - First build