[x86info] fix rpmlint warning

Dave Jones davej at fedoraproject.org
Fri Aug 13 18:45:40 UTC 2010


commit ca992a590549f184d6cdddf08a77187dd6aea412
Author: Dave Jones <davej at redhat.com>
Date:   Fri Aug 13 14:45:28 2010 -0400

    fix rpmlint warning
    
    x86info.spec:12: W: mixed-use-of-spaces-and-tabs (spaces: line 1, tab: line 12)

 x86info.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/x86info.spec b/x86info.spec
index 53b1963..722fa58 100644
--- a/x86info.spec
+++ b/x86info.spec
@@ -9,11 +9,11 @@ Source0:        x86info-%{version}.tgz
 Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 ExclusiveArch:  %{ix86} x86_64
 Url:            http://www.codemonkey.org.uk/projects/x86info
-BuildRequires:	python
+BuildRequires:  python
 
 Obsoletes:      kernel-utils
 
-Patch0:		x86info-1.24-make-j.patch
+Patch0:         x86info-1.24-make-j.patch
 
 %description
 x86info displays diagnostic information about x86 processors, such


More information about the scm-commits mailing list