From 79a9539c49157cc1487a854c34dfe1e94594e46c Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Fri, 2 Jan 2015 15:54:31 -0700 Subject: [PATCH] ceph-deploy.spec: use spaces instead of tabs 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 --- ceph-deploy.spec | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/ceph-deploy.spec b/ceph-deploy.spec index 9466eb9..c8e0a07 100644 --- a/ceph-deploy.spec +++ b/ceph-deploy.spec @@ -10,25 +10,25 @@ ################################################################################# # 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 -- 2.47.3