[rpm-guide] Fix build errors

Petr Kovář pmkovar at fedoraproject.org
Thu Jan 19 15:32:51 UTC 2012


commit ca36b61729578ad65dee5abd2bc4a11ee3194c96
Author: Petr Kovar <pkovar at redhat.com>
Date:   Thu Jan 19 16:32:08 2012 +0100

    Fix build errors

 en-US/rpm-guide-dependencies.xml |   35 +++++++++++++++++------------------
 1 files changed, 17 insertions(+), 18 deletions(-)
---
diff --git a/en-US/rpm-guide-dependencies.xml b/en-US/rpm-guide-dependencies.xml
index d58a8b8..86a0fbc 100644
--- a/en-US/rpm-guide-dependencies.xml
+++ b/en-US/rpm-guide-dependencies.xml
@@ -3,7 +3,6 @@
 
 <!ENTITY % FDP-ENTITIES SYSTEM "fdp-entities.ent">
 %FDP-ENTITIES;
-
 ]>
 <!-- $Id: -->
 
@@ -266,8 +265,8 @@
         or equal to 2.2 (python &gt;= 2.2).
       </para>
     </section>
-  </sect1>
-  <sect1>
+  </section>
+  <section>
     <title>Checking for Dependencies</title>
     <para>
       The rpm –q command queries the RPM database or RPM package
@@ -290,7 +289,7 @@
       command for querying packages. See <xref linkend="ch-using-rpm-db"/>  for more on querying
       packages and package files.
     </para>
-    <sect2>
+    <section>
       <title>Determining the capabilities a package requires</title>
       <para>
         The first and most important step is to determine what
@@ -531,8 +530,8 @@
         the package payload, including how the files are listed in the
         package and what type of compression is used.
       </para>
-    </sect2>
-    <sect2>
+    </section>
+    <section>
       <title>Determining the capabilities a package provides</title>
       <para>
         Packages require capabilities, and they can provide capabilities
@@ -694,8 +693,8 @@
       <para>
         httpd = 2.0.40-8
       </para>
-    </sect2>
-    <sect2>
+    </section>
+    <section>
       <title>Checking for conflicts</title>
       <para>
         Use the --conflicts option to check what conflicts with a given
@@ -738,8 +737,8 @@
         conflict presents you with the choice to install one or the
         other of the packages, but not both.
       </para>
-    </sect2>
-    <sect2>
+    </section>
+    <section>
       <title>Determining which packages require a certain capability</title>
       <para>
         In addition to querying capabilities and requirements of a
@@ -1090,8 +1089,8 @@
         big help for wading through a mess of packages depending on
         packages depending on yet more packages.
       </para>
-    </sect2>
-    <sect2>
+    </section>
+    <section>
       <title>Determining which package provides a certain capability</title>
       <para>
         To complete the circle, you can query for which package provides
@@ -1153,9 +1152,9 @@
         If you are querying particular files, use rpm –qf. If you are
         querying capabilities, use --whatprovides.
       </para>
-    </sect2>
-  </sect1>
-  <sect1>
+    </section>
+  </section>
+  <section>
     <title>Triggers</title>
     <para>
       A trigger is a script that gets run when a package is installed or
@@ -1515,8 +1514,8 @@
       package that it needs to execute scripts whenever the glibc
       package changes.
     </para>
-  </sect1>
-  <sect1>
+  </section>
+  <section>
     <title>Summary</title>
     <para>
       Linux comes with many packages. Most of these packages depend on
@@ -1551,7 +1550,7 @@
       means to install a set of packages. With transactions, either all
       the packages get installed, or none.
     </para>
-  </sect1>
+  </section>
 </chapter>
 
 <!--


More information about the docs-commits mailing list