yum-software-management yum-software-management-en.xml,1.33,1.34

Stuart Ellis (elliss) fedora-docs-commits at redhat.com
Wed Aug 10 23:30:55 UTC 2005


Author: elliss

Update of /cvs/docs/yum-software-management
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13743

Modified Files:
	yum-software-management-en.xml 
Log Message:

- Added manual key import required for FC3.



Index: yum-software-management-en.xml
===================================================================
RCS file: /cvs/docs/yum-software-management/yum-software-management-en.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- yum-software-management-en.xml	10 Aug 2005 19:11:32 -0000	1.33
+++ yum-software-management-en.xml	10 Aug 2005 23:30:51 -0000	1.34
@@ -100,15 +100,16 @@
         Experienced Linux users should start with
         <xref linkend="sn-managing-packages"/>.
       </para>
-<!-- SE: Section on enabling yum on FC3 to be added -->
+
       <note>
         <title>Versions of &FC;</title>
 
         <para>
           This document describes the configuration of
           <command>yum</command> on &FED; &FCLOCALVER; systems. You must
-          manually configure <command>yum</command> on &FED; 3 to use
-          the &FED; repositories.
+          perform the additional step described in
+          <xref linkend="sn-authorizing-package-sources" /> to enable
+          <command>yum</command> on &FED; 3.
         </para>
       </note>
 
@@ -1247,6 +1248,25 @@
 <screen>
 <userinput>su -c 'rpm --import <replaceable>http://www.therepository.com/GPG-PUB-KEY.asc</replaceable>'</userinput>
 </screen>
+      <para>
+        At the prompt, enter the
+        <systemitem
+	class="username">root</systemitem> password.
+      </para>
+
+      <para>
+        You must manually import all public keys on &FED; 3 and earlier
+        systems. This includes the &FED; public key. To import the &FED;
+        public key on &FED; 3, type this command:
+      </para>
+<screen>
+<userinput>su -c 'rpm --import /usr/share/rhn/RPM-GPG-KEY-fedora'</userinput>
+</screen>
+      <para>
+        At the prompt, enter the
+        <systemitem
+	class="username">root</systemitem> password.
+      </para>
     </section>
 
     <section id="sn-compat-repositories">




More information about the Fedora-docs-commits mailing list