summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Straz <nstraz@redhat.com>2009-11-24 16:29:04 -0500
committerNathan Straz <nstraz@redhat.com>2009-11-24 16:29:04 -0500
commit13b7feb30ad7ca52fe5af08881278844904489b6 (patch)
treee67feb796fddd76827c6bab9246fb8c2c232d528
parente8477998bbd4613cbcfc096c281b2c842904af08 (diff)
downloadqarsh-13b7feb30ad7ca52fe5af08881278844904489b6.tar.gz
qarsh-13b7feb30ad7ca52fe5af08881278844904489b6.tar.xz
qarsh-13b7feb30ad7ca52fe5af08881278844904489b6.zip
Fix warnings from rpmlint
- Switch to tabs on all fields - Change to valid groups
-rw-r--r--qarsh.spec20
1 files changed, 10 insertions, 10 deletions
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