Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
diskscan
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 6
[-]
[+]
Changed
diskscan.spec
@@ -11,6 +11,7 @@ BuildRequires: python-markdown BuildRequires: python-beautifulsoup BuildRequires: ctags +BuildRequires: sed %description DiskScan is a Unix/Linux tool to scan a block device and check if there are @@ -24,6 +25,7 @@ %setup -n %{name}-%{version} %build +sed -r 's@char \*TAG=.*@char \*TAG="%{version}";@' version/version.c %__make %install