[xen] fix formatting in a manpage to allow build on F19

myoung myoung at fedoraproject.org
Thu Jan 10 22:33:18 UTC 2013


commit 93c16a813b2b2c62fc5bb163f7171a79b4a39c81
Author: Michael Young <m.a.young at durham.ac.uk>
Date:   Thu Jan 10 22:31:07 2013 +0000

    fix formatting in a manpage to allow build on F19

 man.formatting.patch |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 xen.spec             |    7 ++++++-
 2 files changed, 52 insertions(+), 1 deletions(-)
---
diff --git a/man.formatting.patch b/man.formatting.patch
new file mode 100644
index 0000000..ba34fd0
--- /dev/null
+++ b/man.formatting.patch
@@ -0,0 +1,46 @@
+--- xen-4.2.1/docs/man/xl.cfg.pod.5.orig	2012-12-17 15:00:00.000000000 +0000
++++ xen-4.2.1/docs/man/xl.cfg.pod.5	2013-01-10 21:54:01.685518243 +0000
+@@ -400,12 +400,8 @@
+ for trusted VMs under administrator control.  See the "pci=" section
+ for more information on the "permissive" flag.
+ 
+-=back
+-
+ =item B<ioports=[ "IOPORT_RANGE", "IOPORT_RANGE", ... ]>
+ 
+-=over 4
+-
+ Allow guest to access specific legacy I/O ports. Each B<IOPORT_RANGE>
+ is given in hexadecimal and may either a span e.g. C<2f8-2ff>
+ (inclusive) or a single I/O port C<2f8>.
+@@ -413,12 +409,8 @@
+ It is recommended to use this option only for trusted VMs under
+ administrator control.
+ 
+-=back
+-
+ =item B<irqs=[ NUMBER, NUMBER, ... ]>
+ 
+-=over 4
+-
+ Allow a guest to access specific physical IRQs.
+ 
+ It is recommended to use this option only for trusted VMs under
+@@ -680,8 +672,6 @@
+ 
+ =back
+ 
+-=back
+-
+ Please see F<docs/misc/tscmode.txt> for more information on this option.
+ 
+ =item B<localtime=BOOLEAN>
+@@ -692,6 +682,8 @@
+ 
+ Set the real time clock offset in seconds. 0 by default.
+ 
++=back
++
+ =head3 Support for Paravirtualisation of HVM Guests
+ 
+ The following options allow Paravirtualised features (such as devices)
diff --git a/xen.spec b/xen.spec
index 6cfb8a5..73aab9e 100644
--- a/xen.spec
+++ b/xen.spec
@@ -27,7 +27,7 @@
 Summary: Xen is a virtual machine monitor
 Name:    xen
 Version: 4.2.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group:   Development/Libraries
 License: GPLv2+ and LGPLv2+ and BSD
 URL:     http://xen.org/
@@ -77,6 +77,7 @@ Patch55: qemu-xen.trad.buildfix.patch
 Patch56: xen.fedora19.buildfix.patch
 Patch57: xsa33-4.2-unstable.patch
 Patch61: xsa37-4.2.patch
+Patch62: man.formatting.patch
 
 Patch100: xen-configure-xend.patch
 
@@ -244,6 +245,7 @@ manage Xen virtual machines.
 %patch56 -p1
 %patch57 -p1
 %patch61 -p1
+%patch62 -p1
 
 %patch100 -p1
 
@@ -733,6 +735,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Thu Jan 10 2013 Michael Young <m.a.young at durham.ac.uk> - 4.2.1-3
+- fix some format errors in xl.cfg.pod.5 to allow build on F19
+
 * Wed Jan 09 2013 Michael Young <m.a.young at durham.ac.uk> - 4.2.1-2
 - VT-d interrupt remapping source validation flaw [XSA-33,
     CVE-2012-5634] (#893568)


More information about the scm-commits mailing list