release-notes/en_US ArchSpecific.xml, 1.2, 1.3 ArchSpecificx86.xml, 1.1, 1.2 ArchSpecificx86_64.xml, 1.1, 1.2 RELEASE-NOTES.xml, 1.1, 1.2

Karsten Wade (kwade) fedora-docs-commits at redhat.com
Wed May 10 13:43:57 UTC 2006


Author: kwade

Update of /cvs/docs/release-notes/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2483/en_US

Modified Files:
	ArchSpecific.xml ArchSpecificx86.xml ArchSpecificx86_64.xml 
	RELEASE-NOTES.xml 
Log Message:
Small problems not cleaned up before caused the build to break; works fine now; going to tag this and push it as a replacement for the FC5 errata notes.


Index: ArchSpecific.xml
===================================================================
RCS file: /cvs/docs/release-notes/en_US/ArchSpecific.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ArchSpecific.xml	10 May 2006 13:23:23 -0000	1.2
+++ ArchSpecific.xml	10 May 2006 13:43:49 -0000	1.3
@@ -1,5 +1,7 @@
 <?xml version='1.0' encoding='UTF-8'?>
+
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.docbook.org/xml/4.4/docbookx.dtd">
+
 <article>
   <articleinfo>
     <title>Temp</title>


Index: ArchSpecificx86.xml
===================================================================
RCS file: /cvs/docs/release-notes/en_US/ArchSpecificx86.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ArchSpecificx86.xml	10 Apr 2006 17:22:58 -0000	1.1
+++ ArchSpecificx86.xml	10 May 2006 13:43:49 -0000	1.2
@@ -7,7 +7,7 @@
     <title>Temp</title>
   </articleinfo>
 
-  <section>
+  <section id="sn-ArchSpecificx86">
     <title>x86 Specifics for Fedora</title>
 
     <para>


Index: ArchSpecificx86_64.xml
===================================================================
RCS file: /cvs/docs/release-notes/en_US/ArchSpecificx86_64.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ArchSpecificx86_64.xml	10 Apr 2006 17:22:58 -0000	1.1
+++ ArchSpecificx86_64.xml	10 May 2006 13:43:49 -0000	1.2
@@ -64,15 +64,13 @@
           <title>Hard Disk Space Requirements</title>
 
           <para>
-            The disk space requirements listed below represent the disk
-            space taken up by Fedora Core 5 after the installation is
-            complete. However, additional disk space is required during
-            the installation to support the installation environment.
-            This additional disk space corresponds to the size of
-            <code>/Fedora/base/stage2.img</code>
-            on Installation Disc 1 plus the size of the files in
-            <code>/var/lib/rpm</code>
-            on the installed system.
+            The disk space requirements listed below represent the disk space
+	    taken up by Fedora Core 5 after the installation is complete.
+	    However, additional disk space is required during the installation
+	    to support the installation environment. This additional disk space
+	    corresponds to the size of <code>/Fedora/base/stage2.img</code> on
+	    Installation Disc 1 plus the size of the files in
+	    <code>/var/lib/rpm</code> on the installed system.
           </para>
 
           <para>
@@ -90,46 +88,38 @@
           </para>
         </section>
       </section>
-
+      
       <section>
         <title>RPM Multiarch Support on x86_64</title>
 
         <para>
-          <emphasis role='strong'>RPM</emphasis> supports parallel
-          installation of multiple architectures of the same package. A
-          default package listing such as
-          <code>rpm -qa</code>
-          might appear to include duplicate packages, since the
-          architecture is not displayed. Instead, use the
-          <code>repoquery</code>
-          command, part of the
-          <code>yum-utils</code>
-          package in Fedora Extras, which displays architecture by
-          default. To install
-          <code>yum-utils</code>
-          , run the following command:
+          <emphasis role='strong'>RPM</emphasis> supports parallel installation
+	  of multiple architectures of the same package. A default package
+	  listing such as <code>rpm -qa</code> might appear to include duplicate
+	  packages, since the architecture is not displayed. Instead, use the
+	  <code>repoquery</code> command, part of the <code>yum-utils</code>
+	  package in Fedora Extras, which displays architecture by default. To
+	  install <code>yum-utils</code>, run the following command:
         </para>
-        \n
-<screen>su -c 'yum install yum-utils'\n</screen>
+<screen>
+su -c 'yum install yum-utils'
+</screen>
         <para>
           To list all packages with their architecture using
-          <code>rpm</code>
-          , run the following command:
+          <code>rpm</code>, run the following command:
         </para>
-        \n
-<screen>rpm -qa --queryformat "%{name}-%{version}-%{release}.%{arch}\n" \n</screen>
-        <para></para>
+<screen>
+rpm -qa --queryformat "%{name}-%{version}-%{release}.%{arch}\n"
+</screen>
 
         <para>
-          You can add this to
-          <code>/etc/rpm/macros</code>
-          (for a system wide setting) or
-          <code>~/.rpmmacros</code>
-          (for a per-user setting). It changes the default query to list
-          the architecture:
+          You can add this to <code>/etc/rpm/macros</code> (for a system wide
+	  setting) or <code>~/.rpmmacros</code> (for a per-user setting). It
+	  changes the default query to list the architecture:
         </para>
-        \n
-<screen>%_query_all_fmt         %%{name}-%%{version}-%%{release}.%%{arch}\n</screen>
+<screen>
+%_query_all_fmt         %%{name}-%%{version}-%%{release}.%%{arch}
+</screen>
       </section>
     </section>
   </section>


Index: RELEASE-NOTES.xml
===================================================================
RCS file: /cvs/docs/release-notes/en_US/RELEASE-NOTES.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RELEASE-NOTES.xml	10 Apr 2006 17:22:58 -0000	1.1
+++ RELEASE-NOTES.xml	10 May 2006 13:43:49 -0000	1.2
@@ -65,9 +65,9 @@
 
 <!-- Arch Specific -->
 
-  <xi:include href="./ArchSpecific.xml" xpointer="element(sn-ArchSpecific)"
+<!--  <xi:include href="./ArchSpecific.xml" xpointer="element(sn-ArchSpecific)"
     xmlns:xi="http://www.w3.org/2001/XInclude" />
-
+-->
 <!-- Package Notes -->
 
   <xi:include href="./PackageNotes.xml" xpointer="element(sn-PackageNotes)"




More information about the Fedora-docs-commits mailing list