From 13b7feb30ad7ca52fe5af08881278844904489b6 Mon Sep 17 00:00:00 2001 From: Nathan Straz Date: Tue, 24 Nov 2009 16:29:04 -0500 Subject: Fix warnings from rpmlint - Switch to tabs on all fields - Change to valid groups --- qarsh.spec | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'qarsh.spec') diff --git a/qarsh.spec b/qarsh.spec index e06883b..5fe309a 100644 --- a/qarsh.spec +++ b/qarsh.spec @@ -1,10 +1,10 @@ -Summary: QA Remote Shell -Name: qarsh -Version: 1.25 -Release: 1%{?dist} -Group: QA -License: GPL -Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +Summary: QA Remote Shell +Name: qarsh +Version: 1.25 +Release: 1%{?dist} +Group: Applications/Internet +License: GPL +Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: libxml2-devel Source0: qarsh-%{version}.tar.bz2 @@ -18,7 +18,7 @@ copying files and starting remote commands. Qarsh is not fit for interactive commands. %package server -Group: QA +Group: System Environment/Daemons Summary: QA Remote Shell Server Requires: xinetd @@ -37,8 +37,8 @@ WARNING: THIS PACKAGE PROVIDES REMOTE ROOT ACCESS WITHOUT AUTHENTICATION %package selinux Summary: SELinux policy module supporting qarsh -Group: QA -BuildRequires: checkpolicy, selinux-policy-devel, /usr/share/selinux/devel/policyhelp, hardlink, gxpp +Group: System Environment/Daemons +BuildRequires: checkpolicy, selinux-policy-devel, /usr/share/selinux/devel/policyhelp, hardlink, gxpp %if "%{selinux_policyver}" != "" Requires: selinux-policy >= %{selinux_policyver} %endif -- cgit