[sys_basher] upload source file

B. Joshua Rosen bjrosen at fedoraproject.org
Fri Jun 20 15:34:07 UTC 2014


commit 862b2054bbbb6ffeefc1e51c23e35d51f8309710
Author: bjrosen <bjrosen at polybus.com>
Date:   Fri Jun 20 11:34:04 2014 -0400

    upload source file

 sources         |    2 +-
 sys_basher.spec |   15 ++++++++++++---
 2 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/sources b/sources
index b092712..0f4d575 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2beb5364e3bce20406e130222fdebe7c  sys_basher-2.0.1.tar.gz
+eb8da264180fda21b24a60f6d3a32523  sys_basher-2.0.1.tar.gz
diff --git a/sys_basher.spec b/sys_basher.spec
index 2bfb11c..345675e 100755
--- a/sys_basher.spec
+++ b/sys_basher.spec
@@ -1,6 +1,6 @@
 Name:		sys_basher
 Version:	2.0.1
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	A multithreaded hardware exerciser
 
 Group:		Applications/System
@@ -15,7 +15,7 @@ BuildRequires:	help2man
 
 Requires: lm_sensors dmidecode
 
-ExcludeArch: ppc armv7hl
+ExcludeArch: ppc armv3l armv4b armv4l armv4tl armv5tel armv5tejl armv6l armv7l armv7hl armv7hnl
 
 %description
 sys_basher is a multithreaded system exerciser. It tests the CPU, RAM and Disks
@@ -34,20 +34,29 @@ make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT BINDIR=%{_bindir} MANDIR=%{_mandir}
+make install DESTDIR=$RPM_BUILD_ROOT BINDIR=%{_bindir} MANDIR=%{_mandir} INITDIR=%{_initrddir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+/sbin/chkconfig --add sys_basher.init
+/etc/rc.d/init.d/sys_basher.init start
 
 %files
 %defattr(-,root,root,-)
 %doc README COPYRIGHT
 %{_bindir}/sys_basher
+%{_bindir}/sys_basher_setup
+%{_initrddir}/sys_basher.init
 %{_mandir}/man1/sys_basher.1.*
 
 
+
 %changelog
+* Thu Jun 19 2014 Joshua Rosen <bjrosen at polybus.com>
+- 2.0.1-5 Excluded all arms, added CPU Frequency tracking, added sys_basher_setup script to generate DMI info for sys_basher
+
 * Wed Jun 18 2014 Joshua Rosen <bjrosen at polybus.com>
 - 2.0.1-4 Excluded armv7hl
 


More information about the scm-commits mailing list