Logoj0ke.net Open Build Service > Projects > stresslinux > bandwidth > Changes
Sign Up | Log In

Changes of Revision 32

[-] Changed bandwidth.changes
 
1
@@ -1,4 +1,9 @@
2
 -------------------------------------------------------------------
3
+Sat Aug 30 18:37:47 UTC 2014 - cs@linux-administrator.com
4
+
5
+- fix compilation with bandwidth-1.1-objectorder.patch 
6
+
7
+-------------------------------------------------------------------
8
 Fri Aug 29 15:42:16 UTC 2014 - cs@linux-administrator.com
9
 
10
 - update to release 1.1 
11
[-] Changed bandwidth.spec ^
30
 
1
@@ -12,6 +12,7 @@
2
 Url:       http://zsmith.co/bandwidth.html
3
 License:   GPLv2
4
 Source:        %{name}-%{_version}.tar.bz2
5
+Patch0:        bandwidth-1.1-objectorder.patch
6
 
7
 BuildRoot: %{_tmppath}/%{name}-%{version}-build
8
 BuildRequires: nasm >= 2.0 gcc sed
9
@@ -33,6 +34,7 @@
10
 %prep
11
 
12
 %setup
13
+%patch0
14
 
15
 %build
16
 %__make clean
17
@@ -48,10 +50,11 @@
18
 mv output results
19
 mv %{name}64 %{name}
20
 %endif
21
+rm -rf results/._*
22
  
23
 %install
24
 %__install -D -m 755 %{name} %{buildroot}/%{_sbindir}/%{name}
25
-chmod -x README.txt COPYING.txt results/* results/._*
26
+chmod -x README.txt COPYING.txt results/* 
27
 
28
 %clean
29
 %__rm -rf %{buildroot}
30
[+] Added bandwidth-1.1-objectorder.patch ^