summaryrefslogtreecommitdiffstats
path: root/qarsh.spec
diff options
context:
space:
mode:
Diffstat (limited to 'qarsh.spec')
-rw-r--r--qarsh.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/qarsh.spec b/qarsh.spec
index f36e4fc..27dff9b 100644
--- a/qarsh.spec
+++ b/qarsh.spec
@@ -1,7 +1,7 @@
Summary: QA Remote Shell
Name: qarsh
Version: 1.18
-Release: 1%{?dist}
+Release: 2%{?dist}
Group: QA
License: GPL
Buildroot: %{_tmppath}/%{name}-%{version}-root
@@ -59,6 +59,7 @@ fi
/usr/bin/qarsh
/usr/bin/qacp
/usr/bin/btimec
+%doc %{_mandir}/man1/*
%files server
%defattr(-,root,root)
@@ -66,8 +67,12 @@ fi
/usr/sbin/btimed
%config /etc/xinetd.d/qarsh
%config /etc/xinetd.d/btimed
+%doc %{_mandir}/man8/*
%changelog
+* Tue Jul 08 2008 1.18-2
+- Include new man pages.
+
* Tue Jul 08 2008 1.18-1
- Make sure we process all output after the command exits.