[vios-proxy] Added man pages

Nuno Santos nsantos at fedoraproject.org
Tue Oct 18 18:21:02 UTC 2011


commit ea549262cd906a1e16161282f1e81a1ae3db1978
Author: Nuno Santos <nsantos at redhat.com>
Date:   Tue Oct 18 14:20:56 2011 -0400

    Added man pages

 .gitignore      |    1 +
 sources         |    2 +-
 vios-proxy.spec |    7 ++++++-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 47c3625..087a846 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /vios-proxy-0.1.tar.gz
+/vios-proxy-0.2.tar.gz
diff --git a/sources b/sources
index 0782ae3..77c8ccb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-462bd223f9c8220bb92c6ba5253870b9  vios-proxy-0.1.tar.gz
+44ae7be44749691dc69d4e2b3049371e  vios-proxy-0.2.tar.gz
diff --git a/vios-proxy.spec b/vios-proxy.spec
index 67e7508..81563fb 100644
--- a/vios-proxy.spec
+++ b/vios-proxy.spec
@@ -1,5 +1,5 @@
 Name:           vios-proxy
-Version:        0.1
+Version:        0.2
 Release:        1%{?dist}
 Summary:        Network proxy between a QEMU host and QEMU guests using virtioserial channels
 
@@ -85,11 +85,16 @@ rm -rf $RPM_BUILD_ROOT
 %files host
 %defattr(-,root,root,-)
 %{_bindir}/vios-proxy-host
+%doc %{_mandir}/man1/vios-proxy-host.1.gz
 
 %files guest
 %defattr(-,root,root,-)
 %{_bindir}/vios-proxy-guest
+%doc %{_mandir}/man1/vios-proxy-guest.1.gz
 
 %changelog
+* Tue Oct 18 2011 Nuno Santos <nsantos at redhat.com> - 0.2-1
+- Added man pages
+
 * Mon Sep 19 2011 Chuck Rolke <crolke at redhat.com> 0.1-1
 - Initial revision


More information about the scm-commits mailing list