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

Changes of Revision 6

[-] Changed diskscan.spec
x
 
1
@@ -11,6 +11,7 @@
2
 BuildRequires: python-markdown
3
 BuildRequires: python-beautifulsoup
4
 BuildRequires: ctags
5
+BuildRequires: sed
6
 
7
 %description
8
 DiskScan is a Unix/Linux tool to scan a block device and check if there are
9
@@ -24,6 +25,7 @@
10
 %setup -n %{name}-%{version}
11
 
12
 %build
13
+sed -r 's@char \*TAG=.*@char \*TAG="%{version}";@' version/version.c
14
 %__make
15
 
16
 %install
17