]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
ceph-deploy.spec: use spaces instead of tabs
authorKen Dreyer <kdreyer@redhat.com>
Fri, 2 Jan 2015 22:54:31 +0000 (15:54 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Fri, 2 Jan 2015 23:01:28 +0000 (16:01 -0700)
This fixes the following rpmlint warning:

  ceph-deploy.spec:15: W: mixed-use-of-spaces-and-tabs (spaces: line 15,
  tab: line 13)

More information from rpmlint's "-I" (help) command:

  $ rpmlint -I mixed-use-of-spaces-and-tabs
  mixed-use-of-spaces-and-tabs:
  The specfile mixes use of spaces and tabs for indentation, which is a
  cosmetic annoyance.  Use either spaces or tabs for indentation, not
  both.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
ceph-deploy.spec

index 9466eb925a859776703c1605c140ed6d776940ae..c8e0a07d9c21fe80eed50c783f3875aefa320c5f 100644 (file)
 #################################################################################
 # common
 #################################################################################
-Name:          ceph-deploy
-Version:       1.5.21
-Release:       0
-Summary:       Admin and deploy tool for Ceph
-License:       MIT
-Group:         System/Filesystems
-URL:           http://ceph.com/
-Source0:       %{name}-%{version}.tar.bz2
+Name:           ceph-deploy
+Version:        1.5.21
+Release:        0
+Summary:        Admin and deploy tool for Ceph
+License:        MIT
+Group:          System/Filesystems
+URL:            http://ceph.com/
+Source0:        %{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
-BuildRequires: python-setuptools
-BuildRequires: python-virtualenv
+BuildRequires:  python-setuptools
+BuildRequires:  python-virtualenv
 BuildRequires:  python-mock
 BuildRequires:  python-tox
 %if 0%{?suse_version}
-BuildRequires: python-pytest
+BuildRequires:  python-pytest
 %else
-BuildRequires: pytest
+BuildRequires:  pytest
 %endif
 BuildRequires:  git
 Requires:       python-argparse
@@ -49,8 +49,8 @@ BuildArch:      noarch
 %endif
 
 %if 0%{?rhel}
-BuildRequires:         python >= %{pyver}
-Requires:      python >= %{pyver}
+BuildRequires:  python >= %{pyver}
+Requires:       python >= %{pyver}
 %endif
 
 %description